X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=README;h=18d1c4fc66215a9eb80f462592b692b1b59a27a7;hb=1ad01bd10933858347d4837eaea520efc4e60c2f;hp=589733904529456bac9c7eae54f6d2a292a287f9;hpb=01fa84d55fdc62768d6340a51b48c713f082f83f;p=fio.git diff --git a/README b/README index 58973390..18d1c4fc 100644 --- a/README +++ b/README @@ -148,7 +148,6 @@ $ fio --parse-only Parse options only, don't start any IO --output Write output to file --runtime Runtime in seconds - --latency-log Generate per-job latency logs --bandwidth-log Generate per-job bandwidth logs --minimal Minimal (terse) output --output-format=type Output format (terse,json,normal) @@ -174,9 +173,11 @@ $ 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). + --inflate-log=log Inflate and output compressed log Any parameters following the options will be assumed to be job files, @@ -210,6 +211,7 @@ Currently, additional logging is available for: time Dump info related to internal time keeping net Dump info related to networking connections rate Dump info related to IO rate switching + compress Dump info related to log compress/decompress ? or help Show available debug options. One can specify multiple debug options: e.g. --debug=file,mem will enable @@ -304,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 server will open this local (to the server) job file instead +of being passed one from the client. + Platforms ---------