This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > fio (3.23)

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

Maintained by: Brenton Earl
Keywords: benchmark,testing,disk,throughput,input,output
ChangeLog: fio

Homepage:
http://git.kernel.dk/cgit/fio/

Source Downloads:
fio-3.23.tar.gz (497f8bad953723a8c4c46f2a58a13b24)

Download SlackBuild:
fio.tar.gz
fio.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
fio.SlackBuild
fio.desktop
fio.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds