diff options
author | Brenton Earl <brent@exitstatusone.com> | 2016-12-15 06:58:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-15 22:32:04 +0700 |
commit | 8e8696ba167b775233248b1db7c25c79e16bebad (patch) | |
tree | 5868a1f5786bf41931cfaa4634d1ff19e4d77185 /system/fio/slack-desc | |
parent | 3443d34e15f4c5c011197f56b012f44e475911dc (diff) |
system/fio: Updated for version 2.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fio/slack-desc')
-rw-r--r-- | system/fio/slack-desc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/system/fio/slack-desc b/system/fio/slack-desc index ff869ba38e03c..6e1bf5d491c73 100644 --- a/system/fio/slack-desc +++ b/system/fio/slack-desc @@ -8,12 +8,12 @@ |-----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: fio is a tool that will spawn a number of threads or processes doing +fio: a particular type of io action as specified by the user. fio takes a +fio: number of global parameters, each inherited by the thread unless +fio: otherwise parameters given to them overriding that setting is given. +fio: The typical use of fio is to write a job file matching the io load +fio: one wants to simulate. +fio: +fio: fio: |