X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=README;h=09175448fd444557d1ade5e4ab810480b2c9c204;hb=1bf2498d311155bc4eb43edb4e6d3a04845d94c5;hp=e378d3b0cd2a334787ccbeaa47835ab4610eb2c6;hpb=0c56718d787c5846db7e75d5a01b88342797c681;p=fio.git diff --git a/README b/README index e378d3b0..09175448 100644 --- a/README +++ b/README @@ -173,6 +173,7 @@ $ fio --max-jobs Maximum number of threads/processes to support --server=args Start backend server. See Client/Server section. --client=host Connect to specified backend. + --remote-config=file Tell fio server to load this local file --idle-prof=option Report cpu idleness on a system or percpu basis (option=system,percpu) or run unit work calibration only (option=calibrate). @@ -305,6 +306,14 @@ Fio can connect to multiple servers this way: fio --client= --client= +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 --remote-config: + +fio --client=server --remote-config /path/to/file.fio + +Then the fio serer will open this local (to the server) job file instead +of being passed one from the client. + Platforms ---------