slackbuilds_ponce/system/fio
Brenton Earl 9e6be89406 system/fio: Updated for version 2.19.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-04-22 08:10:42 +07:00
..
fio.info system/fio: Updated for version 2.19. 2017-04-22 08:10:42 +07:00
fio.SlackBuild system/fio: Updated for version 2.19. 2017-04-22 08:10:42 +07:00
README
slack-desc

fio is a tool that will spawn a number of threads or processes doing a
particular type of io action as specified by the user. fio takes a
number of global parameters, each inherited by the thread unless
otherwise parameters given to them overriding that setting is given.
The typical use of fio is to write a job file matching the io load
one wants to simulate.

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