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/slack-desc | |
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/slack-desc')
-rw-r--r-- | system/fio/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/fio/slack-desc b/system/fio/slack-desc new file mode 100644 index 0000000000..c3f2f73fe1 --- /dev/null +++ b/system/fio/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +fio: fio (Flexible I/O Tester) +fio: +fio: fio is an I/O tool meant to be used both for benchmark and +fio: stress/hardware verification. It has support for 13 different types of +fio: I/O engines (sync, mmap, libaio, posixaio, SG v3, splice, null, +fio: network, syslet, guasi, solarisaio, and more), I/O priorities (for +fio: newer Linux kernels), rate I/O, forked or threaded jobs, and much +fio: more. It can work on block devices as well as files. fio displays all +fio: sorts of I/O performance information. Fio is in wide use in many +fio: places, for both benchmarking, QA, and verification purposes. +fio: |