The following changes since commit b140fc5e484638a467480e369485b91290288d58: t/nvmept_pi: add support for xNVMe ioengine (2024-03-07 19:36:30 +0000) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 7d6c99e917f7d68ffebbd1750802f7aed9c3d461: docs: fix documentation for rate_cycle (2024-03-18 14:51:10 -0400) ---------------------------------------------------------------- Vincent Fu (1): docs: fix documentation for rate_cycle HOWTO.rst | 4 ++-- fio.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- Diff of recent changes: diff --git a/HOWTO.rst b/HOWTO.rst index 2386d806..4c8ac331 100644 --- 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 d955385d..09c6b621 100644 --- 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