X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=de4b0a9932b43f207260a569a5e33349efebc63b;hp=237b3ad23879efea84dbe46c69bd6754dc932f1d;hb=bcd83c12481d45c8ba2b8759ffa06fd85421fd50;hpb=8abdce6686bfcaa211e7eb75a69ec07e980bd96e diff --git a/HOWTO b/HOWTO index 237b3ad2..de4b0a99 100644 --- a/HOWTO +++ b/HOWTO @@ -294,6 +294,10 @@ iodepth=int This defines how many io units to keep in flight against job, can be overridden with a larger value for higher concurrency. +iodepth_batch=int This defines how many pieces of IO to submit at once. + It defaults to the same as iodepth, but can be set lower + if one so desires. + iodepth_low=int The low water mark indicating when to start filling the queue again. Defaults to the same as iodepth, meaning that fio will attempt to keep the queue full at all times.