           SPELL=iotop
         VERSION=0.6
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=http://guichaz.free.fr/${SPELL}/files/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL}.asc
      SOURCE_GPG=iotop.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://guichaz.free.fr/iotop/"
      LICENSE[0]=GPL
         ENTERED=20100805
           SHORT="top-like utility for I/O"
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
