aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/iostat
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Make the "r/s" and "w/s" fields in "iostat -x" a little bit wider;Edward Tomasz Napierala2016-09-211-2/+2
* Fix the usr.sbin/iostat build with GCC, broken by r295768Alan Somers2016-02-221-9/+9
* Fix compiler warnings in iostatAlan Somers2016-02-182-24/+25
* When iostat(8) receives SIGINT while running with "-w" or "-c", it will nowAlan Somers2015-12-091-2/+57
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-14/+24
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-6/+6
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-082-13/+42
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | Advertise ctlstat(8) a little better.Edward Tomasz Napierala2015-05-221-1/+2
* | | | | Print transfer times for read, write, & overall independently.Will Andrews2015-01-231-11/+21
* | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| |_|/ |/| |
* | | iostat: fix extracting TTY statistics from core.Sergey Kandaurov2013-11-251-6/+6
| |/ |/|
* | Change `iostat -Ix` to display total duration of transactions insteadMikolaj Golub2012-12-152-13/+42
|/
* In usr.sbin/iostat/iostat.c, use printf format specifiers fromDimitry Andric2011-12-171-8/+9
* Remove the advertising clause from UCB copyrighted files in usr.sbin. ThisJoel Dahl2010-12-112-8/+0
* Clarify a few details about iostat(8) behavior:Yaroslav Tykhiy2010-11-241-2/+16
* Change "wait" banner to "qlen" to be more indicative of its purpose and toIvan Voras2010-11-172-3/+3
* Clean up the style and markup of the paragraph on fractional wait intervals.Yaroslav Tykhiy2010-08-071-4/+6
* Properly spell and mark up the name of kern.hz.Yaroslav Tykhiy2010-08-071-2/+3
* Move the sentences telling the defaults for -c and -wYaroslav Tykhiy2010-08-071-6/+6
* Cleanup manpage as suggested by jhb@ to start new sentences on a new line.Sean Bruno2010-05-241-3/+3
* Explain how the new sub-second interval from changeset:208389 works.Sean Bruno2010-05-231-1/+8
* Allow sub-second interval timings for iostat and vmstat.Sean Bruno2010-05-212-6/+12
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* iostat: add a bit of space between tty in/out columnsGiorgos Keramidas2009-08-151-6/+6
* Use calloc().Xin LI2009-05-211-7/+4
* Fix the device name spacing.Adrian Chadd2008-09-111-5/+5
* Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdumpJohn Baldwin2008-08-191-8/+14
* Pass the right pointer to bzero() when clearing cp_time.John Baldwin2008-08-191-1/+1
* Repeat iostat header after rows-3 instead of a hardcoded 20.Giorgos Keramidas2008-01-221-3/+71
* o Fix a typo. errx() -> err().Maxim Konovalov2008-01-121-2/+2
* o Plug a memory leak: do not forget to free asprintf(3) allocatedMaxim Konovalov2008-01-121-2/+4
* o Get missed "%" in output back.Maxim Konovalov2007-12-161-2/+2
* o With -x switch do not pay attention at the hardcoded limit of 3 ...Maxim Konovalov2007-08-031-5/+7
* o Re-indent long lines.Maxim Konovalov2007-05-141-6/+6
* o Fix several style bugs in the previous commit.Maxim Konovalov2007-05-121-7/+15
* o Make iostat -Ix work: print per-interval I/O extended statistics.Maxim Konovalov2007-05-121-7/+25
* Make iostat(8) fully work on crash dumps again (broken since 5.0):John Baldwin2007-02-061-5/+6
* Markup fixes.Ruslan Ermilov2006-09-291-1/+1
* o De-register local vars.Maxim Konovalov2006-04-161-6/+4