X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=c38266c2afe100fcf02106476c3ae52eb05e4ae1;hp=21ba96033c283d0742f9191cc76ef97cf969277d;hb=7437ee87e4f6457168e8440f9308b4296ddb9263;hpb=cd14cc1079771ece34fce5b30d47c7b273ee56e5 diff --git a/HOWTO b/HOWTO index 21ba9603..c38266c2 100644 --- a/HOWTO +++ b/HOWTO @@ -592,6 +592,10 @@ verify=str If writing to a file, fio can verify the file contents sha256 Use sha256 as the checksum function. + meta Write extra information about each io + (timestamp, block number etc.). The block + number is verified. + null Only pretend to verify. Useful for testing internals with ioengine=null, not for much else.