Ignore the build directory.
[iotop.git] / README
blob43e145894ae6f52180b4e558d30cb373824e62f5
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 TASK_DELAY_ACCT
4 CONFIG_TASKSTATS, 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.1
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