HP 3PAR Command Line Interface Reference (OS 3.1.2 MU2) (QL226-97016, June 2013)

Specifies that statistics that fall below the threshold as specified by the <fspec> arguments, where
<fspec> is <type>, <op>, <meas>, <val> are filtered out and not displayed. The <type>, <op>,
<meas>, <val> are separated by one comma.
<type>
The type argument can be specified with one of the following arguments:
curs – specifies that only devices with current statistics above the threshold are displayed.
avgs – specifies that only devices with average statistics above the threshold are displayed.
max – specifies that only devices with maximum values above the threshold are displayed.
<op>
The operation argument can be specified with one of the following arguments:
r – specifies that read-only statistics are displayed.
w – specifies that write-only statistics are displayed.
t|rw – specifies that read and write totals are displayed.
<meas>
The measure 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.
NOTE: An example of this option 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
[{vvset:{<name>|<pattern>}|sys:all_others}]
The QoS rules to display run-time stats. If none is specified, it displays all active QoS rules. <name>
and <pattern> refer to the target object name of the rule, as listed in showvvset commands.
EXAMPLES
The following example displays one iteration of statistics for QoS:
cli% statqos -iter 1
NOTES
For this command KB = 1000 bytes.
For all the <pattern> fields, the patterns are glob-style (shell-style) patterns (see help on sub,globpat).
statqos 617