Also advertise the move to sbin/ as it's significant
[iotop.git] / README
blob457bc20ac43207d95d6fd6068feaca74cad374be
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.5 (or Python >= 2.4 with
3 the ctypes module) and a Linux kernel >= 2.6.20 with the CONFIG_TASK_DELAY_ACCT
4 CONFIG_TASKSTATS, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS options
5 on.
8 To run a local version of iotop:
10 $ ./iotop.py
13 The documentation is available in the man page:
15 $ man ./iotop.8
18 To install iotop, you should use a package provided by your distribution. If you
19 really want to install this version of iotop on your system, do (as root):
21 # ./setup.py install
24 -- 
25 Guillaume Chazarain <guichaz@gmail.com>
26 http://guichaz.free.fr/iotop