summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* MFC 284165:marcel2015-06-171-2/+2
* MFC r265267:bdrewery2014-05-171-15/+23
* MFC r265249,r265250,r265251:bdrewery2014-05-172-2/+8
* Bump the CPU/WCPU column width by one so that it fits values from 100% upjhb2013-06-111-6/+6
* Fix the 'C' field for a running thread to match the behavior describedjhb2013-03-111-2/+9
* Use the correct size when allocating the cmdbuf string.rpaulo2012-11-191-14/+15
* Add the PID column to the list of sort keys.rpaulo2012-11-111-1/+1
* Correct the order of the MFU and MRU labels. I had reversed them.jhb2012-10-191-1/+1
* Fix two layout bugs in the previous change:jhb2012-07-021-1/+3
* Add a new line to top that provides a brief summary of the ZFS ARC memoryjhb2012-06-272-21/+84
* Clarify that the cached file data pages included in the "Wired" countjhb2012-06-271-1/+1
* Fix string buffer overflow when preparing the line of output.kib2012-04-181-2/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-10/+10
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
* Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus'jhb2011-07-181-5/+3
* Constantly print the command name and if set include the threadbz2011-07-181-8/+20
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-4/+4
* - Export each thread's individual resource usage in in struct kinfo_proc'sjhb2011-07-181-2/+15
* Revert 130163 and let top use KERN_PROC_PROC when individual threads arejhb2011-07-151-17/+4
* Fix indentation.bz2011-07-141-1/+1
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.jhb2011-07-111-70/+78
* Always skip the kernel idle process if requested, it is not specific tojhb2011-07-071-5/+4
* - Document the -H option and 'H' key alongside other options and keysjhb2011-05-311-4/+0
* Add a new option to toggle the display of the system idle process (per-CPUjhb2011-05-311-0/+7
* Add missing header file.pluknet2011-05-201-0/+1
* Touch up the sample memory usage numbers a bit, to avoid wrappingkeramida2011-01-231-3/+6
* Memory stats are reported in bytes, not pages.brucec2010-11-131-10/+10
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Update top and systat for vfs.bufcache now being a long rather than an int.jhb2009-03-101-1/+1
* Right align the CPU column header.rpaulo2008-12-261-2/+2
* Make the CPU column in top always be 2 characters and print in decimaljhb2008-10-011-3/+3
* Display the sum of the runtime of all the threads in a process when it'ssepotvin2008-09-121-0/+1
* system_info.cpustates isn't sparse, so a bitmask of available CPU statesru2008-04-111-2/+0
* Allocate enough memory for pcpu_cp_time[] to stop sysctl() fromru2008-04-111-1/+1
* Fix "top -P" (`&' mistyped as `&&' and a botched logic).ru2008-04-101-2/+3
* Use calloc() when requesting zero'ed memory allocation rather than rollingdelphij2008-01-291-8/+4
* Add a -P flag to display per-cpu cpu usage stats.peter2008-01-181-5/+95
* Improve -u (limit uid lookups) behavior.obrien2008-01-091-2/+8
* Introduce a way to make pure kernal threads.julian2007-10-261-48/+64
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+1
* Inactive pages don't have to be dirty plus improve description ofru2007-09-021-2/+3
* Fix the description of the "Cache" memory and clarify theru2007-09-011-2/+2
* Third stage of unbreaking printing of pseudo-nice values (realtimebde2007-06-151-2/+25
* - Add a new 'j' switch and runtime option to toggle display jail id forrafan2007-04-171-10/+47
* - Add new 'a' switch and runtime option that allows 'top' to display processstas2007-04-141-3/+70
* The sigconv.awk script generates a sigdesc.h header file, whichkeramida2006-12-012-55/+20
* Second stage of unbreaking thr formatting of the NICE field: decode thebde2006-11-071-15/+29
* Fix display of idle processes, which had been broken since rev. 1.56 ofse2006-06-111-1/+2
* Move the formatting of the NICE column to a new function format_nice()bde2006-05-041-20/+30
* Fixed some style bugs (mainly missing and wrong splitting of long lines).bde2006-05-041-48/+54
OpenPOWER on IntegriCloud