Unraid-SlackPack/source/SlackBuild/fio
2020-11-12 16:25:37 -07:00
..
avxjudge.py Add SlackBuild 2020-11-12 16:25:37 -07:00
doinst.sh Add SlackBuild 2020-11-12 16:25:37 -07:00
fio-3.15.tar.gz Add SlackBuild 2020-11-12 16:25:37 -07:00
fio-3.23.tar.gz Add SlackBuild 2020-11-12 16:25:37 -07:00
fio.desktop Add SlackBuild 2020-11-12 16:25:37 -07:00
fio.info Add SlackBuild 2020-11-12 16:25:37 -07:00
fio.SlackBuild Add SlackBuild 2020-11-12 16:25:37 -07:00
fio.tar.gz Add SlackBuild 2020-11-12 16:25:37 -07:00
libaio-0.3.112-x86_64-1.txz Add SlackBuild 2020-11-12 16:25:37 -07:00
README Add SlackBuilds 2020-11-12 16:24:19 -07:00
slack-desc Add SlackBuild 2020-11-12 16:25:37 -07:00

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.

To build the fio GUI, pass GUI=yes to the SlackBuild script:

# GUI=yes sh fio.SlackBuild

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