Source: fio
Section: utils
Priority: optional
Maintainer: Martin Steigerwald <ms@teamix.de>
Uploaders: Michael Prokop <mika@debian.org>
Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~), libaio-dev, zlib1g-dev, librdmacm-dev, libibverbs-dev
Standards-Version: 3.9.4
Homepage: http://freshmeat.net/projects/fio
Vcs-Git: git://anonscm.debian.org/collab-maint/fio.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/fio.git

Package: fio
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python
Suggests: gnuplot
Description: flexible I/O tester
 fio is a tool that will spawn a number of threads or processes doing a
 particular type of I/O 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 I/O load
 one wants to simulate.
