diff options
author | Brenton Earl <brent@exitstatusone.com> | 2017-05-26 23:04:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:29:16 +0700 |
commit | 0946cb1a1dd910eafabaa1c1a8f0eaf1d2a8eec4 (patch) | |
tree | bb80fa41e8640fef851ff382fd5ed4525a939c81 /system/fio/README | |
parent | 3872f4acc318fefa2ad629ed7b8911423286a963 (diff) | |
download | slackbuilds-0946cb1a1dd910eafabaa1c1a8f0eaf1d2a8eec4.tar.gz |
system/fio: Updated for version 2.20.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fio/README')
-rw-r--r-- | system/fio/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/fio/README b/system/fio/README index e754c45083..9a6fac8268 100644 --- a/system/fio/README +++ b/system/fio/README @@ -5,6 +5,10 @@ otherwise parameters given to them overriding that setting is given. The typical use of fio is to write a job file matching the io load one wants to simulate. +To build the fio GUI, pass GUI=yes to the SlackBuild script: + +# GUI=yes sh fio.SlackBuild + Example Usage: This process runs a random read and write of two 128MB files created during |