summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
Commit message (Collapse)AuthorAgeFilesLines
* Ability to change sort column with the mouse byHisham Muhammad2008-03-141-0/+2
| | | | | | clicking column titles (click again to invert order). Also, add a consolidated IO kbyte/s column.
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-12/+1
| | | | | Reduces resulting code size.
* Add support for Linux per-process IO statistics,Hisham Muhammad2008-03-091-0/+4
| | | | | | | enabled with the --enable-taskstats flag, which requires a kernel compiled with taskstats support. Thanks to Tobias Oetiker!
* BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad2008-03-081-1/+2
| | | | | | | | | | When user threads are hidden, process now shows the sum of processor usage for all processors. When user threads are displayed, each thread shows its own processor usage, including the root thread. (thanks to Bert Wesarg for the report) Also, add option to display thread colors differently.
* IO-wait time now counts as idle time, which is a moreHisham Muhammad2007-11-091-2/+4
| | | | | | | accurate description. It is still available in split time, now called detailed CPU time. (thanks to Samuel Thibault for the report)
* Fixes for /proc location, submitted by Florent ThoumieHisham Muhammad2007-05-171-2/+2
|
* Add lots of debugging asserts and try to clean up behavior of lists in general.Hisham Muhammad2006-11-081-3/+3
| | | | | Make dumping of proc data controlled by a separate debug define.
* Allocate per-processor values in a contiguous chunk of memoryHisham Muhammad2006-10-041-0/+5
|
* Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad2006-10-041-0/+11
| | | | | | | status bar (minor modifications: default to false, add help)
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-1/+6
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Regenerated all headers.Hisham Muhammad2006-06-061-7/+1
|
* Use long long types to avoid overflowHisham Muhammad2006-06-051-22/+20
|
* Rename TypedVector to Vector, matching dit.Hisham Muhammad2006-05-301-3/+3
|
* * make debug targetHisham Muhammad2006-03-241-8/+40
| | | | | * Support for generating a /proc trace for debugging purposes.
* Initial import.Hisham Muhammad2006-03-041-0/+124

© 2014-2024 Faster IT GmbH | imprint | privacy policy