HP 3PAR OS 3.1.3 Command Line Interface Reference

showqos
DESCRIPTION
The showqos command lists the QoS rules configured in a system.
SYNTAX
showqos [options][{{vvset|domain}:{<name>|<pattern>}|sys:all_others}]...
AUTHORITY
Any role in the system
OPTIONS
-domain {<domainname|pattern>}...
Shows statistics for rules with target objects in domains with names that match one or more of the
specified domains or patterns. If -domain is not specified, statistics for all rules with target objects
in the current domain are shown. See the currentdomain parameter in the setclienv and
showclienv commands.
-{on|off}
List QoS rules that are "on" or "off" only.
-vv {<vv_name>|<pattern>}],{<VV_name>|<pattern>}]...
Applies only to QoS rules whose targets include virtual volumes with names matching any of the
names or patterns specified.
-sortcol <col>[,<dir>][:<col>[,<dir>]...
Sorts command output based on column number (<col>). Columns are numbered from left to right,
beginning with 0. At least one column must be specified. In addition, the direction of sorting (<dir>)
can be specified as follows:
inc
Sort in increasing order (default).
dec
Sort in decreasing order.
NOTE: Multiple columns can be specified and separated by a colon (:). Rows with the same
information in them as earlier columns will be sorted by values in later columns.
SPECIFIERS
{{vvset|domain}:{<name>|<pattern>|sys:all_others}
The QoS rules to list. If none is specified, it lists all configured QoS rules. <name> and <pattern>
refer to the target object name of the rule, as listed in show {vvset|domain} commands.
EXAMPLES
To show all QoS rules defined in the system:
cli% showqos
-I/O_per_second- -KBytes_per_sec-
Id Type Name QoS Priority Min Max Min Max LatencyGoal
42 vvset vsa off normal - 300 - - -
43 vvset vsb on normal - 4000 - 204800 -
44 vvset vsc on normal - - - 102400 -
45 vvset vsd on normal - 5000 - 256000 -
showqos 449