https://github.com/kahing/iotop
my github fork of iotop: http://guichaz.free.fr/iotop/
https://github.com/kahing/iotop
Last synced: over 1 year ago
JSON representation
my github fork of iotop: http://guichaz.free.fr/iotop/
- Host: GitHub
- URL: https://github.com/kahing/iotop
- Owner: kahing
- License: gpl-2.0
- Created: 2012-08-16T23:26:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-16T23:43:55.000Z (almost 14 years ago)
- Last Synced: 2025-01-10T15:22:49.817Z (over 1 year ago)
- Language: Python
- Size: 859 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
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 (or Python >= 2.4 with
the ctypes module) and a Linux kernel >= 2.6.20 with the CONFIG_TASK_DELAY_ACCT
CONFIG_TASKSTATS, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS options
on.
To run a local version of iotop:
$ ./iotop.py
The documentation is available in the man page:
$ man ./iotop.1
To install iotop, you should use a package provided by your distribution. If you
really want to install this version of iotop on your system, do (as root):
# ./setup.py install
--
Guillaume Chazarain
http://guichaz.free.fr/iotop