Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions HOWTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4801,6 +4801,10 @@ Fio can connect to multiple servers this way::

fio --client=<server1> <job file(s)> --client=<server2> <job file(s)>

In an IPv6 network, use prefix "ip6:" before the IP address.

fio --client=ip6:<server1 IPv6 address> <job file(s)> --client=ip6:<server2 IPv6 address> <job file(s)>

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 :option:`--remote-config` ::

Expand Down
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