docs: fix documentation for rate_cycle
authorVincent Fu <vincent.fu@samsung.com>
Mon, 18 Mar 2024 18:51:10 +0000 (14:51 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 18 Mar 2024 18:51:10 +0000 (14:51 -0400)
rate_cycle affects only rate_min and rate_iops_min.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
HOWTO.rst
fio.1

index 2386d8062f96f798a831979c0afa611bd3cc94d6..4c8ac3314e711d020223dfac201d59c4007e1f01 100644 (file)
--- a/HOWTO.rst
+++ b/HOWTO.rst
@@ -3323,8 +3323,8 @@ I/O rate
 
 .. option:: rate_cycle=int
 
-       Average bandwidth for :option:`rate` and :option:`rate_min` over this number
-       of milliseconds. Defaults to 1000.
+        Average bandwidth for :option:`rate_min` and :option:`rate_iops_min`
+        over this number of milliseconds. Defaults to 1000.
 
 
 I/O latency
diff --git a/fio.1 b/fio.1
index d955385d2b7de7128a5b99c7dfffe572056e269e..09c6b621c6ce875e8e82c43b9156bde616630751 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -3064,7 +3064,7 @@ ignore the thinktime and continue doing IO at the specified rate, instead of
 entering a catch-up mode after thinktime is done.
 .TP
 .BI rate_cycle \fR=\fPint
-Average bandwidth for \fBrate\fR and \fBrate_min\fR over this number
+Average bandwidth for \fBrate_min\fR and \fBrate_iops_min\fR over this number
 of milliseconds. Defaults to 1000.
 .SS "I/O latency"
 .TP