Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -4547,6 +4547,12 @@ Fio can connect to multiple servers this way:
$ fio \-\-client=<server1> <job file(s)> \-\-client=<server2> <job file(s)>
.RE
.P
In an IPv6 network, use prefix "ip6:" before the IP address.
.RS
.P
$ fio \-\-client=ip6:<server1 Ipv6 address> <job file(s)> \-\-client=ip6:<server2 IPv6 address> <job file(s)>
.RE
.P
If the job file is located on the fio server, then you can tell the server to
load a local file as well. This is done by using \fB\-\-remote\-config\fR:
.RS
Expand Down