diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-27 04:59:33 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-27 04:59:33 +0100 |
| commit | 86cfeda9f6867c810913eae91312b15b2a9e795e (patch) | |
| tree | ea9fc37c65aacf1305feeb1b61e4ceb01380949a /doc/examples.md | |
| parent | b7af00ae75b59cc3706be271d960d8f3435f5d5c (diff) | |
some clarifications
Diffstat (limited to 'doc/examples.md')
| -rw-r--r-- | doc/examples.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples.md b/doc/examples.md index 8233051..91ab7f2 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -17,7 +17,7 @@ The following example demonstrates how to follow logs of multiple servers at onc ## Aggregating logs -To run ad-hoc MapReduce aggregations on newly written log lines, you also must add a query. According to the logs, this example follows all remote log lines and prints out every 5 seconds the top 10 servers with the most average free memory. To run a MapReduce query across log lines written in the past, please use the ``dmap`` command instead. +To run ad-hoc MapReduce aggregations on newly written log lines, you also must add a query. The following example follows all remote log lines and prints out every 5 seconds the top 10 servers with the most average free memory. To run a MapReduce query across log lines written in the past, please use the ``dmap`` command instead. ```shell % dtail --servers serverlist.txt \ |
