summaryrefslogtreecommitdiff
path: root/iotop
Commit message (Expand)AuthorAgeFilesLines
* data.py get_cmdline: use errors=replace for unicode errorsHEADmasterDominique Martinet2023-04-031-1/+1
* Automatically hide the SWAPIN/IO columns when they are unavailablePaul Wise2022-02-011-7/+24
* Update URLs for redirects and other location changesPaul Wise2022-02-011-2/+1
* Workaround crashes due to non-UTF-8 characters in process command-linesYanichkin Alexander2021-10-081-1/+1
* Detect the kernel.task_delayacct sysctl valuePaul Wise2021-10-022-3/+19
* Document the new kernel.task_delayacct sysctl requirement in Linux 5.14Paul Wise2021-10-012-2/+4
* Handle errors setting up curses by printing the errorPaul Wise2021-09-221-0/+3
* Add a _ioprio C extension module for exporting SYS_ioprio_* syscall numbersPaul Wise2021-05-132-2/+62
* Actually skip invalid lines in /proc/*/statusPaul Wise2018-05-251-1/+1
* Ignore invalid lines in /proc/*/status filesPaul Wise2018-05-251-1/+7
* Fix crash due to syntax errorPaul Jaros2018-05-241-1/+1
* Improve the message that is printed when Linux taskstats are not foundPaul Wise2018-05-031-0/+9
* Add ioprio_* syscall numbers for mipsJames Cowgill2017-06-171-0/+4
* Support Python versions and platforms with no time.monotonic() functionPaul Wise2017-05-042-0/+23
* Use monotonic time to calculate durationsPaul Wise2017-05-042-4/+4
* Add a footer listing keyboard shortcutsPaul Wise2016-08-041-5/+61
* Check the column title is not empty before using itPaul Wise2016-08-041-1/+2
* Hide UI elements on smaller terminalsPaul Wise2016-08-041-13/+27
* Print the titles at specific locationsPaul Wise2016-08-041-1/+3
* Correct the location of the status messagePaul Wise2016-08-041-2/+2
* Correct the alignment of the headerPaul Wise2016-08-041-1/+1
* Only split /proc/*/status lines on the : character.Paul Wise2016-07-281-1/+1
* Refer to Python using the correct capitalisationPaul Wise2016-07-281-2/+2
* Switch URLs from http to httpsPaul Wise2016-07-282-2/+2
* Fix two typosPaul Wise2014-05-141-2/+2
* Fix terminology, replace 'actual' by 'current'.Paul Wise2014-04-201-6/+6
* Be specific about which exceptions are being caught.Paul Wise2013-06-072-2/+2
* Make pep8 happy.Guillaume Chazarain2013-05-276-83/+167
* Version bump.Guillaume Chazarain2013-05-261-1/+1
* Clean exit also on SIGTERM otherwise the terminal is unusable.Guillaume Chazarain2013-05-261-1/+4
* Python3 can print UTF-8 to curses, python2 can't so let's handle both.Guillaume Chazarain2013-05-261-1/+8
* Cleanly exit on SIGINT otherwise python3 will leave the terminal in anGuillaume Chazarain2013-05-261-0/+2
* In some setup closing the xterm window only has the effect of deleting the pty.Guillaume Chazarain2013-05-261-1/+4
* Fix the FSF address embedded in a few filesPaul Wise2013-05-134-4/+4
* Update python requirementsiotop-0.5Guillaume Chazarain2013-02-031-20/+8
* Version bumpGuillaume Chazarain2013-02-031-1/+1
* 80 colsGuillaume Chazarain2013-02-031-2/+4
* Add 'Actual' bandwidth stats to summary headerIgor Bazhitov2013-02-032-15/+25
* Fix crash when running under python3.Paul Wise2012-12-161-3/+1
* Fix the setting of the I/O priority and advertise it a litle more.Guillaume Chazarain2012-09-031-3/+3
* Here we print a string, not bytes.Guillaume Chazarain2012-09-031-1/+1
* Remove stray print added during the python3 conversion.Guillaume Chazarain2012-09-031-1/+0
* Restore compatibility with python2Guillaume Chazarain2012-09-031-0/+3
* Put back code deleted in the python3 conversionGuillaume Chazarain2012-09-031-1/+3
* Some missed python3 conversionsGuillaume Chazarain2012-09-031-4/+4
* Cosmetic fixesGuillaume Chazarain2012-09-032-4/+8
* Port to Python 3Paul Wise2012-09-035-50/+53
* Show custom thread names.Guillaume Chazarain2012-09-031-18/+28
* Improve the message that is printed when Linux denies access to taskstats.Paul Wise2012-05-131-2/+8
* Restore the default SIGPIPE handlerGuillaume Chazarain2012-01-221-0/+3