Skip to content

Commit

Permalink
docs: addtions to client/server section
Browse files Browse the repository at this point in the history
Mention the unique_filename option in the client/server section and also
note that fio will produce aggregate summary output for all jobs when
running jobs on multiple servers.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
  • Loading branch information
vincentkfu committed Oct 2, 2024
1 parent 141f3f5 commit 9224572
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HOWTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5385,5 +5385,10 @@ containing two hostnames ``h1`` and ``h2`` with IP addresses 192.168.10.120 and
/mnt/nfs/fio/192.168.10.120.fileio.tmp
/mnt/nfs/fio/192.168.10.121.fileio.tmp

This behavior can be disabled by the :option:`unique_filename` option.

Terse output in client/server mode will differ slightly from what is produced
when fio is run in stand-alone mode. See the terse output section for details.

Also, if one fio invocation runs workloads on multiple servers, fio will
provide at the end an aggregate summary report for all workloads.
5 changes: 5 additions & 0 deletions fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -5142,8 +5142,13 @@ containing two hostnames `h1' and `h2' with IP addresses 192.168.10.120 and
.PD
.RE
.P
This behavior can be disabled by the \fBunique_filename\fR option.
.P
Terse output in client/server mode will differ slightly from what is produced
when fio is run in stand-alone mode. See the terse output section for details.
.P
Also, if one fio invocation runs workloads on multiple servers, fio will
provide at the end an aggregate summary report for all workloads.
.SH AUTHORS
.B fio
was written by Jens Axboe <axboe@kernel.dk>.
Expand Down

0 comments on commit 9224572

Please sign in to comment.