aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
Commit message (Expand)AuthorAgeFilesLines
* Add forgotten -H, -h, and -P to usage().Ruslan Ermilov2008-04-101-1/+1
* Fix some boolean logic errors. && vs & and other sillyness. *blush*Peter Wemm2008-01-181-3/+3
* Add the -H, -h and -P flags to vmstat. -P causes per-cpu output ofPeter Wemm2007-12-133-20/+207
* Add a counter for the total number of pages cached and support forAlan Cox2007-07-271-0/+2
* - Revert signedness type changes to "struct vmtotal"; by makingRuslan Ermilov2006-11-281-4/+3
* Oops, fix the format specifier to what was intended.Ruslan Ermilov2006-11-231-2/+1
* - Fix types of "struct vmmeter" members so they are unsigned.Ruslan Ermilov2006-11-201-4/+6
* Cross-reference libmemstat(3), malloc(9), uma(9).Robert Watson2006-11-021-4/+10
* The vm.zone sysctl has gone; zone stats are now supplied by libmemstat(3).Ruslan Ermilov2006-10-211-4/+1
* - Add comma after REQUESTS field missed in previous commit.Ruslan Ermilov2006-10-211-2/+2
* Print the number of allocation failures in UMA zones.Gleb Smirnoff2006-10-211-4/+4
* Markup fixes.Ruslan Ermilov2006-09-291-1/+1
* Increase the field widths of flt (total number of page faults), fr (pagesDavid E. O'Brien2006-06-031-5/+5
* Default number of direct access devices had been changed from three to two.Dmitry Morozovsky2006-02-121-6/+6
* Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec)Andre Oppermann2005-10-171-16/+4
* Use libmemstat(3)'s kvm support for malloc(9) rather than hand-extractingRobert Watson2005-08-061-96/+19
* Teach vmstat's domemstat_zone() to use memstat_kvm_uma() when the kvmRobert Watson2005-08-011-14/+19
* Minor syntax tweaks:Robert Watson2005-07-281-17/+0
* Teach vmstat -m and vmstat -z to use libmemstat(3). CertainRobert Watson2005-07-252-23/+96
* Modify vmstat(8)'s domem() routine, which is responsible for extractingRobert Watson2005-05-291-7/+38
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOGiorgos Keramidas2005-05-261-0/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-2/+2
* Fix an overflow when calculating the number of kilobytes from thePaul Saab2005-02-211-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-7/+7
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-6/+12
* Make vmstat -m work with -M/-N again. Note that making vmstat -z workBrian Feldman2004-06-301-11/+93
* Bumped the document date.Ruslan Ermilov2004-05-191-1/+1
* Print fork statistics with %u as they are unsigned quantities.Tim J. Robbins2004-04-231-3/+3
* Properly document the -M and -N options.Ruslan Ermilov2004-03-262-9/+19
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-111-4/+4
* Put libdevstat before libkvm, because the former depends on the latter.Ruslan Ermilov2004-02-041-2/+2
* Remove an unused variable.David Malone2003-12-251-2/+1
* Fixed misplacement of __FBSDID(). Backed out editing of vendor id lines.Bruce Evans2003-12-111-6/+7
* Revert part of revision 1.74 after bde reminded me of a detail I'dDag-Erling Smørgrav2003-12-111-4/+7
* Whitespace cleanup.Dag-Erling Smørgrav2003-12-101-36/+36
* Remove debugging printfDag-Erling Smørgrav2003-12-101-1/+0
* Document the simpler -a semantics.Dag-Erling Smørgrav2003-12-101-3/+0
* Fix a couple of issues in the interrupt code:Dag-Erling Smørgrav2003-12-101-21/+13
* s/u_(int|long)\>/unsigned \1/Dag-Erling Smørgrav2003-12-101-15/+15
* Fix a couple of warnings (const a function parameter and change someDavid Malone2003-12-101-4/+3
* Unbreak vmstat -i on ia64:Marcel Moolenaar2003-12-081-9/+12
* Finish the transition from libkvm to sysctl that I started a while ago.Dag-Erling Smørgrav2003-12-073-118/+249
* make minimum column size for interrupt name be the heading (depends uponJohn-Mark Gurney2003-11-091-1/+1
* fix an overflow bug when scanning for length of names that I introduced inJohn-Mark Gurney2003-11-081-6/+6
* take mux's fix to the next level, scan the names and make the field largerJohn-Mark Gurney2003-10-281-4/+15
* Uncomment the description of the -f option. Add rfork() to the list ofTim J. Robbins2003-04-141-9/+10
* Reimplement the vmstat -f option (display fork statistics).Tim J. Robbins2003-04-141-15/+17
* Slightly rework formatting in vmstat -i so that it doesn'tMaxime Henrion2003-04-101-3/+3
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-151-2/+2
* Update to use current rev of devstat API.Poul-Henning Kamp2003-03-151-9/+9