Skip to content

Commit

Permalink
docs: fix documentation for rate_cycle
Browse files Browse the repository at this point in the history
rate_cycle affects only rate_min and rate_iops_min.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
  • Loading branch information
vincentkfu committed Mar 18, 2024
1 parent b140fc5 commit 7d6c99e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HOWTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d6c99e

Please sign in to comment.