HP 3PAR OS 3.1.3 Command Line Interface Reference

Specifies that statistics for only nonidle devices are displayed. This option is shorthand for the
option filt curs,t,iops,0.
SPECIFIERS
None
RESTRICTIONS
None
EXAMPLES
The following example displays one iteration of statistics for VVs and LUN host attachments:
cli% statvlun -iter 1
15:34:18 05/31/07 r/w I/O per second KBytes per sec Svt ms IOSz KB
Lun VVname Host Port Cur Avg Max Cur Avg Max Cur Avg Cur Avg Qlen
---------------------------------------------------------------------------
total t 0 0 0 0 0.0 0.0 0.0 0.0 0
The columns in the example above are identified as follows:
LUN. The LUN.
VVname. The name of the virtual volume.
Host. The host from which the VLUN is exported.
Port. The port to which the VLUN is exported.
r/w. The I/O type. Values can be read (r), write (w), or read and write (t).
I/O per second Cur. The current number of I/O per second.
I/O per second Avg. The average number of I/O per second.
KBytes per Max. The maximum number of KB per second.
KBytes per Cur. The current number of KB per second.
KBytes per Avg. The average number of KB per second.
Svt ms Max. The maximum service time in milliseconds.
Svt ms Cur. The current service time in milliseconds.
Svt ms Avg. The average service time in milliseconds.
IOSz KB Cur. The current I/O size in KB.
IOSz KB Avg. The average I/O size in KB.
Qlen. The queue length.
NOTES
For this command: KB = 1000 bytes.
A Domain column may be included by using the setclienv command to set listdom to
1. The listdom option is also set to 1 if the CLI was started with the -listdom option or if
the CLI was started with the TPDLISTDOM environment variable set. Please run cli -h and
setclienv -h for details of the environment variables.
statvlun 635