pjd 2005-12-08 23:00:31 UTC
FreeBSD src repository
Modified files:
sys/geom/nop g_nop.c g_nop.h
sbin/geom/class/nop geom_nop.c gnop.8
Log:
Teach NOP GEOM class how to gather the following statistics:
- number of read I/O requests,
- number of write I/O requests,
- number of read bytes,
- number of written bytes.
Add 'reset' subcommand for resetting statistics.
Revision Changes Path
1.7 +3 -0 src/sbin/geom/class/nop/geom_nop.c
1.19 +22 -6 src/sbin/geom/class/nop/gnop.8
1.12 +68 -1 src/sys/geom/nop/g_nop.c
1.5 +6 -2 src/sys/geom/nop/g_nop.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"