summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/iostat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow switching to print stats since boot via 'b'.tedu2019-05-081-7/+36
* Statistics for high memory flips in the buffer cachebeck2017-04-161-1/+13
* Make dma range buffer cache pages visible in systat iobeck2017-04-021-1/+5
* first batch of programs adapting to the namespace cleanupderaadt2015-01-161-2/+3
* <sys/buf.h> isn't actually needed hereguenther2014-11-231-2/+1
* Remove non-standard <sys/dkstat.h> header. It has not contained anythingmiod2014-09-151-4/+4
* back out the cache flipper temporarily to work out of tree.beck2013-07-091-5/+1
* High memory page flipping for the buffer cache.beck2013-06-111-1/+5
* clean up buffer cache statistics somewhat tobeck2011-09-191-5/+17
* add a couple of fields needed for buffer flipping, and change systat tobeck2011-07-061-32/+8
* - use a common FIELD_ADDR macro, instead of rolling 78 identical copies.jasper2011-03-021-11/+9
* Show the busy and mapped pages in iostat.art2009-08-091-1/+5
* - remove unused macro from iostat.cjasper2009-06-061-8/+1
* Warning cleanup including unused variables and shadowed namescanacar2008-12-071-4/+2
* Add a function to print a floating point field and use this to fix thenaddy2008-12-011-3/+3
* change the bcachestats structures members to int64_t's and do thethib2008-07-221-12/+12
* bcachestats got bumbed too u_int64_t's and I forgot aboutthib2008-07-071-2/+2
* Use refresh interval for rate calculation instead of the broken elapsedcanacar2008-06-131-11/+2
* New display engine for systat, based on pftop. Adds new views for pfcanacar2008-06-121-131/+176
* make bcachestats visible in systat io - from mickey.beck2008-06-121-4/+72
* rename msec to the less confusing sec and improve the description inotto2007-05-301-3/+3
* use the 1 line load line from 'systat vm' on all the other displays, givingderaadt2007-02-251-3/+3
* change bytes to kilobytes so i dont have to think about where megabytesdlg2006-06-291-13/+12
* basically replace the iostat view with something that looks like the ifstatdlg2006-06-271-231/+44
* fairly simple cleanup, lots of testing donederaadt2006-03-311-8/+8
* 'split' command for iostat modetedu2004-02-151-16/+50
* new arg to disk_unbusy, to record separate read/write statistics.tedu2004-02-151-5/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* When disk activity exceeds 100kB/s divide length of bar by 10s and reporthenning2003-02-021-17/+13
* Make systat(1), iostat(8) and vmstat(8) automatically update their disktdeval2002-12-161-11/+14
* ANSIderaadt2002-06-181-24/+15
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
* move back. pvalchev -- the bug was quite obscurederaadt2001-12-071-4/+3
* back out latest changes which cause problems on alpha/sparc64 untilpvalchev2001-12-071-3/+4
* fix signal races. use sysctl() instead of kvm where possible, and then KNFderaadt2001-11-231-4/+3
* kill more registersmpech2001-11-191-6/+6
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-3/+3
* fixed formatting in numlabels; danhderaadt2000-07-071-10/+10
* bye bye sprintfderaadt1997-12-191-3/+3
* initxxx() routines return 1 on success, not zero.kstailey1997-07-151-3/+3
* Cleanup by Theo and myself. CMDLINE changed to long to makemillert1997-06-231-3/+3
* display CPU stats on iostat screen even if disklesskstailey1997-02-041-8/+14
* Allow device names to be four characters (eg mcd0 or acd0). -mojmaja1997-01-061-3/+3
* rcsidderaadt1996-06-261-1/+2
* it compiles w/ new cursesmickey1996-06-021-8/+8
* libutilderaadt1996-05-221-107/+47
* From NetBSD: merge of 960317niklas1996-03-271-8/+4
* initial import of NetBSD treederaadt1995-10-181-0/+395