Fix python3 compatibility for iotop when installed
[iotop.git] / README
blobcf9e0506bcc0ed6277763337b8119d18594eebfe
1 Iotop is a Python program with a top like UI used to show of behalf of which
2 process is the I/O going on. It requires Python >= 2.7 and a Linux kernel >=
3 2.6.20 with the CONFIG_TASK_DELAY_ACCT CONFIG_TASKSTATS,
4 CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS options on.
7 To run a local version of iotop:
9 $ ./iotop.py
12 The documentation is available in the man page:
14 $ man ./iotop.8
17 To install iotop, you should use a package provided by your distribution. If you
18 really want to install this version of iotop on your system, do (as root):
20 # ./setup.py install
23 -- 
24 Guillaume Chazarain <guichaz@gmail.com>
25 http://guichaz.free.fr/iotop