X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=b54eeadb045016c0c970a4d11deb93faaf030e79;hp=f6d08313810aa84cd750416a4258d45e61194ea2;hb=428b4f6ba681dbb40c8e2213d0c6ae8f8049dcd5;hpb=d94722713ebd7bbdbf8b284b7563f2dd17964e24 diff --git a/fio.1 b/fio.1 index f6d08313..b54eeadb 100644 --- a/fio.1 +++ b/fio.1 @@ -379,6 +379,12 @@ for using direct IO, though it usually depends on the hardware block size. This option is mutually exclusive with using a random map for files, so it will turn off that option. .TP +.BI bs_is_seq_rand \fR=\fPbool +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. +.TP .B zero_buffers Initialise buffers with all zeros. Default: fill buffers with random data. .TP