qos policy-group show
Display a list of policy groups
Description
The qos policy-group show command shows the current settings of the policy groups on a cluster. You can display a list of the policy groups and you can view detailed information about a specific policy group.
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-policy-group <text>] - Policy Group Name
- Selects the policy groups that match this parameter value
Policy groups define measurable service level objectives (SLOs) that apply to the storage objects with which the policy group is associated.
- [-vserver <vserver name>] - Vserver
- Selects the policy groups that match this parameter value
- [-uuid <UUID>] - Uuid
- Selects the policy groups that match this parameter value
- [-class <QoS Configuration Class>] - Policy Group Class
- Selects the policy groups that match this parameter value
- [-pgid <integer>] - Policy Group ID
- Selects the policy groups that match this parameter value
This uniquely identifies the policy group
- [-max-throughput <qos_tput>] - Maximum Throughput
- Selects the policy groups that match this parameter value
A maximum throughput limit specifies the throughput (in IOPS or MB/s) that the policy group must not exceed.
- [-min-throughput <qos_tput>] - Minimum Throughput
- Selects the policy groups that match this parameter value
A minimum throughput specifies the desired performance level for a policy group.
- [-num-workloads <integer>] - Number of Workloads
- Selects the policy groups that match this parameter value.
- [-throughput-policy <text>] - Throughput Policy
- Selects the policy groups that match this parameter value. You can specify the throughput range in terms of IOPS or data rate. For example, 0-INF, 0-400IOPS, 0-200KB/s, 0-400MB/s.
- [-is-shared {true|false}] - Is Shared
- Selects the policy groups that match this parameter value.
The shared value specifies whether the policy group is a shared policy group or not.
- [-is-auto-generated {true|false}] - Is Policy Auto Generated
- Selects the policy groups that match this parameter value.
The auto-generated value specifies whether the policy group is an automatically generated policy group or not.
Examples
qos policy-group show
Name Vserver Class Wklds Throughput Is Shared
---------------- ----------- ------------ ----- ------------ ---------
extreme-fixed tdc-dm5100f-24nvme
user-defined 0 0-50000IOPS,1.53GB/s
false
performance-fixed
tdc-dm5100f-24nvme
user-defined 0 0-30000IOPS,937.5MB/s
false
value-fixed tdc-dm5100f-24nvme
user-defined 0 0-15000IOPS,468.8MB/s
false
3 entries were displayed.