summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat
Commit message (Expand)AuthorAgeFilesLines
* MFC 283624,283630:jhb2015-10-012-3/+137
* MFC 269727:jhb2015-09-302-11/+26
* MFC r271410:hrs2014-10-091-6/+10
* - Show page faults requiring I/O when -s invoked.zont2013-01-281-0/+3
* Garbage collect defunct nlist(3) symbols.pluknet2012-03-221-14/+8
* In usr.bin/vmstat/vmstat.c, cast several printf field widths to int, anddim2011-12-171-8/+10
* sintrcnt/sintrnames is the address of the size, not the actual size.pluknet2011-07-181-2/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-8/+6
* Remove duplicated header fileskevlo2011-06-241-1/+0
* Remove uptime validity check that hasn't been necessary since r151417emaste2011-03-171-5/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* Remove unused variablekevlo2010-11-201-1/+1
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* Add a new column to the output of vmstat -z to indicate the numbersbruno2010-06-151-4/+5
* Allow sub-second interval timings for iostat and vmstat.sbruno2010-05-212-6/+17
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* When fetching sum stats (vmstat -s) from a crash dump, fetch per-CPU countsjhb2009-10-291-0/+81
* Utilize calloc() instead of bzero'ing manually.delphij2009-02-211-8/+4
* Fix comment typo that managed to sneak in when I copy pasted somekeramida2008-11-041-1/+1
* Repeat vmstat header after window.rows instead of a hardcoded 20.keramida2008-11-041-9/+69
* Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdumpjhb2008-08-191-15/+14
* Add forgotten -H, -h, and -P to usage().ru2008-04-101-1/+1
* Fix some boolean logic errors. && vs & and other sillyness. *blush*peter2008-01-181-3/+3
* Add the -H, -h and -P flags to vmstat. -P causes per-cpu output ofpeter2007-12-133-20/+207
* Add a counter for the total number of pages cached and support foralc2007-07-271-0/+2
* - Revert signedness type changes to "struct vmtotal"; by makingru2006-11-281-4/+3
* Oops, fix the format specifier to what was intended.ru2006-11-231-2/+1
* - Fix types of "struct vmmeter" members so they are unsigned.ru2006-11-201-4/+6
* Cross-reference libmemstat(3), malloc(9), uma(9).rwatson2006-11-021-4/+10
* The vm.zone sysctl has gone; zone stats are now supplied by libmemstat(3).ru2006-10-211-4/+1
* - Add comma after REQUESTS field missed in previous commit.ru2006-10-211-2/+2
* Print the number of allocation failures in UMA zones.glebius2006-10-211-4/+4
* Markup fixes.ru2006-09-291-1/+1
* Increase the field widths of flt (total number of page faults), fr (pagesobrien2006-06-031-5/+5
* Default number of direct access devices had been changed from three to two.marck2006-02-121-6/+6
* Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec)andre2005-10-171-16/+4
* Use libmemstat(3)'s kvm support for malloc(9) rather than hand-extractingrwatson2005-08-061-96/+19
* Teach vmstat's domemstat_zone() to use memstat_kvm_uma() when the kvmrwatson2005-08-011-14/+19
* Minor syntax tweaks:rwatson2005-07-281-17/+0
* Teach vmstat -m and vmstat -z to use libmemstat(3). Certainrwatson2005-07-252-23/+96
* Modify vmstat(8)'s domem() routine, which is responsible for extractingrwatson2005-05-291-7/+38
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOkeramida2005-05-261-0/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-2/+2
* Fix an overflow when calculating the number of kilobytes from theps2005-02-211-1/+1
* Sort sections.ru2005-01-181-7/+7
* Mechanically kill hard sentence breaks.ru2004-07-021-6/+12
* Make vmstat -m work with -M/-N again. Note that making vmstat -z workgreen2004-06-301-11/+93
* Bumped the document date.ru2004-05-191-1/+1
* Print fork statistics with %u as they are unsigned quantities.tjr2004-04-231-3/+3
* Properly document the -M and -N options.ru2004-03-262-9/+19
OpenPOWER on IntegriCloud