X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=88d10a171da9e373ee40e5844b2b1690c6b3db28;hp=6952c84e84b141fb81b6c649ec0fb054d8bcc248;hb=b5b603f474a069eb63839af05db1571a9c122b56;hpb=5c4ef02e212df7cc536680ac44dd01f34bfb74a2;ds=inline diff --git a/HOWTO b/HOWTO index 6952c84e..88d10a17 100644 --- a/HOWTO +++ b/HOWTO @@ -1266,10 +1266,14 @@ exitall_on_error When one job finishes in error, terminate the rest. The default is to wait for each job to finish. bwavgtime=int Average the calculated bandwidth over the given time. Value - is specified in milliseconds. + is specified in milliseconds. If the job also does bandwidth + logging through 'write_bw_log', then the minimum of this option + and 'log_avg_msec' will be used. Default: 500ms. iopsavgtime=int Average the calculated IOPS over the given time. Value - is specified in milliseconds. + is specified in milliseconds. If the job also does IOPS logging + through 'write_iops_log', then the minimum of this option and + 'log_avg_msec' will be used. Default: 500ms. create_serialize=bool If true, serialize the file creating for the jobs. This may be handy to avoid interleaving of data