summaryrefslogtreecommitdiff
path: root/usr.bin/systat/vmstat.c
AgeCommit message (Expand)Author
2013-10-31sometimes we find .h we no longer needTheo de Raadt
2013-05-14Don't display swapin/swapout uvmexp fieldsMiod Vallat
2010-11-19Make KERN_CPTIME return an avarage number of ticks across all CPUsMike Belopuhov
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-14tie IPKTS/OPKTS to bottom corner for smaller screensTheo de Raadt
2009-08-13there are louder and louder moans about the inability to see packetTheo de Raadt
2009-05-03Hinge at the natural rollover point 9999x instead of 1024x when switching toDale Rahn
2009-03-30allow the disk transfer speed numbers to show useable numbers when disksTheo de Raadt
2008-12-07Warning cleanup including unused variables and shadowed namesCan Erkin Acar
2008-11-01Improve reporting of cache misses in the vmstat view. PreviouslyCan Erkin Acar
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar
2007-09-01malloc(n * m) -> calloc(n, m); from zinovikTheo de Raadt
2007-02-25use the 1 line load line from 'systat vm' on all the other displays, givingTheo de Raadt
2006-11-13fix macro abuse leading to stray numbers in the vm display.Otto Moerbeek
2006-04-14remove comments that says we dont count intr time and remove some code thatDavid Gwynne
2006-04-14show cpu time spent in interrupts. ive been wanting this for years.David Gwynne
2006-03-31spacingTheo de Raadt
2006-03-31fairly simple cleanup, lots of testing doneTheo de Raadt
2006-03-28give more space to the memory columns in vm page; deraadt@ okMichael Shalayeff
2005-09-28- when we run out of static kernel map entries, grab a fresh page usingPedro Martelletto
2005-04-04nlist.h not neededTheo de Raadt
2004-09-23adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now toTheo de Raadt
2004-07-09remove post-mortem stuff (sysctl only here)Theo de Raadt
2004-06-28Remove special #if defined(__i386__) code from systat and vmstat. We now useAaron Campbell
2004-06-11divide etime by ncpuTheo de Raadt
2004-06-11oopsTheo de Raadt
2004-06-11on i386 machines, attempt to peek inside apic_intrhand[] as well, so thatTheo de Raadt
2004-05-22with modern disks data transfers rates above 10000 kByte/s are seenHenning Brauer
2004-04-23don't print stats until they're stable, prevents seeing weird stuff inTed Unangst
2004-02-15'split' command for iostat modeTed Unangst
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2003-10-16duhMichael Shalayeff
2003-10-15also print the uvmexp.zeropages if there is space in vm screenMichael Shalayeff
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-14remove old commentTheo de Raadt
2003-04-08string cleaning; ok tdevalTheo de Raadt
2003-02-28intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff)Jason Wright
2002-12-16Make systat(1), iostat(8) and vmstat(8) automatically update their diskThierry Deval
2002-06-19mark which nlist[] kmem entries are not needed in the sysctl case, and which areTheo de Raadt
2002-06-18ANSITheo de Raadt
2002-04-29Fix 32bit int oflow when there is > 2GB vm; peters AT telia DOT netTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-16Some disk names are longer than 4. Cope with that.Thierry Deval
2001-12-07move back. pvalchev -- the bug was quite obscureTheo de Raadt
2001-12-07back out latest changes which cause problems on alpha/sparc64 untilPeter Valchev
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-11-18slightly expand the Csw/Trp/Sys/Int/Sof spacingTheo de Raadt
2001-11-06New vm includes.Artur Grabowski