summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
AgeCommit message (Expand)Author
2018-02-08Typos.dholland
2017-12-04deref the right address to get the pool_allocator.mrg
2017-12-03remove now wrong comment. minor KNF.mrg
2017-12-03fix the kvm version of counting pool pages for vmstat -s.mrg
2017-12-02add two new members to uvmexp_sysctl{}: bootpages and poolpages.mrg
2017-11-03Remove the ABI version-and-length check that was recently introduced;pgoyette
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-09-06Don't print "nan" when there is no disk activity.mlelstv
2017-07-04Use I/O timestamps to compute disk statistics for better precision.mlelstv
2017-03-05Enhance disk metrics by calculating a weighted sum that is incrementedmlelstv
2017-01-05"vmstat -ie[v]" auto fit to minimum columnsryo
2017-01-05Adapt to use of bintime(9) for kernel history timestamps (7.99.55).pgoyette
2017-01-04Fix error handling confusion between error and errnopgoyette
2017-01-04Adapt to new version of the sysctl export structurepgoyette
2017-01-02Use appropriate PRI* format specifiers for fixed-bit-size numberspgoyette
2017-01-02For kvm-based kernhist code, print size of history table and "next free"pgoyette
2017-01-02Restore the kvm-grovelling code for use on crash files (where sysctl(3)pgoyette
2017-01-02For kernel history display, replace the kvm grovelling with the newlypgoyette
2016-12-29build vmstat as n64 on mips64. only kernel histories and hash statsmrg
2016-10-04No point in using float here; makes evbmips64 need __truncdfsf2, and thatchristos
2016-09-05Drop main() prototype.sevan
2016-03-06Work around gcc on sparc64 bugchristos
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-13Remove unused headers.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-02GC unused variables.joerg
2014-06-02Drop kvm-based access for driver 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-11-13fix operation on core files: cur_drive.io_name is an embedded arraychs
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