Blame README

Packit 88fe6f
Iotop is a Python program with a top like UI used to show of behalf of which
Packit 88fe6f
process is the I/O going on. It requires Python >= 2.7 and a Linux kernel >=
Packit 88fe6f
2.6.20 with the CONFIG_TASK_DELAY_ACCT CONFIG_TASKSTATS,
Packit 88fe6f
CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS options on.
Packit 88fe6f
Packit 88fe6f
Packit 88fe6f
To run a local version of iotop:
Packit 88fe6f
Packit 88fe6f
$ ./iotop.py
Packit 88fe6f
Packit 88fe6f
Packit 88fe6f
The documentation is available in the man page:
Packit 88fe6f
Packit 88fe6f
$ man ./iotop.8
Packit 88fe6f
Packit 88fe6f
Packit 88fe6f
To install iotop, you should use a package provided by your distribution. If you
Packit 88fe6f
really want to install this version of iotop on your system, do (as root):
Packit 88fe6f
Packit 88fe6f
# ./setup.py install
Packit 88fe6f
Packit 88fe6f
Packit 88fe6f
-- 
Packit 88fe6f
Guillaume Chazarain <guichaz@gmail.com>
Packit 88fe6f
http://guichaz.free.fr/iotop