summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
AgeCommit message (Expand)Author
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
2002-09-18sleep() -> nanosleep()mycroft
2002-08-10Print newline before pool stats.soren
2002-06-30Since the KERN_CP_TIME sysctl reports total clock ticks across allsommerfeld
2002-03-13Don't provide a local declaration of 'struct pool_cache_group' now thatsimonb
2002-03-11Fix broken indentation.enami
2002-03-10fix pool_allocator fallout. bad boy jason!christos
2002-02-20Don't forget to fetch pool cache group.enami
2002-02-20When printing pool stats, print pool cache stats also if -v is given.enami
2002-01-28Use the new disk and tty stats sysctls when operating on a live kernel,simonb
2001-12-09replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.chs
2001-12-06print average chain length as %8.2f instead of %8dlukem
2001-11-29KERNBASE is a constant that kernland has no business using; it'sthorpej
2001-11-26Cast the printf'ing of the 2 size_t vars in dohashstat to unsigned long long asjmc
2001-11-26- Separate hashstat namelist into separate hashnl[], and don't barf iflukem
2001-11-26add stats for nchash & ncvhashlukem
2001-11-26- Use -H (instead of -h) to list all hash stats.lukem
2001-11-26- replace -h uvmhist with -u uvmhist, and -H with -U, since uvm history stufflukem
2001-11-21Check array boundary correctly.enami
2001-11-21Print evcnt/intrcnt as unsigned.enami
2001-10-07When summarizing pool memory usage, account for PR_RECURSIVE poolsbjh21
2001-08-26Adjust vmstat -i / -e for wider event namesmatt
2001-06-13when printing "avm fre" fields, use " %5ld %5ld " instead of "%6ld%6ld ",lukem
2001-05-02Move the number of page colors to the top of the display.thorpej
2001-05-01Add the number of page colors to uvmexp.thorpej
2001-04-29Print print color bucket hit/miss stats.thorpej
2001-04-05Make -c and -w work properly when printing non-default statistics.jhawk
2001-03-09Show number of pages used by executables now that they're are countedsimonb
2001-01-27Prevent integer overflow.enami
2001-01-27Cosmetic changes.enami
2000-12-01Don't "extern" variables and function in dkstats.c, declare them insimonb
2000-11-30ANSIfy.simonb
2000-11-30Use a better description for the vnode page cache pages.simonb
2000-11-30Show anonpages and vnodepages in "vmstat -s".simonb
2000-09-28Move cpu header right 3 spaces to match grouping in man pagesommerfeld