summaryrefslogtreecommitdiff
path: root/usr.sbin/iostat/iostat.c
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting for tps values between 99.95 and 99.99; previouslyEdward Tomasz Napierala2020-02-211-1/+1
* In iostat(8) output, skip the decimal point and the fractional partEdward Tomasz Napierala2019-06-161-1/+3
* Reduce the precision of "MB/s" by one, making room for displayingEdward Tomasz Napierala2019-03-291-1/+1
* Make the "KB/s" field one character shorter (by reducing the precision)Edward Tomasz Napierala2019-03-281-4/+4
* Make `iostat -xC` print CPU information on its own lineAllan Jude2018-04-181-6/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* 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-181-22/+25
* When iostat(8) receives SIGINT while running with "-w" or "-c", it will nowAlan Somers2015-12-091-2/+57
* Print transfer times for read, write, & overall independently.Will Andrews2015-01-231-11/+21
* 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-151-12/+15
* 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-111-4/+0
* Change "wait" banner to "qlen" to be more indicative of its purpose and toIvan Voras2010-11-171-2/+2
* Allow sub-second interval timings for iostat and vmstat.Sean Bruno2010-05-211-6/+9
* 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
* o De-register local vars.Maxim Konovalov2006-04-161-6/+4
* o Trim EOL whitespaces and tabs, replace eight w/s by tabs.Maxim Konovalov2006-04-161-20/+20
* o Implement Solaris-like -x flag: show extended disk statistics.Maxim Konovalov2006-04-161-13/+103
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-151-7/+5
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+1
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Use essentially the same formatting of the CPU stats percentages as inBruce Evans2002-08-181-1/+1
* Include <nlist.h> for nlist interfaces instead of depending on namespaceBruce Evans2002-08-181-0/+1
* Redo patch in 1.22 such that the header printing is reset when theGuido van Rooij2001-09-261-19/+16
* Don't do unsafe activities in the syscall handler.Kris Kennaway2001-09-011-4/+18
* Bring in some iostat fixes that bde reminded me about. These fixes wereKenneth D. Merry2001-08-231-92/+123
* Make use of the new features of libdevstat to allow iostat to work onThomas Moestl2001-08-041-64/+107
* Properly check malloc(3) return valuesChris D. Faulhaber2000-12-011-3/+8
* Remove bogus include, as per style(9).Jeroen Ruigrok van der Werven2000-04-301-2/+0
* Back out previous commit minus spelling fixes. Should have asked maintainerPhilippe Charnier2000-01-241-18/+8
* Rework use of Nm.Philippe Charnier2000-01-231-9/+19
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Per Ken's request, back out my last change to this file. iostat's manWarner Losh1999-06-241-2/+2
* Two getopts related nits:Warner Losh1999-06-241-2/+2