Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008

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 /data/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
/oradata/system01.dbf 11917 13102 95336 594402 2.84 278.81
/dev/vx/rdsk/ramdg/oradata 11959 14729 105839 704811 3.11 295.20
vxvm:ramdg/oradata-01 11947 14729 107783 704799 3.14 295.23
/dev/rhdisk13 5974 8366 53663 352207 2.95 246.65
EMC000184502242:02:0c:01 5 733 320 49897 - -
EMC000184502242:31:0c:01 1 1230 8 174752 - -
/dev/rhdisk41 4705 8249 73526 339740 6.01 250.18
EMC000184502242:02:0c:01 5 733 320 49897 - -
EMC000184502242:31:0c:01 1 1230 8 174752 - -
/dev/rhdisk14 3895 6264 91672 295491 11.49 279.42
EMC000184502242:01:0d:01 0 0 0 0 - -
EMC000184502242:32:0d:01 1 1336 8 190456 - -
/dev/rhdisk42 4407 4840 119576 116696 13.12 287.46
EMC000184502242:01:0d:01 0 0 0 0 - -
Using Storage Mapping
Using vxstorage_stats
140