summaryrefslogtreecommitdiff
path: root/iotop/data.py
Commit message (Expand)AuthorAgeFilesLines
* Actually skip invalid lines in /proc/*/statusPaul Wise2018-05-251-1/+1
* Ignore invalid lines in /proc/*/status filesPaul Wise2018-05-251-1/+7
* Support Python versions and platforms with no time.monotonic() functionPaul Wise2017-05-041-0/+11
* Use monotonic time to calculate durationsPaul Wise2017-05-041-3/+3
* Only split /proc/*/status lines on the : character.Paul Wise2016-07-281-1/+1
* Be specific about which exceptions are being caught.Paul Wise2013-06-071-1/+1
* Make pep8 happy.Guillaume Chazarain2013-05-271-7/+14
* Fix the FSF address embedded in a few filesPaul Wise2013-05-131-1/+1
* Update python requirementsiotop-0.5Guillaume Chazarain2013-02-031-20/+8
* Add 'Actual' bandwidth stats to summary headerIgor Bazhitov2013-02-031-2/+6
* Fix crash when running under python3.Paul Wise2012-12-161-3/+1
* 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-031-2/+5
* Port to Python 3Paul Wise2012-09-031-20/+19
* Show custom thread names.Guillaume Chazarain2012-09-031-18/+28
* Address some pyflakes and pychecker warningsGuillaume Chazarain2011-04-101-2/+0
* Fix netlink message parsing to accept alignement padding.Guillaume Chazarain2011-01-161-11/+10
* Removing dead codeGuillaume Chazarain2010-12-151-2/+0
* Instead of assuming the pid field is 4 bytes long, take its length from the h...Guillaume Chazarain2010-09-041-4/+12
* Whitespace fixesGuillaume Chazarain2010-06-261-1/+3
* Document the requirement for CONFIG_VM_EVENT_COUNTERS and check for it on sta...Paul Wise2010-06-261-4/+15
* Do not report requirements that are available.Paul Wise2010-06-261-7/+6
* Added GPLv2+ headersGuillaume Chazarain2010-06-261-0/+18
* Document the new python requirementsGuillaume Chazarain2009-12-131-4/+13
* Compatibility with python2.4 using the ctypes moduleJiri Olsa2009-12-131-8/+1
* Don't use all() as it was introduced in python-2.5Guillaume Chazarain2009-12-131-2/+4
* Fix a crash were iotop could open /proc/PID/status but not read it as the pro...Guillaume Chazarain2009-11-051-2/+1
* commit d4cab23b1c8c2f91ae7b353087bc60e7659620ef broke iotop -oiotop-0.3.2Guillaume Chazarain2009-09-221-1/+1
* Merge branch 'master' of git://repo.or.cz/iotopGuillaume Chazarain2009-09-061-1/+1
|\
| * ioprio.sort_key() expects keys starting with '?' to be at least two characterGuillaume Chazarain2009-09-061-1/+1
* | Implement ionice functionality (Closes: http://bugs.debian.org/535969Paul Wise2009-09-061-0/+8
|/
* Detect python-2.5 before importing incompatible stuffGuillaume Chazarain2009-09-061-4/+4
* Turns out returning a list is faster than iterating.Guillaume Chazarain2009-08-301-14/+12
* Some more minor optimizationsGuillaume Chazarain2009-08-301-2/+4
* Optimize Stats.__init__ so that Stats.accumulate can be cleaned upGuillaume Chazarain2009-08-301-15/+6
* Gracefully handle disappearing PIDsGuillaume Chazarain2009-08-291-2/+6
* Faster ProcessList.list_dir()Guillaume Chazarain2009-08-291-6/+10
* Finish the implementation of the UID cache... by actually caching the UIDGuillaume Chazarain2009-08-291-0/+1
* 80 columnsGuillaume Chazarain2009-08-291-7/+12
* Cache the taskstats request in the thread_info as building it every time is a...Guillaume Chazarain2009-08-291-10/+13
* Optimize even further the hotspot by unrolling the loop and keeping the __dic...Guillaume Chazarain2009-08-291-4/+8
* Optimize even further Stats.accumulate as it's a hotspot: don't create a new ...Guillaume Chazarain2009-08-291-12/+10
* Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCTGuillaume Chazarain2009-08-231-0/+7
* Use .__dict__ instead of [gs]etattr as it's slightly faster.Guillaume Chazarain2009-08-021-3/+3
* Fixed interaction between --accumulated and --onlyGuillaume Chazarain2009-06-101-1/+3
* Added the -k, --kilobytes optionGuillaume Chazarain2009-05-021-1/+1
* Put kernel threads between square bracketsGuillaume Chazarain2009-03-301-1/+5
* - Added the --accumulated option to show the accumulated traffic instead of t...Guillaume Chazarain2009-03-301-16/+34