X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=HOWTO;h=2335a07ffc142366cbf652d8caffca542ea9f2ab;hb=f2a32ce41b360faf2df3ed58eb1e1287c3d554ff;hp=8768b99670a1a09e97b748bbfa6e4a6a0cab1a19;hpb=d94722713ebd7bbdbf8b284b7563f2dd17964e24;p=fio.git diff --git a/HOWTO b/HOWTO index 8768b996..2335a07f 100644 --- a/HOWTO +++ b/HOWTO @@ -505,6 +505,11 @@ bs_unaligned If this option is given, any byte size value within bsrange may be used as a block range. This typically wont work with direct IO, as that normally requires sector alignment. +bs_is_seq_rand If this option is set, fio will use the normal read,write + blocksize settings as sequential,random instead. Any random + read or write will use the WRITE blocksize settings, and any + sequential read or write will use the READ blocksize setting. + zero_buffers If this option is given, fio will init the IO buffers to all zeroes. The default is to fill them with random data.