docs: change listed type for log_window_value to str
authorVincent Fu <vincent.fu@samsung.com>
Thu, 25 Jan 2024 13:56:35 +0000 (08:56 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 25 Jan 2024 13:56:35 +0000 (08:56 -0500)
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
HOWTO.rst
fio.1

index dcea1ea15fd2cd4df2267a4365e4dd5182fab855..ba160551c0f83e1d58f7c5c049e83e2472287e2d 100644 (file)
--- 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 718aed80ead6ba5ec5b9afe08bf2a4d617b1d4bb..aef1dc855e18f65343fae352e92b7908d49c599f 100644 (file)
--- 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