From: Vincent Fu Date: Thu, 25 Jan 2024 13:56:35 +0000 (-0500) Subject: docs: change listed type for log_window_value to str X-Git-Tag: fio-3.37~61 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f391405cf55fccd3a9eb3f1846cfd7bce92c7201;p=fio.git docs: change listed type for log_window_value to str Signed-off-by: Vincent Fu --- diff --git a/HOWTO.rst b/HOWTO.rst index dcea1ea1..ba160551 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -4088,7 +4088,7 @@ Measurements and reporting histogram logs contain 1216 latency bins. See :option:`write_hist_log` and `Log File Formats`_. -.. option:: log_window_value=int, log_max_value=int +.. option:: log_window_value=str, log_max_value=str If :option:`log_avg_msec` is set, fio by default logs the average over that window. This option determines whether fio logs the average, maximum or diff --git a/fio.1 b/fio.1 index 718aed80..aef1dc85 100644 --- a/fio.1 +++ b/fio.1 @@ -3782,7 +3782,7 @@ the histogram logs enabled with \fBlog_hist_msec\fR. For each increment in coarseness, fio outputs half as many bins. Defaults to 0, for which histogram logs contain 1216 latency bins. See \fBLOG FILE FORMATS\fR section. .TP -.BI log_window_value \fR=\fPint "\fR,\fP log_max_value" \fR=\fPint +.BI log_window_value \fR=\fPstr "\fR,\fP log_max_value" \fR=\fPstr If \fBlog_avg_msec\fR is set, fio by default logs the average over that window. This option determines whether fio logs the average, maximum or both the values over the window. This only affects the latency logging, as both average