summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* Make `systat -vmstat` to use suffixes to display big floating point numbersmav2013-03-231-0/+8
* - Show page faults requiring I/O on vmstat display.zont2013-01-281-36/+40
* Fix whitespace inconsistencies in systat(1).ed2011-10-151-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* For total interrupt count on -vm screen count all interrupts, but not onlymav2010-09-081-3/+3
* Partially revert r209312, restoring ability to fit "stray irqX" names intomav2010-07-191-6/+10
* Do not print first digits of IRQ number if whole number doesn't fit.mav2010-06-181-12/+11
* Perform all trivial ports to utmpx for usr.bin/.ed2010-01-131-2/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Let systat's vmstat use utmpx.ed2009-12-051-14/+7
* Update top and systat for vfs.bufcache now being a long rather than an int.jhb2009-03-101-1/+1
* ANSIfy and remove register.delphij2008-01-161-29/+16
* - Revert signedness type changes to "struct vmtotal"; by makingru2006-11-281-86/+19
* Fix the format specifier suitable for uintmax_t.ru2006-11-231-3/+3
* - Fix types of "struct vmmeter" members so they are unsigned.ru2006-11-201-19/+86
* For the vmstat sub-display:bde2006-05-011-24/+24
* Unbreak the support for 24-row terminals in the vmstat display. Thebde2006-05-011-2/+4
* Sort the ex-extended vmstat fields into their documented order in thebde2006-04-301-38/+38
* Eliminate the "extended" vm stats. Move all fields in the extendedbde2006-04-301-34/+10
* Reduce the namei (sub)display by 5 columns to make enough space for abde2006-04-301-17/+19
* Don't redraw the disk names on every update. This was apparently donebde2006-04-301-6/+0
* Fix "slow (on-the-fly) zero fills percentage (`%slo-z')" some more. Thebde2006-04-301-3/+3
* If DEBUG is defined, then fill numeric fields with asterisks instead ofbde2006-04-301-0/+15
* Edit the interrupt name strings to shorten them. This is believed tobde2006-04-301-2/+33
* Backed out rev.1.49 since it had buffer overruns and only workedbde2006-04-301-10/+2
* Abbreviate long field descriptors at write time so that they don't getbde2006-04-291-6/+6
* fix spelling of ozfod... I've been wondering why we'd need to fill a pagejmg2006-03-181-1/+1
* Move the "r p d s w" fields to the left to create space for expansion.bde2006-02-141-25/+26
* Removed the frobbing of CPU percentages from > 99.9 to 99.9. Rev.1.35bde2006-02-141-2/+0
* Fix some minor bugs:bde2006-02-141-13/+21
* Reduce the field width by 1 for many numeric fields so that most fieldsbde2006-02-141-39/+39
* Oops, the "excessive" {} removed in the previous commit was neededbde2006-02-141-1/+3
* Fixed all (?) bitrot in the comments about the number of columns used bybde2006-02-141-8/+8
* Fix all (?) cases where the field width of a numeric field was far toobde2006-02-141-8/+7
* Fixed style bugs in rev.1.12. Rev.1.12 arranged to display the interruptbde2006-02-141-7/+7
* Fix an overflow when calculating the number of kilobytes from theps2005-02-211-1/+1
* Use 'k' as suffix for Kilophk2003-10-241-1/+1
* When a numeric field overflows its width, try formatting the number inphk2003-10-201-5/+4
* Let libdevstat calculate the device-busy % instead of home-rolling.phk2003-04-091-13/+5
* Run a revision of the devstat interface:phk2003-03-151-12/+14
* Add #include <sys/resource.h>phk2003-02-161-0/+1
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.dillon2003-01-111-1/+1
* debug.{numvnodes,freevnodes} moved to vfs.des2002-06-061-2/+2
* remove __Pimp2002-03-221-9/+9
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesmarkm2001-12-121-102/+101
* Remove the 'irq' string from the irqN part of the "interrupts" display.markm2001-12-011-2/+10
* Convert systat(1) to use the new devstat interface.ken2001-09-061-15/+14
* Replace a use of the hw.nintr sysctl as it has just gone away, casttmm2001-06-011-3/+9
OpenPOWER on IntegriCloud