HP 3PAR OS 3.1.3 Command Line Interface Reference

<meas>
The meas argument can be specified with one of the following arguments:
iops
Specifies that I/O operations per second are displayed. If this argument is used, the
minimum threshold value must be specified using the <val> argument.
bw
Specifies that statistics for bandwidth in bytes per second are displayed. If this argument
is used, the minimum threshold value must be specified using the <val> argument.
svct
Specifies that statistics for service time in milliseconds are displayed.
size
Specifies that statistics for I/O operations in bytes are displayed.
<val> [k|K]|[m|M]|[g|G]
Specifies the minimum threshold using any integer. The integer can optionally be followed
with k or K to indicate a multiple of 1000, m or M to indicate a multiple of 1,000,000, or
g or G to indicate a multiple of 1,000,000,000.
An example of this option in use is filt curs,r,iops,10k. This indicates that statistics for
a device that has more than 10,000 current read-only I/O operations are displayed.
ni
Specifies that statistics for only non-idle devices are displayed. This option is shorthand for the
option filt curs,t,iops,0.
SPECIFIERS
None
RESTRICTIONS
The -filt option applies to data transfers only.
EXAMPLES
The following example displays one iteration of I/O statistics for all ports:
cli% statport -iter 1
10:38:56 09/14/09 r/w I/O per second KBytes per sec Svt ms IOSz KB
Port D/C Cur Avg Max Cur Avg Max Cur Avg Cur Avg Qlen
0:0:1 Data t 2 2 2 34 34 34 13.0 13.0 17.4 17.4 0
0:0:2 Data t 0 0 0 4 4 4 8.2 8.2 8.2 8.2 0
0:2:1 Data t 0 0 0 0 0 0 0.0 0.0 0.0 0.0 0
0:2:2 Data t 0 0 0 0 0 0 0.0 0.0 0.0 0.0 0
0:3:1 Data t 0 0 0 0 0 0 0.0 0.0 0.0 0.0 0
0:3:2 Data t 0 0 0 0 0 0 0.0 0.0 0.0 0.0 0
1:0:1 Data t 0 0 0 4 4 4 9.7 9.7 8.2 8.2 0
1:0:2 Data t 2 2 2 34 34 34 11.4 11.4 17.4 17.4 0
1:3:1 Data t 0 0 0 0 0 0 0.0 0.0 0.0 0.0 0
1:3:2 Data t 0 0 0 0 0 0 0.0 0.0 0.0 0.0 0
----------------------------------------------------------------------------
10 Data t 5 5 76 76 11.6 11.6 15.6 15.6 0
statport 621