Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 11/01/2002 14:47:59
Module Name:	basesrc
Committed By:	mrg
Date:		Fri Nov  1 12:47:58 UTC 2002

Modified Files:
	basesrc/usr.bin/systat: cmdtab.c extern.h iostat.c systat.1 vmstat.c
	basesrc/usr.bin/vmstat: dkstats.c dkstats.h vmstat.c
	basesrc/usr.sbin/iostat: iostat.8 iostat.c

Log Message:
iostat(8) and systat(8) support for separate read/write disk statistics.
"iostat -x" now shows these (ala linux/solaris), but this is only splitting
the read/write bytes/transactions, not adding any new metrics.  "systat
iostat" now has two new commands to switch between combined/separate mode
for both it's numbers & bar modes.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/usr.bin/systat/cmdtab.c
cvs rdiff -r1.27 -r1.28 basesrc/usr.bin/systat/extern.h
cvs rdiff -r1.22 -r1.23 basesrc/usr.bin/systat/iostat.c
cvs rdiff -r1.25 -r1.26 basesrc/usr.bin/systat/systat.1
cvs rdiff -r1.42 -r1.43 basesrc/usr.bin/systat/vmstat.c
cvs rdiff -r1.16 -r1.17 basesrc/usr.bin/vmstat/dkstats.c
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/vmstat/dkstats.h
cvs rdiff -r1.103 -r1.104 basesrc/usr.bin/vmstat/vmstat.c
cvs rdiff -r1.16 -r1.17 basesrc/usr.sbin/iostat/iostat.8
cvs rdiff -r1.28 -r1.29 basesrc/usr.sbin/iostat/iostat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.