summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
AgeCommit message (Expand)Author
2009-10-21Remove uarea swap-out functionality:rmind
2009-01-18fix -Wsign-compare issueslukem
2008-11-28Add missing fflush() in one of three places that print stuff repeatedlydholland
2008-10-22NFS hash tables no longer exist.matt
2008-08-20Restore the "pages actige" and "pages inactive" value printoutshe
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-06-24Fix alignment of fields for "vmstat -m" when KMEMSTATS are available:he
2008-06-04vmstat -s: report cpu pagealloc hits/misses.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-26Merge more changes from vmlocking2, mainly:ad
2007-12-20- Support two different sizes of pool_cache group. The default has 14 or 15ad
2007-12-05add -C to usage.yamt
2007-11-07Add -C option to display pool_cache info, eg:ad
2006-10-17warns=4, pass lint.christos
2006-10-16use howmany(), instead of open-coding the calculation.christos
2006-09-27increase a chance to fit within 80 char width consoles.yamt
2006-09-15sync with kernel after yamt-pdpolicy merge.yamt
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-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-08-07Add support for 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-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-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-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