X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=HOWTO;h=f8b488faac91285682cb9a9027b9ddaa7ecc804a;hb=774af4a2ced9a268a47527f9f61f6d23ffe8bbe5;hp=81217b77906a6956d1e6bd8ebd70c2986dbb6348;hpb=09c782bbe1c62d016c8b165f304c7085a7ff9ffd;p=fio.git diff --git a/HOWTO b/HOWTO index 81217b77..f8b488fa 100644 --- a/HOWTO +++ b/HOWTO @@ -1064,6 +1064,12 @@ rate_iops_min=int If fio doesn't meet this rate of IO, it will cause the job to exit. The same format as rate is used for read vs write separation. +rate_poisson=bool Real world random request flow follows Poisson process + (https://en.wikipedia.org/wiki/Poisson_process). With + rate_poisson=1, fio tries to simulate request flow under Poisson + process (instead of even distribution, which is the default). + Default: false. + latency_target=int If set, fio will attempt to find the max performance point that the given workload will run at while maintaining a latency below this target. The values is given in microseconds.