Documentation: it's 'log_max_value', not 'log_max'
authorJens Axboe <axboe@fb.com>
Mon, 18 Apr 2016 20:54:12 +0000 (16:54 -0400)
committerJens Axboe <axboe@fb.com>
Mon, 18 Apr 2016 20:54:12 +0000 (16:54 -0400)
Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
fio.1

diff --git a/HOWTO b/HOWTO
index 6e052f532a0963c0d3710bb626f59696d60e2f9b..2be1648c544706e5504074feab48813acf0164a5 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -1596,12 +1596,13 @@ log_avg_msec=int By default, fio will log an entry in the iops, latency,
                disk log, that can quickly grow to a very large size. Setting
                this option makes fio average the each log entry over the
                specified period of time, reducing the resolution of the log.
-               See log_max as well. Defaults to 0, logging all entries.
+               See log_max_value as well. Defaults to 0, logging all entries.
+
+log_max_value=bool     If log_avg_msec is set, fio logs the average over that
+               window. If you instead want to log the maximum value, set this
+               option to 1. Defaults to 0, meaning that averaged values are
+               logged.
 
-log_max=bool   If log_avg_msec is set, fio logs the average over that window.
-               If you instead want to log the maximum value, set this option
-               to 1. Defaults to 0, meaning that averaged values are logged.
-.
 log_offset=int If this is set, the iolog options will include the byte
                offset for the IO entry as well as the other data values.
 
diff --git a/fio.1 b/fio.1
index b54f568a46a9562aa94bd5d9f23c6fc9fd66dc72..e502dfe1667b41217b8165240d05e0610095e840 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -1465,9 +1465,9 @@ By default, fio will log an entry in the iops, latency, or bw log for every
 IO that completes. When writing to the disk log, that can quickly grow to a
 very large size. Setting this option makes fio average the each log entry
 over the specified period of time, reducing the resolution of the log. See
-\fBlog_max\fR as well.  Defaults to 0, logging all entries.
+\fBlog_max_value\fR as well.  Defaults to 0, logging all entries.
 .TP
-.BI log_max \fR=\fPbool
+.BI log_max_value \fR=\fPbool
 If \fBlog_avg_msec\fR is set, fio logs the average over that window. If you
 instead want to log the maximum value, set this option to 1.  Defaults to
 0, meaning that averaged values are logged.