summaryrefslogtreecommitdiff
path: root/usr.sbin/iostat
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-12-28iostat(8): implement periodic display with setitimer(2)Scott Soule Cheloha
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-09-17tweaks; from jan staryJason McIntyre
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2020-08-21Fix column spacing for disk transfer speedskn
2019-10-14pledge() won't work but we can use unveil() to reduce filesystem accessTheo de Raadt
2018-09-07Document the spin CPU state columnsolene
2018-09-05Add "op" column for CP_SPIN. Diff from fukaumi at soum.co.jpYASUOKA Masahiko
2018-02-10Cap wait/interval at 100 million seconds.cheloha
2015-10-23simplify argv back compatTed Unangst
2015-03-18check for invalid disknamesTed Unangst
2014-10-28use nanosleep() instead of hackish select(); ok dlgTheo de Raadt
2014-10-26Add explicit braces to suppress compiler warnings.Brad Smith
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-02-13atoi -> strtonumTed Unangst
2014-02-13totals tend to be larger, give them some more room to breatheTed Unangst
2013-11-23yet more unsigned char casts for ctypeTheo de Raadt
2013-06-04tabs are not so expensive we can't intent this file properlyTed Unangst
2013-06-04tweak the headers header tooTed Unangst
2013-06-04not sure who uses the "alternate" display, but the columns look like assTed Unangst
2013-01-17some simple macro fixes;Jason McIntyre
2012-06-26tweak column spacing to allow for larger numbersTed Unangst
2011-02-10Clarify how the -c and -w options interact. OK tedu@ jmc@Todd C. Miller
2010-08-08somehow parts of -c and -w got swapped; from Yar TikhiyJason McIntyre
2009-11-22don't repeat the banner if not a tty.Ted Unangst
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18- sync SYNOPSIS and usage()Jason McIntyre
2006-03-30i am stunned how little was needed to make lint happy in thisTheo de Raadt
2006-03-13delint; from David HillOtto Moerbeek
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
2005-04-01spacingTheo de Raadt
2004-08-08do the right math to find out what the average kbytes per transfer isPedro Martelletto
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-03typos;Jason McIntyre
2002-12-16Make systat(1), iostat(8) and vmstat(8) automatically update their diskThierry Deval
2002-11-09yet another round of SEE ALSO fixes.Federico G. Schwindt
2002-08-04only open kvm once between these twoTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-11-14kill signal race. insanely, the code becomes simplerTheo de Raadt
2001-05-14No need for setgid kmem anymore, we can use sysctl to get all theAngelos D. Keromytis
2001-04-12Todd says we should not doc depricated behaviourTheo de Raadt
2001-04-12document shortcut; noted by bk@rt.fmTheo de Raadt