diff options
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 |