summaryrefslogtreecommitdiff
path: root/usr.bin/systat/vmstat.c
AgeCommit message (Expand)Author
2017-07-15Use I/O timestamps to compute disk statistics for better precisison.mlelstv
2014-12-24Update stats-keeping in sys/kern/vfs_cache.c to remove (most)dennis
2014-06-20Remove fagile test which ensured that first namelist element (wasnjoly
2014-06-14GC X_NCHSTATSjoerg
2014-06-03Provide sysctl for namecache statistics.joerg
2010-04-30Add per process cache values to the total name translations count.njoly
2010-04-30In vmstat display, add one more column to output memory values. Avoidnjoly
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-21Fix problems with SIGWINCH. From Paul Ripke in PR 42161.wiz
2009-04-13Fix -Wsign-compare issueslukem
2009-03-09In vmstat display, increase software interrupt count output from 5 tonjoly
2008-07-13Clarify how one is supposed to use the pointers returned by getutentries()dholland
2008-02-11#include <sys/evcnt.h> instead of <sys/device.h>, since the formerdyoung
2006-10-22use c99 initializerschristos
2006-05-21Reduce the field widths for the summary line of traps, system callsdsl
2006-05-14Gcc 4 needs to have the enum declaration in scope to determine the enum size.christos
2006-05-11include errno.h directly rather than via user.h.yamt
2006-04-14Update to use new kernel io statistics.blymn
2006-03-20free() intrnamebuf, intrname and intrloc on entry so we don't leak themdsl
2006-03-18Make the functions that display the top 8 lines externally visible sodsl
2006-02-05Split dkreadstats() into dkreadstats(), tkreadstats() and cpureadstats().dsl
2005-08-07Add tape statistics.blymn
2005-05-22do not rely on the pre-evcnt interrupt counter kernel symbols being present.chs
2005-02-26WARNS=3dsl
2005-02-22PR/29505: Nicolas Joly: Increase width of csw value in systat vmstat.christos
2005-02-03PR/29213: Nicolas Joly: sysstat(1) vmstat cannot display large memory valueschristos
2004-06-13Fix a display glitch when blanking out drive columns.mycroft
2003-09-19realloc pedantitojun
2003-08-30Use correct size when copying interrupt counters.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-05Discs->Disksgrant
2003-06-11no need to #include <sys/dkstat.h>drochner
2003-05-15use strlcpyitojun
2003-02-18Pivot the disk stats into extra lines if they run out of columnsdsl
2003-02-17Fiddle with screen layout to generate room for longer labels on thedsl
2003-02-13Avoid displaying "intr" for all interrupt counter titlesdsl
2003-01-20Make kernel address arg of kvm_ckread() const void * so caller doesn'tdsl
2003-01-18kill warns.christos
2003-01-18pull interrupt stats from event countsdsl
2002-11-01iostat(8) and systat(8) support for separate read/write disk statistics.mrg
2002-09-25PR/18408: Chris Demetriou: Kilo is abbreviated using a small k not a CAPITAL K.christos
2002-08-08introduce puthumanint() which calls humanize_number(), and use toabs
2002-08-01scan utmpx/utmp.christos
2002-06-30Since the KERN_CP_TIME sysctl reports total clock ticks across allsommerfeld
2002-05-15From Simon Burge: remove orphaned reference to _total; fixes PR bin/16804.kleink
2002-01-28Make it compile (more vmstat fallout).augustss
2001-09-28Since the system call and trap rates are often 5 digit numbers theseaugustss
2000-12-01Remove extern variables and functions now declared in dkstats.h.simonb
2000-11-29Use the vm.uvmexp2 sysctl.simonb
2000-07-05- Add `boot', `run', `time' and `zero' commands to all IP displays. These workad