-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: addtions to client/server section
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 <[email protected]>
- Loading branch information
1 parent
141f3f5
commit 9224572
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>. | ||
|