X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.1;h=ebb489905707d9b2b48511295477bed80d1b7fec;hb=1cc954ba698681c6db247d4fcbec9ea929c42b0f;hp=73fdee643af5ec3904064f1edf1015508eaba392;hpb=08a2cbf64720d9371ea4649b1bdc00257916a326;p=fio.git diff --git a/fio.1 b/fio.1 index 73fdee64..ebb48990 100644 --- a/fio.1 +++ b/fio.1 @@ -700,6 +700,9 @@ treated as erases. Depending on the underlying device type, the I/O may have to go in a certain pattern, e.g., on NAND, writing sequentially to erase blocks and discarding before overwriting. The writetrim mode works well for this constraint. +.TP +.B pmemblk +Read and write through the NVML libpmemblk interface. .RE .P .RE @@ -1180,12 +1183,14 @@ Terminate all jobs if one job finishes in error. Default: wait for each job to finish. .TP .BI bwavgtime \fR=\fPint -Average bandwidth calculations over the given time in milliseconds. Default: -500ms. +Average bandwidth calculations over the given time in milliseconds. If the job +also does bandwidth logging through \fBwrite_bw_log\fR, then the minimum of +this option and \fBlog_avg_msec\fR will be used. Default: 500ms. .TP .BI iopsavgtime \fR=\fPint -Average IOPS calculations over the given time in milliseconds. Default: -500ms. +Average IOPS calculations over the given time in milliseconds. If the job +also does IOPS logging through \fBwrite_iops_log\fR, then the minimum of +this option and \fBlog_avg_msec\fR will be used. Default: 500ms. .TP .BI create_serialize \fR=\fPbool If true, serialize file creation for the jobs. Default: true.