X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=57ab66564f7800eb2fa61caec06022f3354cbc36;hp=54d1b0f3b55a65feda8cce23f4fb533cb885aa96;hb=7ff0297f39d0dea72a9b004393ca3c5e5f397760;hpb=6a16ece86385259dc522fcf1510a977557a82a07 diff --git a/fio.1 b/fio.1 index 54d1b0f3..57ab6656 100644 --- a/fio.1 +++ b/fio.1 @@ -1955,6 +1955,12 @@ I/Os that gets adjusted based on I/O completion rates. If this is set to flow, known as the Poisson process (\fIhttps://en.wikipedia.org/wiki/Poisson_point_process\fR). The lambda will be 10^6 / IOPS for the given workload. +.TP +.BI rate_ignore_thinktime \fR=\fPbool +By default, fio will attempt to catch up to the specified rate setting, if any +kind of thinktime setting was used. If this option is set, then fio will +ignore the thinktime and continue doing IO at the specified rate, instead of +entering a catch-up mode after thinktime is done. .SS "I/O latency" .TP .BI latency_target \fR=\fPtime @@ -3553,8 +3559,7 @@ containing two hostnames `h1' and `h2' with IP addresses 192.168.10.120 and .RE .SH AUTHORS .B fio -was written by Jens Axboe , -now Jens Axboe . +was written by Jens Axboe . .br This man page was written by Aaron Carroll based on documentation by Jens Axboe.