X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=9ee0eef1a9e5d711c99a5cc73f09a60de7a2c51f;hp=15a1ac5d00a42b59bfe6596e60074a3ef4009537;hb=3e260a46ea9a8de224c3d0a29a608da3440f284a;hpb=572cfb3f4d2cbf22291b395f2bb41facdc17ce86 diff --git a/fio.1 b/fio.1 index 15a1ac5d..9ee0eef1 100644 --- a/fio.1 +++ b/fio.1 @@ -764,6 +764,23 @@ is used for read vs write separation. Average bandwidth for \fBrate\fR and \fBratemin\fR over this number of milliseconds. Default: 1000ms. .TP +.BI latency_target \fR=\fPint +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. See \fBlatency_window\fR and +\fBlatency_percentile\fR. +.TP +.BI latency_window \fR=\fPint +Used with \fBlatency_target\fR to specify the sample window that the job +is run at varying queue depths to test the performance. The value is given +in microseconds. +.TP +.BI latency_percentile \fR=\fPfloat +The percentage of IOs that must fall within the criteria specified by +\fBlatency_target\fR and \fBlatency_window\fR. If not set, this defaults +to 100.0, meaning that all IOs must be equal or below to the value set +by \fBlatency_target\fR. +.TP .BI max_latency \fR=\fPint If set, fio will exit the job if it exceeds this maximum latency. It will exit with an ETIME error.