X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=03a0060c4ede820428d491f7d10b4a8143c07ed6;hp=81217b77906a6956d1e6bd8ebd70c2986dbb6348;hb=e7b24047454305dd61c9b4f9f73628a03c240a9f;hpb=ff6bb260a1dbade1559f26892883690021aa4598 diff --git a/HOWTO b/HOWTO index 81217b77..03a0060c 100644 --- a/HOWTO +++ b/HOWTO @@ -1064,6 +1064,9 @@ 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 When rate limited, try to simulate request flow under + Poisson process (instead of even distribution). 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.