summaryrefslogtreecommitdiff
path: root/iotop
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adapt the display to the maximum pid widthGuillaume Chazarain2012-01-221-3/+16
* Version bumpGuillaume Chazarain2011-10-301-1/+1
* Explain that iotop now requires root.Guillaume Chazarain2011-10-151-4/+13
* Right-justify the header so that numbers stop "bouncing".Thomas Guettler2011-09-171-2/+2
* When printing the time, print it also in the summaryGuillaume Chazarain2011-08-041-0/+1
* Address some pyflakes and pychecker warningsGuillaume Chazarain2011-04-106-11/+5
* Version bumpiotop-0.4.3Guillaume Chazarain2011-03-281-1/+1
* Show stats since iotop started, not since 'a' was pressed.Guillaume Chazarain2011-03-141-1/+0
* Force UTF-8 output even if the locale is not set to UTF-8.Guillaume Chazarain2011-03-131-1/+1
* Fix netlink message parsing to accept alignement padding.Guillaume Chazarain2011-01-162-15/+24
* Removing dead codeGuillaume Chazarain2010-12-151-2/+0
* Version bumpGuillaume Chazarain2010-12-141-1/+1
* With addstr instead of insstr we get a harmless exception when writing on the...Guillaume Chazarain2010-12-141-5/+1
* Back to addstr because of: http://marc.info/?l=ncurses-bug&m=125233342917443&w=3Guillaume Chazarain2010-12-141-1/+1
* Support for getting and setting IO priority on armel and hppa architectures.Guillaume Chazarain2010-09-041-0/+4
* Instead of assuming the pid field is 4 bytes long, take its length from the h...Guillaume Chazarain2010-09-041-4/+12
* Fix traceback with an invalid locale.Paul Wise2010-08-221-1/+4