summaryrefslogtreecommitdiff
path: root/usr.sbin/iostat
AgeCommit message (Expand)Author
2022-06-18Significant changes to output layout methods - except for -x and -ykre
2022-06-17Fix processing of the archaic arg format (BACKWARD_COMPATIBILITY) so itkre
2018-07-29Fix mandoc warnings.wiz
2018-07-29Document "in" field in CPU sectionsevan
2018-04-08Re-evaluate drive selection to catch hog-plug devices.mlelstv
2017-09-09two minor fixes for -x and -y mode:mrg
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
2015-10-25extend the "tout" column to 5 characters, it's really common on a modernmrg
2015-07-09support fnmatch(3) patterns for disknames. eg, "iostat wd*" works now.mrg
2014-06-11Remove KVM related options.joerg
2011-08-30static + __deadjoerg
2011-02-14A number greater than or equal to 1.0 is a positive number.enami
2011-02-14Put space after comma and around binary operator.enami
2011-01-09Fix copy/paste error that resulted in a extra space after the KB/t column.jakllsch
2011-01-09NetBSD/vax libm now has fmax, use it again.jakllsch
2011-01-08NetBSD/vax does not implement fmax(3), substitute with existing MAX() macro.jakllsch
2011-01-07Maintain 5-character width of MB/s column by dynamically adjusting thejakllsch
2009-04-15Fix -Wsign-compare issueslukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-06-24add parens.christos
2006-07-26Since the swapping of tk_nin and tk_nout was moved to its ownsimonb
2006-04-21update a comment.yamt
2006-04-14Update to use the new kernel io statistics.blymn
2006-02-12Need to read and swap cpustats separately from the dkstats.dsl
2006-02-12print a header on each outputs if and only if the output has 2 or more lines.yamt
2006-01-08reset hdrcnt whenever printing a header.yamt
2005-08-07Add tape statistics.blymn
2005-07-07apply the patch from PR#30680: always print the header in extendedmrg
2004-10-29Add (unsigned char) cast to ctype functionsdsl
2004-02-25for -x -I output, use just MB instead of MB/s in headerdbj
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-04- convert header() away from a signal function (it does all sorts of stdiomrg
2003-07-02Use the terminal width to choose the default number of drives listed.simonb
2003-07-02Pinch code from vmstat to get the number of lines of the terminal, andsimonb
2003-07-02Bump the width of the MB/s and t/s fields and show only 3 drives bysimonb
2003-06-11no need to #include <sys/dkstat.h>drochner
2003-05-01Increase width now we mention flag arguments.wiz
2003-05-01In the options list, show which ones require an argument.jmmv
2003-03-17Bump date for recent change.wiz
2003-03-01- Account the number of lines consumed so that -xw displays headerenami
2003-03-01Sync with the behaviour change.enami
2003-03-01PR/20435: KOIE Hidetaka: iostat -x ignores drive selection.christos
2002-11-02... and fix typos which makes wrong display.enami
2002-11-02Cosmetic changes.enami
2002-11-01Print a newline between lines in -x mode.simonb
2002-11-01iostat(8) and systat(8) support for separate read/write disk statistics.mrg
2002-09-18select() -> nanosleep()mycroft
2002-09-18use NETBSDSRCDIR as appropriatelukem