X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=5e4cd4ff2663df1bff00eabcdf7382673cc5a453;hp=ebb489905707d9b2b48511295477bed80d1b7fec;hb=8c5e96a4ee7004b2982b5d5247ecea1cb96bccb7;hpb=b5b603f474a069eb63839af05db1571a9c122b56 diff --git a/fio.1 b/fio.1 index ebb48990..5e4cd4ff 100644 --- a/fio.1 +++ b/fio.1 @@ -566,10 +566,24 @@ Round robin over opened files (default). .TP .B sequential Do each file in the set sequentially. +.TP +.B zipf +Use a zipfian distribution to decide what file to access. +.TP +.B pareto +Use a pareto distribution to decide what file to access. +.TP +.B gauss +Use a gaussian (normal) distribution to decide what file to access. .RE .P -The number of I/Os to issue before switching to a new file can be specified by -appending `:\fIint\fR' to the service type. +For \fBrandom\fR, \fBroundrobin\fR, and \fBsequential\fR, a postfix can be +appended to tell fio how many I/Os to issue before switching to a new file. +For example, specifying \fBfile_service_type=random:8\fR would cause fio to +issue \fI8\fR I/Os before selecting a new file at random. For the non-uniform +distributions, a floating point postfix can be given to influence how the +distribution is skewed. See \fBrandom_distribution\fR for a description of how +that would work. .RE .TP .BI ioengine \fR=\fPstr