X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=0167c23e8ead51904fec13213b052da4d0eaed9e;hp=3348513678780b6d86b6be67d2c22be9b5233bd6;hb=371817093568b7404b47d94a1ef10077f1695264;hpb=9040e23689ee9595de643bfd70fc3358102a94fc diff --git a/fio.1 b/fio.1 index 33485136..0167c23e 100644 --- a/fio.1 +++ b/fio.1 @@ -43,7 +43,7 @@ Deprecated, use \-\-output-format instead to select multiple formats. Display version information and exit. .TP .BI \-\-terse\-version \fR=\fPversion -Set terse version output format (Current version 3, or older version 2). +Set terse version output format (default 3, or 2 or 4) .TP .B \-\-help Display usage information and exit. @@ -1309,6 +1309,9 @@ Same as \fBmmap\fR, but use huge files as backing. .TP .B mmapshared Same as \fBmmap\fR, but use a MMAP_SHARED mapping. +.TP +.B cudamalloc +Use GPU memory as the buffers for GPUDirect RDMA benchmark. The ioengine must be \fBrdma\fR. .RE .P The amount of memory allocated is the maximum allowed \fBblocksize\fR for the @@ -1548,6 +1551,10 @@ Wait for preceding jobs in the job file to exit before starting this one. Start a new reporting group. If not given, all jobs in a file will be part of the same reporting group, unless separated by a stonewall. .TP +.BI stats \fR=\fPbool +By default, fio collects and shows final output results for all jobs that run. +If this option is set to 0, then fio will ignore it in the final stat output. +.TP .BI numjobs \fR=\fPint Number of clones (processes/threads performing the same workload) of this job. Default: 1.