X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=HOWTO;h=e259aa7f07c26f0335d71c025fe7498946823020;hb=6de659592dbebd641b262f18401c90f05db29fa1;hp=f8b488faac91285682cb9a9027b9ddaa7ecc804a;hpb=774af4a2ced9a268a47527f9f61f6d23ffe8bbe5;p=fio.git diff --git a/HOWTO b/HOWTO index f8b488fa..e259aa7f 100644 --- a/HOWTO +++ b/HOWTO @@ -1049,7 +1049,7 @@ rate=int Cap the bandwidth used by this job. The number is in bytes/sec, will only limit writes (to 500KB/sec), the latter will only limit reads. -ratemin=int Tell fio to do whatever it can to maintain at least this +rate_min=int Tell fio to do whatever it can to maintain at least this bandwidth. Failing to meet this requirement, will cause the job to exit. The same format as rate is used for read vs write separation. @@ -1064,11 +1064,13 @@ 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. +rate_process=str This option controls how fio manages rated IO + submissions. The default is 'linear', 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 + 'poisson', 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). latency_target=int If set, fio will attempt to find the max performance point that the given workload will run at while maintaining a @@ -1087,7 +1089,7 @@ latency_percentile=float The percentage of IOs that must fall within the max_latency=int If set, fio will exit the job if it exceeds this maximum latency. It will exit with an ETIME error. -ratecycle=int Average bandwidth for 'rate' and 'ratemin' over this number +rate_cycle=int Average bandwidth for 'rate' and 'rate_min' over this number of milliseconds. cpumask=int Set the CPU affinity of this job. The parameter given is a