X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=7cab05379f612034abdc173f03acb8d7850f902f;hp=a5be9dbd3e8d408bbe27491e4b15d76b30e5aa43;hb=160b966d83adace2629de10f85ed269ab2e587f5;hpb=8de8f047bd025f12d23cfc3fc1793434c6d8ff94 diff --git a/HOWTO b/HOWTO index a5be9dbd..7cab0537 100644 --- a/HOWTO +++ b/HOWTO @@ -563,6 +563,14 @@ verify=str If writing to a file, fio can verify the file contents system to make sure that the written data is also correctly read back. +verifysort=bool If set, fio will sort written verify blocks when it deems + it faster to read them back in a sorted manner. This is + often the case when overwriting an existing file, since + the blocks are already laid out in the file system. You + can ignore this option unless doing huge amounts of really + fast IO where the red-black tree sorting CPU time becomes + significant. + stonewall Wait for preceeding jobs in the job file to exit, before starting this one. Can be used to insert serialization points in the job file. A stone wall also implies starting