summaryrefslogtreecommitdiff
path: root/usr.bin/systat/vmstat.c
AgeCommit message (Expand)Author
2023-03-28PR bin/56014 from Kouichi Hashikawakre
2021-11-09systat(1): convert realloc(x * y) to reallocarr, eliminate a temp varnia
2021-08-21PR/56331: Paul Goyette: Add -z option to display 0 instead of ' ' in vmstat.christos
2021-07-24Instead of getting an estimate of the number of kernel buffers,simonb
2020-03-02increase slot slop space from 100 to 1000 before giving up.mrg
2019-06-30Make the scaling of the "bytes written" sticky, so that if we gohe
2019-01-25no need for curses.hchristos
2019-01-25PR/53906: Paul Ripke: systat(1) vmstat & syscall getchristos
2019-01-08Remove a format character from a non-format string.tih
2018-12-26Extend "systat vm" output to provide better insight about buffercache andsevan
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