summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
AgeCommit message (Expand)Author
2006-08-15PR 34205: workaround struct timeval tv_sec not being SUS compliant issue (rep...kardel
2006-07-21Dump some column widths.simonb
2006-07-09accept either "time_second" or "time" as kernel timevariable inkardel
2006-07-08include evcnt.h rather than device.h.yamt
2006-06-07support timecounters (struct time gone, use time_second then)kardel
2006-05-02Coverity CID 884: Avoid NULL deref.christos
2006-05-02Coverity CID 885: Avoid NULL deref.christos
2006-05-02Coverity CID 886: Avoid NULL deref.christos
2006-04-27Unwrap a not too long line.simonb
2006-04-21remove unused files.yamt
2006-04-20Prefix iostat structure elements with io_blymn
2006-04-14Update statistics reporting to use new kernel framework, rename dkstats*blymn
2006-02-05Split dkreadstats() into dkreadstats(), tkreadstats() and cpureadstats().dsl
2005-10-22Don't forget original allocated memory address.nonaka
2005-10-02optimize pool_caches similarly to how I optimized pools before:chs
2005-09-10Remove message when no tape drives foundblymn
2005-08-08Don't error when tape drives are not configured on a system.blymn
2005-08-07Add support for tape statistics.blymn
2005-08-07Add support for gathering tape statistics.blymn
2005-06-02appease gcc -Wuninitializedlukem
2005-05-30rename "kbucket" to "kmembuckets", for greater clarity.chs
2005-05-22do not rely on the pre-evcnt interrupt counter kernel symbols being present.chs
2005-05-15remove anon related statistics which are no longer used.yamt
2005-03-10Bump date for -t.wiz
2005-03-10Add -t to usage.wiz
2005-03-10Add a '-t' option to print the contents of the vmtotal structure,he
2005-02-26WARNS=3dsl
2005-01-30Remove a blank line.simonb
2005-01-26Sync with manpage (add -W, sort).wiz
2005-01-26Sort options. Remove some unnecessary Bk/Ek. Add some commas.wiz
2005-01-26Add a "wide" mode output (selected with -W) to show more informationsimonb
2004-12-20Correct typo in an error message: allocatior -> allocatordsainty
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-10-15Make vmstat -s prints:enami
2004-02-28pidhash and pgrphash should have been removed from here as well when thejunyoung
2004-02-13Uppercase CPU, plural is CPUs.wiz
2004-02-13Uppercase CPU.wiz
2004-01-22fixes to keep default output under 80 columnsdbj
2003-09-28Extra columns appeared in one line of the "Memory statistics by type"simonb
2003-09-19realloc pedantitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15snprintfitojun
2003-07-02No need to cast the third argument of ioctl() to "char *".simonb
2003-06-11no need to #include <sys/dkstat.h>drochner
2003-05-06Actually update man page for change to not show unused pools.dsl
2003-05-06Make vmstat -m skip memory pools that have never been used - unless -v given.dsl
2003-04-09Update for cached physical addresses in the pool caches.thorpej
2003-03-19Alternative pid/proc allocater, removes all searches associated with piddsl
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-01The last NULL entry should not be printed on missing symbols.matt