Skip to main content
A newer release of this product is available.

qos adaptive-policy-group show

Contributors
Suggest changes

Display a list of adaptive policy groups

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The qos adaptive-policy-group show command shows the current settings of the adaptive policy groups on a cluster. You can view the list of adaptive policy groups and also the detailed information about a specific adaptive 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>] - Name

Selects the adaptive policy groups that match this parameter value.

Adaptive policy groups define measurable service level objectives (SLOs) that adjust based on volume used space or volume allocated space.

[-vserver <vserver name>] - Vserver

If this parameter is specified, the command displays information only about the adaptive policy groups with a matching vserver.

[-uuid <UUID>] - Uuid

If this parameter is specified, the command displays information only about the adaptive policy groups with the specified UUID.

[-pgid <integer>] - ID

If this parameter is specified, the command displays information only about the adaptive policy groups that match the given policy group ID, which is an integer that uniquely identifies the adaptive policy group.

[-expected-iops {<integer>[IOPS[/{GB|TB}]] (default: TB)}] - Expected IOPS

If this parameter is specified, the command displays information only about the adaptive policy groups with the specified minimum expected IOPS per TB or GB.

[-peak-iops {<integer>[IOPS[/{GB|TB}]] (default: TB)}] - Peak IOPS

If this parameter is specified, the command displays information only about the adaptive policy groups with the specified maximum possible IOPS per TB or GB.

[-absolute-min-iops <qos_tput>] - Absolute Minimum IOPS

If this parameter is specified, the command displays information only about the adaptive policy groups with the specified absolute minimum IOPS.

[-peak-iops-allocation {used-space|allocated-space}] - Peak IOPS Allocation

If this parameter is specified, the command displays information only about the adaptive policy groups with the specified peak IOPS allocation policy used to compute the maximum possible IOPS per TB or GB.

[-num-workloads <integer>] - Number of Workloads

If this parameter is specified, the command displays information only about the adaptive policy groups with the specified number of workloads.

Examples

The example above displays all adaptive policy groups on the cluster.

cluster1::> qos adaptive-policy-group show
 qos adaptive-policy-group show
                            Expected    Peak
Name         Vserver Wklds  IOPS        IOPS
------------ ------- ------ ----------- ------------
extreme      clus-1  3      6144IOPS/TB 12288IOPS/TB
p1           vs0     0      50IOPS/TB   100IOPS/TB
p2           vs0     1      50IOPS/TB   100IOPS/TB
p3           vs0     0      50IOPS/TB   100IOPS/TB
p4           vs0     0      50IOPS/TB   100IOPS/TB
p5           vs0     0      50IOPS/GB   100IOPS/GB
performance  clus-1  0      2048IOPS/TB 4096IOPS/TB
value        clus-1  0      128IOPS/TB  512IOPS/TB

8 entries were displayed.