| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix formatting for tps values between 99.95 and 99.99; previously | Edward Tomasz Napierala | 2020-02-21 | 1 | -1/+1 |
* | In iostat(8) output, skip the decimal point and the fractional part | Edward Tomasz Napierala | 2019-06-16 | 1 | -1/+3 |
* | Reduce the precision of "MB/s" by one, making room for displaying | Edward Tomasz Napierala | 2019-03-29 | 1 | -1/+1 |
* | Make the "KB/s" field one character shorter (by reducing the precision) | Edward Tomasz Napierala | 2019-03-28 | 1 | -4/+4 |
* | Make `iostat -xC` print CPU information on its own line | Allan Jude | 2018-04-18 | 1 | -6/+6 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | Make the "r/s" and "w/s" fields in "iostat -x" a little bit wider; | Edward Tomasz Napierala | 2016-09-21 | 1 | -2/+2 |
* | Fix the usr.sbin/iostat build with GCC, broken by r295768 | Alan Somers | 2016-02-22 | 1 | -9/+9 |
* | Fix compiler warnings in iostat | Alan Somers | 2016-02-18 | 1 | -22/+25 |
* | When iostat(8) receives SIGINT while running with "-w" or "-c", it will now | Alan Somers | 2015-12-09 | 1 | -2/+57 |
* | Print transfer times for read, write, & overall independently. | Will Andrews | 2015-01-23 | 1 | -11/+21 |
* | iostat: fix extracting TTY statistics from core. | Sergey Kandaurov | 2013-11-25 | 1 | -6/+6 |
* | Change `iostat -Ix` to display total duration of transactions instead | Mikolaj Golub | 2012-12-15 | 1 | -12/+15 |
* | In usr.sbin/iostat/iostat.c, use printf format specifiers from | Dimitry Andric | 2011-12-17 | 1 | -8/+9 |
* | Remove the advertising clause from UCB copyrighted files in usr.sbin. This | Joel Dahl | 2010-12-11 | 1 | -4/+0 |
* | Change "wait" banner to "qlen" to be more indicative of its purpose and to | Ivan Voras | 2010-11-17 | 1 | -2/+2 |
* | Allow sub-second interval timings for iostat and vmstat. | Sean Bruno | 2010-05-21 | 1 | -6/+9 |
* | iostat: add a bit of space between tty in/out columns | Giorgos Keramidas | 2009-08-15 | 1 | -6/+6 |
* | Use calloc(). | Xin LI | 2009-05-21 | 1 | -7/+4 |
* | Fix the device name spacing. | Adrian Chadd | 2008-09-11 | 1 | -5/+5 |
* | Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdump | John Baldwin | 2008-08-19 | 1 | -8/+14 |
* | Pass the right pointer to bzero() when clearing cp_time. | John Baldwin | 2008-08-19 | 1 | -1/+1 |
* | Repeat iostat header after rows-3 instead of a hardcoded 20. | Giorgos Keramidas | 2008-01-22 | 1 | -3/+71 |
* | o Fix a typo. errx() -> err(). | Maxim Konovalov | 2008-01-12 | 1 | -2/+2 |
* | o Plug a memory leak: do not forget to free asprintf(3) allocated | Maxim Konovalov | 2008-01-12 | 1 | -2/+4 |
* | o Get missed "%" in output back. | Maxim Konovalov | 2007-12-16 | 1 | -2/+2 |
* | o With -x switch do not pay attention at the hardcoded limit of 3 ... | Maxim Konovalov | 2007-08-03 | 1 | -5/+7 |
* | o Re-indent long lines. | Maxim Konovalov | 2007-05-14 | 1 | -6/+6 |
* | o Fix several style bugs in the previous commit. | Maxim Konovalov | 2007-05-12 | 1 | -7/+15 |
* | o Make iostat -Ix work: print per-interval I/O extended statistics. | Maxim Konovalov | 2007-05-12 | 1 | -7/+25 |
* | Make iostat(8) fully work on crash dumps again (broken since 5.0): | John Baldwin | 2007-02-06 | 1 | -5/+6 |
* | o De-register local vars. | Maxim Konovalov | 2006-04-16 | 1 | -6/+4 |
* | o Trim EOL whitespaces and tabs, replace eight w/s by tabs. | Maxim Konovalov | 2006-04-16 | 1 | -20/+20 |
* | o Implement Solaris-like -x flag: show extended disk statistics. | Maxim Konovalov | 2006-04-16 | 1 | -13/+103 |
* | Run a revision of the devstat interface: | Poul-Henning Kamp | 2003-03-15 | 1 | -7/+5 |
* | Add #include <sys/resource.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -0/+1 |
* | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -1/+0 |
* | Use essentially the same formatting of the CPU stats percentages as in | Bruce Evans | 2002-08-18 | 1 | -1/+1 |
* | Include <nlist.h> for nlist interfaces instead of depending on namespace | Bruce Evans | 2002-08-18 | 1 | -0/+1 |
* | Redo patch in 1.22 such that the header printing is reset when the | Guido van Rooij | 2001-09-26 | 1 | -19/+16 |
* | Don't do unsafe activities in the syscall handler. | Kris Kennaway | 2001-09-01 | 1 | -4/+18 |
* | Bring in some iostat fixes that bde reminded me about. These fixes were | Kenneth D. Merry | 2001-08-23 | 1 | -92/+123 |
* | Make use of the new features of libdevstat to allow iostat to work on | Thomas Moestl | 2001-08-04 | 1 | -64/+107 |
* | Properly check malloc(3) return values | Chris D. Faulhaber | 2000-12-01 | 1 | -3/+8 |
* | Remove bogus include, as per style(9). | Jeroen Ruigrok van der Werven | 2000-04-30 | 1 | -2/+0 |
* | Back out previous commit minus spelling fixes. Should have asked maintainer | Philippe Charnier | 2000-01-24 | 1 | -18/+8 |
* | Rework use of Nm. | Philippe Charnier | 2000-01-23 | 1 | -9/+19 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Per Ken's request, back out my last change to this file. iostat's man | Warner Losh | 1999-06-24 | 1 | -2/+2 |
* | Two getopts related nits: | Warner Losh | 1999-06-24 | 1 | -2/+2 |