aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top/machine.c
Commit message (Expand)AuthorAgeFilesLines
* Update top and systat for vfs.bufcache now being a long rather than an int.John Baldwin2009-03-101-1/+1
* Right align the CPU column header.Rui Paulo2008-12-261-2/+2
* Make the CPU column in top always be 2 characters and print in decimalJohn Baldwin2008-10-011-3/+3
* Display the sum of the runtime of all the threads in a process when it'sStephane E. Potvin2008-09-121-0/+1
* system_info.cpustates isn't sparse, so a bitmask of available CPU statesRuslan Ermilov2008-04-111-2/+0
* Allocate enough memory for pcpu_cp_time[] to stop sysctl() fromRuslan Ermilov2008-04-111-1/+1
* Fix "top -P" (`&' mistyped as `&&' and a botched logic).Ruslan Ermilov2008-04-101-2/+3
* Use calloc() when requesting zero'ed memory allocation rather than rollingXin LI2008-01-291-8/+4
* Add a -P flag to display per-cpu cpu usage stats.Peter Wemm2008-01-181-5/+95
* Improve -u (limit uid lookups) behavior.David E. O'Brien2008-01-091-2/+8
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-48/+64
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-1/+1
* Third stage of unbreaking printing of pseudo-nice values (realtimeBruce Evans2007-06-151-2/+25
* - Add a new 'j' switch and runtime option to toggle display jail id forRong-En Fan2007-04-171-10/+47
* - Add new 'a' switch and runtime option that allows 'top' to display processStanislav Sedov2007-04-141-3/+70
* Second stage of unbreaking thr formatting of the NICE field: decode theBruce Evans2006-11-071-15/+29
* Fix display of idle processes, which had been broken since rev. 1.56 ofStefan Eßer2006-06-111-1/+2
* Move the formatting of the NICE column to a new function format_nice()Bruce Evans2006-05-041-20/+30
* Fixed some style bugs (mainly missing and wrong splitting of long lines).Bruce Evans2006-05-041-48/+54
* (1) Revert unnecessary indentation changes I committed as part of theGiorgos Keramidas2005-05-181-11/+9
* Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'Giorgos Keramidas2005-05-181-17/+23
* Hardcode username to 8 characters. This makes top(1) output sane whenDavid E. O'Brien2005-05-161-7/+7
* Reduce the width of the THR column to 4 characters, to avoid wrap-aroundGiorgos Keramidas2005-04-161-5/+5
* - Add a THR column to the process listing, that shows the number ofGiorgos Keramidas2005-04-141-12/+57
* Include <string.h> and <strings.h> for various functions.Stefan Farfeleder2005-04-041-0/+2
* This patch merges the sort fields for both pages, so you can (forAlfred Perlstein2004-08-161-37/+57
* Comment some of the 'io' functions.Alfred Perlstein2004-08-011-0/+29
* Adjust the show_self code (the test got inadvertantly reversed a couple ofDag-Erling Smørgrav2004-07-121-3/+3
* Cache a pointer to the old proc (as well as negative cache) to makeAlfred Perlstein2004-07-121-2/+13
* Build upon the nice work of Alfred and add sorting capabilities toGiorgos Keramidas2004-07-081-3/+77
* Additional preemptive unsigned -> signed casts.Dag-Erling Smørgrav2004-07-051-4/+4
* ki_pctcpu is unsigned, so we cast to long before subtracting.Dag-Erling Smørgrav2004-07-051-1/+1
* Unhealthy amount of manual code cleanup. Some long lines still remain.Dag-Erling Smørgrav2004-07-051-187/+143
* Apply consistent indentation. Long lines will be fixed in a separateDag-Erling Smørgrav2004-07-051-544/+543
* Protoize.Dag-Erling Smørgrav2004-07-051-45/+19
* Sort out the #include mess. In particular, do not #include "os.h", sinceDag-Erling Smørgrav2004-07-051-18/+10
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-051-26/+25
* My previous commit fixed uid filtering, but broke io mode. Unravel theDag-Erling Smørgrav2004-07-051-35/+49
* Fix selecting processes by uid, which was broken in the previous commit.Dag-Erling Smørgrav2004-07-051-1/+1
* Tell what percentage of the total IO a process is doing.Alfred Perlstein2004-07-011-5/+37
* New feature, provide a display that shows the amount of IO processesAlfred Perlstein2004-07-011-3/+140
* style, remove register.Alfred Perlstein2004-06-301-87/+69
* Do not use KERN_PROC_PROC with kvm_getproc(3); instead, if only processBrian Feldman2004-06-061-4/+17
* Changes to allow top to decide whether or not to show multiple threads perJulian Elischer2003-07-171-1/+2
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-021-5/+5
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* remove __PWarner Losh2002-03-221-4/+4
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-1/+0
* Cast size_t variables before printing them to cope with the case ofThomas Moestl2001-05-311-2/+2