summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make setup.py install the iotop script in sbin/ instead of bin/.Guillaume Chazarain2013-05-261-0/+8
* 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
* Fix python3 compatibility for iotop when installedPaul Wise2013-05-131-4/+5
* Update python requirementsiotop-0.5Guillaume Chazarain2013-02-032-24/+11
* Also advertise the move to sbin/ as it's significantGuillaume Chazarain2013-02-031-0/+1
* The RPM should also install to sbin.Guillaume Chazarain2013-02-031-0/+6
* Moved to sbin.Guillaume Chazarain2013-02-031-0/+0
* Finish man page renamingGuillaume Chazarain2013-02-032-2/+2
* Version bumpGuillaume Chazarain2013-02-032-1/+2
* Advertise the newly introduced differentiation between total and actual I/O.Guillaume Chazarain2013-02-032-0/+4
* 80 colsGuillaume Chazarain2013-02-031-2/+4
* Add 'Actual' bandwidth stats to summary headerIgor Bazhitov2013-02-033-15/+33
* Update manpage name in READMEIgor Bazhitov2012-12-161-1/+1
* Fix crash when running under python3.Paul Wise2012-12-161-3/+1
* Move iotop out of the path for usersPaul Wise2012-09-032-3/+3
* 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-032-18/+31
* Improve the message that is printed when Linux denies access to taskstats.Paul Wise2012-05-131-2/+8
* Consistent option namesGuillaume Chazarain2012-03-081-2/+3
* Restore the default SIGPIPE handlerGuillaume Chazarain2012-01-221-0/+3
* Adapt the display to the maximum pid widthGuillaume Chazarain2012-01-222-3/+20
* Ignore the build directory.Guillaume Chazarain2012-01-181-0/+1
* Actually install-rpm.sh is still needed.iotop-0.4.4Guillaume Chazarain2011-10-302-0/+11
* Version bumpGuillaume Chazarain2011-10-302-1/+6
* 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-282-1/+7
* 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-163-15/+30
* Removing dead codeGuillaume Chazarain2010-12-151-2/+0
* Grammariotop-0.4.2Guillaume Chazarain2010-12-141-1/+1
* Version bumpGuillaume Chazarain2010-12-142-1/+8
* Try to do without install-rpm.shGuillaume Chazarain2010-12-143-21/+0
* 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
* Revert "Some distributions have a default distutils prefix which is not in sy...Guillaume Chazarain2010-09-061-11/+0
* Some distributions have a default distutils prefix which is not in sys.path, ...Guillaume Chazarain2010-09-061-0/+11
* Support for getting and setting IO priority on armel and hppa architectures.Guillaume Chazarain2010-09-042-0/+7
* Instead of assuming the pid field is 4 bytes long, take its length from the h...Guillaume Chazarain2010-09-042-4/+15