Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

To display Storage Mapping and I/O statistics information at repeated intervals
Use the vxstorage_stats command with the -i interval and -c count
options to display storage mapping and I/O statistics information at repeated
intervals. The -i interval option specifies the interval frequency for
displaying updated I/O statistics and the -c count option specifies the number
of times to display statistics.
$ /opt/VRTSdbed/bin/vxstorage_stats -m [-s] \
[-i interval -c count ] -f file_name
$ /opt/VRTSdbed/bin/vxstorage_stats [-m] -s \
[-i interval -c count ] -f file_name
For example, to display statistics twice with a time interval of two seconds:
$ /opt/VRTSdbed/bin/vxstorage_stats -s -i2 -c2 \
-f /snap_data11r1/FLAS11r1/system01.dbf
Output similar to the following is displayed:
I/O OPERATIONS I/O BLOCKS(512 byte) AVG TIME(ms)
OBJECT READ WRITE B_READ B_WRITE AVG_RD AVG_WR
/snap_data11r1/FLAS11r1/system01.dbf 27740 7370 255998 78336 2.10 2511688.04
/dev/vx/rdsk/flashdg12/datavol 289925 185184 4472384 4306008 1.03 9.36
vxvm:flashdg12/datavol-01 310820 185184 9821504 4306008 1.22 9.16
/dev/rdsk/c5t1d0 310820 185184 9821504 4306008 1.22 9.16
vxvm:flashdg12/datavol-02 0 143456 0 2115024 0.00 0.55
/dev/rdsk/c5t3d0 40 143458 129 2115072 0.18 0.55
I/O OPERATIONS I/O BLOCKS(512 byte) AVG TIME(ms)
OBJECT READ WRITE B_READ B_WRITE AVG_RD AVG_WR
/snap_data11r1/FLAS11r1/system01.dbf 0 0 0 0 0.00 0.00
/dev/vx/rdsk/flashdg12/datavol 1 3 16 48 0.19 0.67
vm:flashdg12/datavol-01 1 3 16 48 0.16 0.58
/dev/rdsk/c5t1d0 1 3 16 48 0.16 0.54
vxvm:flashdg12/datavol-02 0 3 0 48 0.00 0.63
/dev/rdsk/c5t3d0 0 3 0 48 0.00 0.63
139Using Storage Mapping
Using vxstorage_stats