This project is a fork of the iotop.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/iotop.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionWIP changes to iotop
homepage URLhttp://guichaz.free.fr/iotop/
ownerpabs3@bonedaddy.net
last changeThu, 30 Sep 2021 23:37:15 +0000 (1 07:37 +0800)
content tags
add:
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.7 and a Linux kernel >=
2.6.20 with the CONFIG_TASK_DELAY_ACCT CONFIG_TASKSTATS,
CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS build options on
and for Linux kernels since 5.14, the kernel.task_delayacct sysctl enabled.


To run a local version of iotop:

$ ./iotop.py


The documentation is available in the man page:

$ man ./iotop.8


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 <guichaz@gmail.com>
http://guichaz.free.fr/iotop
shortlog
2021-09-30 Paul WiseDocument the new kernel.task_delayacct sysctl requireme... master
2021-09-22 Paul WiseHandle errors setting up curses by printing the error
2021-05-13 Paul WiseAdd a _ioprio C extension module for exporting SYS_iopr...
2020-01-08 Paul WiseFix possessive form for "process" in the manual page
2020-01-08 Paul WiseFix indefinite article to be "an x86_64 kernel" instead...
2018-05-25 Paul WiseActually skip invalid lines in /proc/*/status
2018-05-25 Paul WiseIgnore invalid lines in /proc/*/status files
2018-05-24 Paul JarosFix crash due to syntax error
2018-05-03 Paul WiseImprove the message that is printed when Linux taskstat...
2018-04-29 Paul WiseSwitch from python to python3
2017-06-17 James CowgillAdd ioprio_* syscall numbers for mips
2017-05-04 Paul WiseSupport Python versions and platforms with no time...
2017-05-04 Paul WiseUse monotonic time to calculate durations
2017-02-26 Paul WiseFix typo: alignement
2016-08-04 Paul WiseAdd a footer listing keyboard shortcuts
2016-08-04 Paul WiseCheck the column title is not empty before using it
...
tags
11 years ago iotop-0.6
11 years ago iotop-0.5
12 years ago iotop-0.4.4
13 years ago iotop-0.4.3
13 years ago iotop-0.4.2
13 years ago iotop-0.4.1
14 years ago iotop-0.4
14 years ago iotop-0.3.2
14 years ago iotop-0.3.1
15 years ago iotop-0.3
15 years ago iotop-0.2.1
16 years ago iotop-0.2
16 years ago iotop-0.1
heads
2 years ago wip/pyroute2
2 years ago update-ioprio-syscalls
2 years ago master