summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
AgeCommit message (Expand)Author
2014-12-24Update stats-keeping in sys/kern/vfs_cache.c to remove (most)dennis
2014-09-12Trailing whitespace.skrll
2014-09-12Print the cpu in the kernhist record.skrll
2014-07-12Use u_long to avoid negative value outputs.nakayama
2014-06-14Init summary counters.joerg
2014-06-14Fix format string for ILP32.joerg
2014-06-13Use kern.pool for the live system.joerg
2014-06-03GC left-over kread.joerg
2014-06-03Use CPU statistics from uvmexp when possible.joerg
2014-06-03Use kern.clockrate if possible.joerg
2014-06-03Convert the remaining uvmexp users to the sysctl as default source.joerg
2014-06-03Use vm.uvmexp data as much as possible for vmstat -s.joerg
2014-06-03Provide sysctl for namecache statistics.joerg
2014-06-02Make missing kern.evcnt an error, don't try to fallback to kmem use.joerg
2014-05-08Add a global vnode cache:hannken
2014-02-19Remove some pointless inclusions os sys/user.hdsl
2013-11-24Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacingrmind
2013-11-10add a row with totals for some pool statistics.mrg
2012-04-29remove malloc(9) output function from vmstatpara
2012-03-20Use C89 function definitionsmatt
2011-10-15use warn instead of perror.christos
2011-10-15unbreak -f -H -h, etc, part 1christos
2011-09-21Use __arraycount(), as done above.jym
2011-09-06Mark usage as static and __dead.joerg
2011-07-26dopoolcache: don't print unused caches unless verboseyamt
2011-05-17move and rename the uvm history code out of uvm_stat to "kernhist".mrg
2011-02-16Fix header, format and total count of system interrupt counters.nakayama
2011-02-05dosum also needs getnlistmlelstv
2011-01-31deal with detecting the first and last cpu differently.christos
2011-01-31Make sure to getnlist in dovmstatmatt
2011-01-29Defer nlist processing until we know we need to it. If everything can bematt
2010-12-25can't play games with structure names since cpu_data refers to cpu_info, sochristos
2010-12-25use a local definition of cpu_info if we have __HAVE_CPU_DATA_FIRSTchristos
2010-12-25Don't crash on old kernels that don't have the new per cpu counters.christos
2010-12-24We still need to update ouvmexp to output the differene fromenami
2010-12-20make this work with the per-cpu counters.christos
2010-10-18simplify and modernize:christos
2010-07-07Make "i" unsigned to mirror change to struct uvm_historypooka
2010-04-05Follow christos' suggestions, and make ks_active a u_short, andhe
2010-04-05Extend struct malloc_type to count the number of active allocationshe
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