aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* systat: mostly clean up warnsMateusz Guzik2021-11-011-12/+4
* Adjust to display more than 999 sleeping threadsStefan Eßer2020-12-271-5/+5
* Improve number reading by rounding up to a next unit earlier for memory display.Michael Reifenberger2020-11-211-12/+12
* Introduce sysputpage() to display large page size with human readable format.Michael Reifenberger2020-05-151-23/+20
* Sync with r356645. desiredvnodes is now maxvnodes.Cy Schubert2020-01-131-4/+4
* As of r356642 desiredvnodes is u_long.Cy Schubert2020-01-131-1/+1
* systat -zarc to display disk activities like -vmMichael Reifenberger2019-04-021-116/+32
* Order declarations alphabetically.Konstantin Belousov2017-11-221-2/+2
* systat: use and correctly display 64bit counters.Konstantin Belousov2017-11-211-20/+40
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix systat(1) regression. It was broken by r317061.Jung-uk Kim2017-04-201-26/+26
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add the laundry page count to the displays of systat, top, and vmstat.Mark Johnston2016-11-101-5/+5
* Add on systat -vm the ability to display the physical and kernel memoryMarcelo Araujo2015-12-281-1/+13
* - Avoid accessing window properties directly, instead, use accessors.Xin LI2015-09-101-6/+3
* Make `systat -vmstat` to use suffixes to display big floating point numbersAlexander Motin2013-03-231-0/+8
* - Show page faults requiring I/O on vmstat display.Andrey Zonov2013-01-281-36/+40
* Fix whitespace inconsistencies in systat(1).Ed Schouten2011-10-151-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* For total interrupt count on -vm screen count all interrupts, but not onlyAlexander Motin2010-09-081-3/+3
* Partially revert r209312, restoring ability to fit "stray irqX" names intoAlexander Motin2010-07-191-6/+10
* Do not print first digits of IRQ number if whole number doesn't fit.Alexander Motin2010-06-181-12/+11
* Perform all trivial ports to utmpx for usr.bin/.Ed Schouten2010-01-131-2/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Let systat's vmstat use utmpx.Ed Schouten2009-12-051-14/+7
* Update top and systat for vfs.bufcache now being a long rather than an int.John Baldwin2009-03-101-1/+1
* ANSIfy and remove register.Xin LI2008-01-161-29/+16
* - Revert signedness type changes to "struct vmtotal"; by makingRuslan Ermilov2006-11-281-86/+19
* Fix the format specifier suitable for uintmax_t.Ruslan Ermilov2006-11-231-3/+3
* - Fix types of "struct vmmeter" members so they are unsigned.Ruslan Ermilov2006-11-201-19/+86
* For the vmstat sub-display:Bruce Evans2006-05-011-24/+24
* Unbreak the support for 24-row terminals in the vmstat display. TheBruce Evans2006-05-011-2/+4
* Sort the ex-extended vmstat fields into their documented order in theBruce Evans2006-04-301-38/+38
* Eliminate the "extended" vm stats. Move all fields in the extendedBruce Evans2006-04-301-34/+10
* Reduce the namei (sub)display by 5 columns to make enough space for aBruce Evans2006-04-301-17/+19
* Don't redraw the disk names on every update. This was apparently doneBruce Evans2006-04-301-6/+0
* Fix "slow (on-the-fly) zero fills percentage (`%slo-z')" some more. TheBruce Evans2006-04-301-3/+3
* If DEBUG is defined, then fill numeric fields with asterisks instead ofBruce Evans2006-04-301-0/+15
* Edit the interrupt name strings to shorten them. This is believed toBruce Evans2006-04-301-2/+33
* Backed out rev.1.49 since it had buffer overruns and only workedBruce Evans2006-04-301-10/+2
* Abbreviate long field descriptors at write time so that they don't getBruce Evans2006-04-291-6/+6
* fix spelling of ozfod... I've been wondering why we'd need to fill a pageJohn-Mark Gurney2006-03-181-1/+1
* Move the "r p d s w" fields to the left to create space for expansion.Bruce Evans2006-02-141-25/+26
* Removed the frobbing of CPU percentages from > 99.9 to 99.9. Rev.1.35Bruce Evans2006-02-141-2/+0
* Fix some minor bugs:Bruce Evans2006-02-141-13/+21
* Reduce the field width by 1 for many numeric fields so that most fieldsBruce Evans2006-02-141-39/+39
* Oops, the "excessive" {} removed in the previous commit was neededBruce Evans2006-02-141-1/+3
* Fixed all (?) bitrot in the comments about the number of columns used byBruce Evans2006-02-141-8/+8
* Fix all (?) cases where the field width of a numeric field was far tooBruce Evans2006-02-141-8/+7