diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2012-04-20 16:20:12 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 16:20:12 -0400 |
commit | e8417c3243273c4ebe3a8df6413e2265a1ce90b4 (patch) | |
tree | cfc744ff6ad6c36559021620cf7446f7f73fd487 /system/fio/README | |
parent | c789f6800bec721a792f4f44ed612a0e2c383631 (diff) | |
download | slackbuilds-e8417c3243273c4ebe3a8df6413e2265a1ce90b4.tar.gz |
system/fio: Added (Flexible I/O Tester)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/fio/README')
-rw-r--r-- | system/fio/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/fio/README b/system/fio/README new file mode 100644 index 0000000000..c82de43832 --- /dev/null +++ b/system/fio/README @@ -0,0 +1,10 @@ +fio is an I/O tool meant to be used both for benchmark and stress/hardware +verification. It has support for 13 different types of I/O engines (sync, +mmap, libaio, posixaio, SG v3, splice, null, network, syslet, guasi, +solarisaio, and more), I/O priorities (for newer Linux kernels), rate I/O, +forked or threaded jobs, and much more. It can work on block devices as well +as files. fio accepts job descriptions in a simple-to-understand text format. +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. |