X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=6f72ec0f910a6d12bc6cc6f949b765d5f4988b38;hp=1b4c866947c05234c9126b3a8833acac7956015f;hb=6de659592dbebd641b262f18401c90f05db29fa1;hpb=6d428bcd303e466403cebdedf20a5cf84f6949cd diff --git a/fio.1 b/fio.1 index 1b4c8669..6f72ec0f 100644 --- a/fio.1 +++ b/fio.1 @@ -963,11 +963,13 @@ size is used as the metric. If this rate of I/O is not met, the job will exit. The same format as \fBrate\fR is used for read vs write separation. .TP -.BI rate_poisson \fR=\fPbool -Real world random request flow follows Poisson process -(https://en.wikipedia.org/wiki/Poisson_process). With \fBrate_poisson\fR=1, fio -tries to simulate request flow under Poisson process (instead of even -distribution, which is the default). Default: false. +.BI rate_process \fR=\fPstr +This option controls how fio manages rated IO submissions. The default is +\fBlinear\fR, which submits IO in a linear fashion with fixed delays between +IOs that gets adjusted based on IO completion rates. If this is set to +\fBpoisson\fR, fio will submit IO based on a more real world random request +flow, known as the Poisson process +(https://en.wikipedia.org/wiki/Poisson_process). .TP .BI rate_cycle \fR=\fPint Average bandwidth for \fBrate\fR and \fBrate_min\fR over this number of