summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* 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-131-17/+196
* 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
* - 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
* Increase the field widths of flt (total number of page faults), fr (pagesobrien2006-06-031-5/+5
* 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-251-21/+94
* Modify vmstat(8)'s domem() routine, which is responsible for extractingrwatson2005-05-291-7/+38
* 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
* Make vmstat -m work with -M/-N again. Note that making vmstat -z workgreen2004-06-301-11/+93
* Print fork statistics with %u as they are unsigned quantities.tjr2004-04-231-3/+3
* Properly document the -M and -N options.ru2004-03-261-1/+1
* Fixed a misspelling of 0 as NULL.bde2004-03-111-4/+4
* Remove an unused variable.dwmalone2003-12-251-2/+1
* Fixed misplacement of __FBSDID(). Backed out editing of vendor id lines.bde2003-12-111-6/+7
* Revert part of revision 1.74 after bde reminded me of a detail I'ddes2003-12-111-4/+7
* Whitespace cleanup.des2003-12-101-36/+36
* Remove debugging printfdes2003-12-101-1/+0
* Fix a couple of issues in the interrupt code:des2003-12-101-21/+13
* s/u_(int|long)\>/unsigned \1/des2003-12-101-15/+15
* Fix a couple of warnings (const a function parameter and change somedwmalone2003-12-101-4/+3
* Unbreak vmstat -i on ia64:marcel2003-12-081-9/+12
* Finish the transition from libkvm to sysctl that I started a while ago.des2003-12-071-115/+241
* make minimum column size for interrupt name be the heading (depends uponjmg2003-11-091-1/+1
* fix an overflow bug when scanning for length of names that I introduced injmg2003-11-081-6/+6
* take mux's fix to the next level, scan the names and make the field largerjmg2003-10-281-4/+15
* Reimplement the vmstat -f option (display fork statistics).tjr2003-04-141-15/+17
* Slightly rework formatting in vmstat -i so that it doesn'tmux2003-04-101-3/+3
* Run a revision of the devstat interface:phk2003-03-151-2/+2
* Update to use current rev of devstat API.phk2003-03-151-9/+9
* 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
* The boottime variable in sys/kern/kern_tc.c is a struct timeval, not atmm2002-08-091-3/+4
* Remove malloc_type's ks_limit.jeff2002-04-151-71/+17
* Fix a missed conversion of lld to llu for the uint64_t ks_calls and castasmodai2002-04-131-6/+7
OpenPOWER on IntegriCloud