summaryrefslogtreecommitdiffstats
path: root/Process.c
Commit message (Collapse)AuthorAgeFilesLines
* Support pagefaults stats. Closes #45.Hisham Muhammad2014-04-241-2/+6
|
* Boost field buffer size - crashes when trying to draw very deep UTF-8 treesHisham Muhammad2014-04-241-1/+1
| | | | | Test by nesting 30 shells Patch from ArchLinux. Closes #65.
* Better consistency in coloring. Closes #66.Hisham Muhammad2014-04-241-41/+59
| | | | For now rates won't be colored gray when zero; I'll think about that.
* Both IO_PRIO and IO_RATE had the same column heading. Closes #61.Hisham Muhammad2014-04-241-1/+1
|
* Use proper format string for unsigned data.Hisham Muhammad2014-04-211-3/+3
|
* Fix padding in large numbers. (See #40)Hisham Muhammad2014-04-101-2/+2
|
* Avoid "else" trick with #ifdef, hopefully makes code easier to follow.Hisham Muhammad2014-04-091-7/+11
|
* Support for very large numbers, now tested on a 64-bit machine.Hisham Muhammad2014-04-091-5/+5
|
* Support really large numbers on 64-bit architectures; first try.Hisham Muhammad2014-04-091-7/+17
|
* Fix invalid access when highlighting basename of threads.Hisham Muhammad2014-04-091-4/+4
|
* New logic for highlighting basenames with spacesHisham Muhammad2014-02-271-6/+12
|
* alignment improvementsHisham Muhammad2014-02-271-42/+49
|
* Added additional column to monitor OOM killer score of each processLeigh Simpson2014-01-291-0/+28
|
* fix column shift on wrong megabytes formatzed_0xff2014-01-211-2/+5
| | | see http://0xff.me/htop_bug.png
* Fix order of calloc arguments.Hisham Muhammad2014-01-161-1/+1
| | | | (Patch by Dawid Gajownik)
* Performance improvements due to conditional parsing of IO data depending on ↵Hisham Muhammad2013-05-241-0/+31
| | | | | | | selected fields. On my machine, this gives a ~20% improvement in htop process time use with the default config.
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-9/+8
| | | | UTF-8 display of big numbers.
* fixes PGRP and SESN columns in case of big pids. Patch #3567904.Hisham Muhammad2012-10-201-11/+15
|
* Add IO priority support ('i' key)Hisham Muhammad2012-10-041-4/+53
|
* don't downcast to int before determining number of hoursHisham Muhammad2012-06-251-1/+1
|
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-5/+7
|
* show proper values for very large timesHisham Muhammad2011-12-141-6/+11
|
* Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an ↵Hisham Muhammad2011-11-211-2/+2
| | | | | | | external libhwloc. (for details see https://sourceforge.net/mailarchive/forum.php?thread_name=CAJpkDYeZpwqcWxZ77wq6bMrnhn-KzkU1xAqb3cU0drfnA3n9FQ%40mail.gmail.com&forum_name=htop-general )
* Mega-commit with features and tweaks for 1.0:Hisham Muhammad2011-11-181-0/+26
| | | | | | | | | | | * Performance improvements * Support for splitting CPU meters into two or four columns (thanks to Wim Heirman) * Switch from PLPA, which is now deprecated, to HWLOC. * Bring back support for native Linux sched_setaffinity, so we don't have to use HWLOC where we don't need to. * Support for typing in user names and column fields in selection panels.
* Support for UTF-8 tree drawingHisham Muhammad2011-11-031-10/+15
| | | | | (thanks to Bin Guo)
* cleanups and fixes, thanks to cppcheck and gcc -WextraHisham Muhammad2011-10-251-4/+4
|
* Use wider PID columns in 64-bit machines with larger pid_max values.Hisham Muhammad2011-09-291-10/+36
|
* Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad2011-09-241-10/+31
|
* Add missing header titles. Closes #3152630.Hisham Muhammad2011-09-081-1/+1
|
* nicer display for large numbersHisham Muhammad2011-05-261-19/+35
|
* handle large values for process timeHisham Muhammad2011-03-281-5/+5
|
* * Option for counting CPUs from zeroHisham Muhammad2011-03-221-2/+2
| | | | | | (thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
* Remove arbitrary limit from rich stringsHisham Muhammad2010-11-221-9/+17
| | | | | | | | | 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
* BUGFIX: Fix alignment for display of memory values above 100G (sign of the ↵Hisham Muhammad2010-11-201-3/+8
| | | | | | | | times!) (thanks to Jan van Haarst for the report.) Closes #2865619.
* Support for cgroups (thanks to Guillaume Zitta and Daniel Lezcano)Hisham Muhammad2010-10-301-0/+26
|
* add support for steal/guest CPU time measurementHisham Muhammad2010-08-241-21/+0
| | | | | | simplify processor data accounting (add CPUData structure) remove Process_clone trick
* expand/collapse treeHisham Muhammad2010-06-171-2/+4
|
* Good heuristic for processes started in the same secondHisham Muhammad2010-03-291-2/+6
|
* STARTTIME columnHisham Muhammad2010-03-291-2/+7
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* warning fixesHisham Muhammad2010-02-251-13/+13
|
* minor tweakHisham Muhammad2010-02-221-1/+5
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-3/+3
|
* sort by PROCESSOR and SESSIONHisham Muhammad2009-03-111-0/+4
|
* BSD related fixes:Hisham Muhammad2009-03-111-8/+13
| | | | | | | | * BUGFIX: Correct page size calculation for FreeBSD systems (thanks to Andrew Paulsen) * Allow compilation without PLPA on systems that don't support it (thanks to Timothy Redaelli)
* Rename VEID to CTID in OpenVZ systemsHisham Muhammad2009-03-111-7/+7
| | | | | (thanks to Thorsten Schifferdecker)
* Add Linux-VServer support,Hisham Muhammad2008-09-231-0/+19
| | | | | contributed by Jonathan Sambrook and Benedikt Bohm
* Ability to change sort column with the mouse byHisham Muhammad2008-03-141-53/+48
| | | | | | 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-86/+86
| | | | | Reduces resulting code size.

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