diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-12-18 11:04:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:22:56 +0700 |
commit | 08c2f5a404b13a4988c9ba0b09379107efdd3a2f (patch) | |
tree | 16f4159efb0a9528e7c80dd21b5debf917a41710 /system/fio/README | |
parent | a2c32d7054500dbab4a0d50dcda5f05b3446991e (diff) | |
download | slackbuilds-08c2f5a404b13a4988c9ba0b09379107efdd3a2f.tar.gz |
system/fio: Updated for version 2.2.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fio/README')
-rw-r--r-- | system/fio/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/fio/README b/system/fio/README index c82de43832..c8ef2e22d8 100644 --- a/system/fio/README +++ b/system/fio/README @@ -8,3 +8,11 @@ Several example job files are included. fio displays all sorts of I/O performance information. Fio is in wide use in many places, for both benchmarking, QA, and verification purposes. It supports Linux, FreeBSD, NetBSD, OS X, OpenSolaris, AIX, HP-UX, and Windows. + + +Example Usage: + +This process runs a random read and write of two 128MB files created during +execution of fio. + +$ fio --name=global --rw=randread --size=128m --name=job1 --name=job2 |