           SPELL=iotop
         VERSION=0.4.1
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://guichaz.free.fr/${SPELL}/files/${SOURCE}
     SOURCE_HASH=sha512:12acb2adfa30a8e3f785d647f8317d60aa27d0ccaf70a387bf122701d1c1c7fe72afe4b59224a247c1696f05407bfb2c604266dbdc64b17c06bf93e8c2373738
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://guichaz.free.fr/iotop/"
      LICENSE[0]=GPL
         ENTERED=20100805
           SHORT="a Python program with a top like UI used to show of behalf of which process is the I/O going on"
cat << EOF
Linux has always been able to show how much I/O was going on (the bi and bo
columns of the vmstat 1 command).

Iotop is a Python program with a top like UI used to show of behalf of which
process is the I/O going on. It requires Python 2.5 and a Linux kernel
2.6.20 with the TASK_DELAY_ACCT and TASK_IO_ACCOUNTING options enabled.
EOF
