summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+23
* | | | | | Trim spurious colon.John Baldwin2015-05-271-1/+1
* | | | | | Export a list of VM objects in the system via a sysctl. The list can beJohn Baldwin2015-05-272-3/+137
| |_|_|_|/ |/| | | |
* | | | | Use clock_gettime to measure the time that we spent asleep duringWill Andrews2015-01-231-13/+15
* | | | | Use CLOCK_UPTIME to get the uptime instead of CLOCK_MONOTONIC.Will Andrews2015-01-231-1/+1
* | | | | Make "vmstat -i" respect the -c <count> and -i <interval> options together.Will Andrews2015-01-231-35/+106
* | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Replace update from -r271410 accidentally lost in -r273575.Kirk McKusick2014-10-261-3/+3
* | | | Fix formatting of vmstat (1) so that it looks cleaner on standard 80Kirk McKusick2014-10-241-23/+37
* | | | Fix header output when -P is specified and (ncpus - 1) != maxid.Hiroki Sato2014-09-101-6/+10
* | | | Update vmstat usage for last-argument count/wait parametersBenjamin Kaduk2014-08-082-11/+26
| |_|/ |/| |
* | | Fix vmstat -M after r263620 renamed 'cnt' to 'vm_cnt'.Bryan Drewery2014-07-111-1/+11
| |/ |/|
* | - Show page faults requiring I/O when -s invoked.Andrey Zonov2013-01-281-0/+3
|/
* Garbage collect defunct nlist(3) symbols.Sergey Kandaurov2012-03-221-14/+8
* In usr.bin/vmstat/vmstat.c, cast several printf field widths to int, andDimitry Andric2011-12-171-8/+10
* sintrcnt/sintrnames is the address of the size, not the actual size.Sergey Kandaurov2011-07-181-2/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-181-8/+6
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Remove uptime validity check that hasn't been necessary since r151417Ed Maste2011-03-171-5/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Remove unused variableKevin Lo2010-11-201-1/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Add a new column to the output of vmstat -z to indicate the numberSean Bruno2010-06-151-4/+5
* Allow sub-second interval timings for iostat and vmstat.Sean Bruno2010-05-212-6/+17
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* When fetching sum stats (vmstat -s) from a crash dump, fetch per-CPU countsJohn Baldwin2009-10-291-0/+81
* Utilize calloc() instead of bzero'ing manually.Xin LI2009-02-211-8/+4
* Fix comment typo that managed to sneak in when I copy pasted someGiorgos Keramidas2008-11-041-1/+1
* Repeat vmstat header after window.rows instead of a hardcoded 20.Giorgos Keramidas2008-11-041-9/+69
* Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdumpJohn Baldwin2008-08-191-15/+14
* 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