index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
systat
/
iostat.c
Age
Commit message (
Expand
)
Author
2009-08-09
Show the busy and mapped pages in iostat.
Artur Grabowski
2009-06-06
- remove unused macro from iostat.c
Jasper Lievisse Adriaanse
2008-12-07
Warning cleanup including unused variables and shadowed names
Can Erkin Acar
2008-12-01
Add a function to print a floating point field and use this to fix the
Christian Weisgerber
2008-07-22
change the bcachestats structures members to int64_t's and do the
Thordur I. Bjornsson
2008-07-07
bcachestats got bumbed too u_int64_t's and I forgot about
Thordur I. Bjornsson
2008-06-13
Use refresh interval for rate calculation instead of the broken elapsed
Can Erkin Acar
2008-06-12
New display engine for systat, based on pftop. Adds new views for pf
Can Erkin Acar
2008-06-12
make bcachestats visible in systat io - from mickey.
Bob Beck
2007-05-30
rename msec to the less confusing sec and improve the description in
Otto Moerbeek
2007-02-25
use the 1 line load line from 'systat vm' on all the other displays, giving
Theo de Raadt
2006-06-29
change bytes to kilobytes so i dont have to think about where megabytes
David Gwynne
2006-06-27
basically replace the iostat view with something that looks like the ifstat
David Gwynne
2006-03-31
fairly simple cleanup, lots of testing done
Theo de Raadt
2004-02-15
'split' command for iostat mode
Ted Unangst
2004-02-15
new arg to disk_unbusy, to record separate read/write statistics.
Ted Unangst
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-02
When disk activity exceeds 100kB/s divide length of bar by 10s and report
Henning Brauer
2002-12-16
Make systat(1), iostat(8) and vmstat(8) automatically update their disk
Thierry Deval
2002-06-18
ANSI
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-07
move back. pvalchev -- the bug was quite obscure
Theo de Raadt
2001-12-07
back out latest changes which cause problems on alpha/sparc64 until
Peter Valchev
2001-11-23
fix signal races. use sysctl() instead of kvm where possible, and then KNF
Theo de Raadt
2001-11-19
kill more registers
Mike Pechkin
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
2000-07-07
fixed formatting in numlabels; danh
Theo de Raadt
1997-12-19
bye bye sprintf
Theo de Raadt
1997-07-15
initxxx() routines return 1 on success, not zero.
kstailey
1997-06-23
Cleanup by Theo and myself. CMDLINE changed to long to make
Todd C. Miller
1997-02-04
display CPU stats on iostat screen even if diskless
kstailey
1997-01-06
Allow device names to be four characters (eg mcd0 or acd0). -moj
Mats O Jansson
1996-06-26
rcsid
Theo de Raadt
1996-06-02
it compiles w/ new curses
Michael Shalayeff
1996-05-22
libutil
Theo de Raadt
1996-03-27
From NetBSD: merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt