summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
Commit message (Collapse)AuthorAgeFilesLines
* alignment improvementsHisham Muhammad2014-02-271-2/+2
|
* Added additional column to monitor OOM killer score of each processLeigh Simpson2014-01-291-0/+4
|
* Make CPU meter optionally account guest time in its percentagesHisham Muhammad2013-12-181-0/+1
|
* Performance improvements due to conditional parsing of IO data depending on ↵Hisham Muhammad2013-05-241-0/+1
| | | | | | | selected fields. On my machine, this gives a ~20% improvement in htop process time use with the default config.
* Performance improvementsHisham Muhammad2013-04-291-1/+0
| | | | | (thanks to Jann Horn)
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-6/+0
| | | | UTF-8 display of big numbers.
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-2/+1
|
* Option to update process names on every refreshHisham Muhammad2012-10-201-0/+1
| | | | | (thanks to Rob Hoelz)
* Add -p flag, contributed by Rob HoelzHisham Muhammad2012-08-101-1/+2
|
* BUGFIX: behavior of 'F' (follow) key was broken, also affecting theHisham Muhammad2012-02-021-2/+2
| | | | | persistence of mouse selections. Closes #3165065.
* major header cleanupHisham Muhammad2011-12-261-23/+2
|
* Keep panel structure up-to-date as process list changes when headers are ↵Hisham Muhammad2011-12-011-0/+12
| | | | updated during the screen manager. Hopefully closes #3444533.
* Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an ↵Hisham Muhammad2011-11-211-1/+1
| | | | | | | external libhwloc. (for details see https://sourceforge.net/mailarchive/forum.php?thread_name=CAJpkDYeZpwqcWxZ77wq6bMrnhn-KzkU1xAqb3cU0drfnA3n9FQ%40mail.gmail.com&forum_name=htop-general )
* Support for UTF-8 tree drawingHisham Muhammad2011-11-031-0/+22
| | | | | (thanks to Bin Guo)
* Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad2011-09-241-0/+4
|
* Fix off-by-one error in PROCESSOR displayHisham Muhammad2011-09-081-1/+1
|
* * Option for counting CPUs from zeroHisham Muhammad2011-03-221-0/+4
| | | | | | (thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
* Split process and thread counts in tasks meterHisham Muhammad2010-11-231-0/+2
|
* Remove arbitrary limit from rich stringsHisham Muhammad2010-11-221-23/+14
| | | | | | | | | Fix subtree hiding Fix reading of CPU values in hidden threads Fix hiding of zombie processes as kernel threads Remove "debug proc" code Code cleanup in processElements
* add support for steal/guest CPU time measurementHisham Muhammad2010-08-241-29/+33
| | | | | | simplify processor data accounting (add CPUData structure) remove Process_clone trick
* warning fixesHisham Muhammad2010-02-251-0/+1
|
* show custom thread namesHisham Muhammad2010-02-251-1/+3
|
* 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