9
I Use This!
Very Low Activity

Commits : Listings

Analyzed 43 minutes ago. based on code collected about 15 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
80 columns More... over 14 years ago
Untabify More... over 14 years ago
Don't use all() as it was introduced in python-2.5 More... over 14 years ago
Fix a crash were iotop could open /proc/PID/status but not read it as the process disappeared by then. More... over 14 years ago
Default to 0 instead of None More... over 14 years ago
commit d4cab23b1c8c2f91ae7b353087bc60e7659620ef broke iotop -o More... over 14 years ago
Merge branch 'master' of git://repo.or.cz/iotop More... over 14 years ago
Implement ionice functionality (Closes: http://bugs.debian.org/535969 More... over 14 years ago
ioprio.sort_key() expects keys starting with '?' to be at least two character long. It was not the case when different threads in the same process had different ionice values, so adjust the ionice key in this case. More... over 14 years ago
Make it even more obvious that something is wrong when CONFIG_TASK_DELAY_ACCT is missing More... over 14 years ago
Detect python-2.5 before importing incompatible stuff More... over 14 years ago
Turns out returning a list is faster than iterating. More... over 14 years ago
Some more minor optimizations More... over 14 years ago
Optimize Stats.__init__ so that Stats.accumulate can be cleaned up More... over 14 years ago
Gracefully handle disappearing PIDs More... over 14 years ago
Faster ui.human_size() More... over 14 years ago
Faster ProcessList.list_dir() More... over 14 years ago
Optimization: call getpriority() instead of reading /proc More... over 14 years ago
Finish the implementation of the UID cache... by actually caching the UID More... over 14 years ago
80 columns More... over 14 years ago
Cache the taskstats request in the thread_info as building it every time is a hotspot More... over 14 years ago
Optimize even further the hotspot by unrolling the loop and keeping the __dict__ objects in local variables. More... over 14 years ago
Optimize even further Stats.accumulate as it's a hotspot: don't create a new Stats object everytime on every invocation, keep updating the same object. More... over 14 years ago
Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCT More... over 14 years ago
Use .__dict__ instead of [gs]etattr as it's slightly faster. More... almost 15 years ago
Use insstr instead of addstr so that we can write in the last column, but this means we have to be careful not to add trailing garbage as it would appear on the next line. More... almost 15 years ago
Split long command lines in the middle instead of cutting them at the end. More... almost 15 years ago
Bump version. More... almost 15 years ago
Stop building RPMs after my move to Ubuntu More... almost 15 years ago
Fixed column sorting with --accumulated More... almost 15 years ago