X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=HOWTO;h=b6d1b58a3af46147091fb1a3828362fff10b0e0a;hb=8e4b2e55512f1b75e99a9c4fe1fd7af5e05ecc4d;hp=3ec86aff134732ef941d78f6ba69ae2154a29f38;hpb=e493ceaeccfaebda9d30435cbbe30e97058313a7;p=fio.git diff --git a/HOWTO b/HOWTO index 3ec86aff..b6d1b58a 100644 --- a/HOWTO +++ b/HOWTO @@ -2574,6 +2574,13 @@ I/O rate before we have to complete it and do our :option:`thinktime`. In other words, this setting effectively caps the queue depth if the latter is larger. +.. option:: thinktime_blocks_type=str + + Only valid if :option:`thinktime` is set - control how :option:`thinktime_blocks` + triggers. The default is `complete`, which triggers thinktime when fio completes + :option:`thinktime_blocks` blocks. If this is set to `issue`, then the trigger happens + at the issue side. + .. option:: rate=int[,int][,int] Cap the bandwidth used by this job. The number is in bytes/sec, the normal