From: Jens Axboe Date: Mon, 18 Apr 2016 20:54:12 +0000 (-0400) Subject: Documentation: it's 'log_max_value', not 'log_max' X-Git-Tag: fio-2.9~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=4b1ddb7afd332431e83ef5f1b9ee0216aef197c4 Documentation: it's 'log_max_value', not 'log_max' Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index 6e052f53..2be1648c 100644 --- 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 b54f568a..e502dfe1 100644 --- 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.