summaryrefslogtreecommitdiffstats
path: root/usr.bin/top/machine.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r324972:kib2017-11-081-1/+12
* MFC r322139gahr2017-08-141-2/+14
* MFC r321356:markj2017-07-241-4/+5
* MFC: r319866, r319867allanjude2017-06-151-5/+3
* MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720,markj2017-05-231-3/+3
* MFC r315435:allanjude2017-05-181-6/+34
* MFC r311710:ngie2017-01-131-4/+4
* MFC r309676vangyzen2016-12-151-6/+9
* MFH (r305414): add a toggle to show approximate swap usage.des2016-10-221-8/+55
* Use MIN() macro from sys/param.h.araujo2016-04-271-1/+1
* Rename variable to reflect the condition.kib2016-02-091-4/+4
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-4/+4
* Print size_t's with %zu rather than "%zd.kevlo2015-03-261-2/+2
* Replace a magic number with the proper definition. This change actuallyjkim2014-10-291-2/+2
* Cap the percent CPU of individual threads at 100% to fix some of thejhb2014-06-201-0/+2
* Rework the notion of CPU used in top. In particular, for subsequentjhb2014-05-301-13/+97
* Fix a couple of size_t != int warnings.jhb2014-05-271-2/+2
* Fix width/alignment of JID column. Make it support up to the maximumbdrewery2014-05-031-15/+23
* Add -J command/flag to filter by jail name/jid. This will automaticallybdrewery2014-05-021-0/+6
* 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-271-21/+61
* Fix string buffer overflow when preparing the line of output.kib2012-04-181-2/+2
* 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
* 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
* 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
OpenPOWER on IntegriCloud