summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
AgeCommit message (Expand)Author
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
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-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-01The last NULL entry should not be printed on missing symbols.matt
2003-02-01Update for extensible malloc types.thorpej
2002-12-12The -u option takes an argument, so we need the corresponding : in theatatat
2002-11-22Remove pc532-only hacks to access wildly different interrupt accountingsimonb
2002-11-21Include <machine/intr.h> to get "struct iv" (in pc532-specific code).simonb
2002-11-18In getuptime(), use kread() to get the current time as well as boottime,nathanw
2002-11-01iostat(8) and systat(8) support for separate read/write disk statistics.mrg