From f391405cf55fccd3a9eb3f1846cfd7bce92c7201 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Thu, 25 Jan 2024 08:56:35 -0500 Subject: [PATCH] docs: change listed type for log_window_value to str Signed-off-by: Vincent Fu --- HOWTO.rst | 2 +- fio.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1