qos statistics volume resource disk show
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Display disk resource utilization data per volume
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The qos statistics volume resource disk show
command displays the disk utilization for volumes per node. The disk utilization shows the percentage of time spent on the disk during read and write operations. The command only supports hard disks.
The command displays the following data:
-
The QoS volume name (Workload)
-
The QoS workload ID (ID)
-
Disk utilization (Disk)
-
The number of HDD data disks utilized (Number of HDD Disks)
The results displayed are sorted by total disk utilization. Each iteration starts with a row that displays the total disk utilization across all volumes.
Parameters
-node {<nodename>|local}
- Node-
Selects the volumes that match this parameter value.
- {
[-rows <integer>]
- Number of Rows in the Output -
Specifies the number of busiest QoS policy groups to display. The default setting is 10. The allowed range of values is 1 to 20.
- |
-vserver <vserver name>
- Vserver Name -
Specifies the Vserver to which the volume belongs.
-volume <volume name>
- Volume Name }-
Selects the disk utilization data that match this parameter value. Enter a complete volume name or press the <Tab> key to complete the name. Wildcard query characters are not supported.
[-iterations <integer>]
- Number of Iterations-
Specifies the number of times the display is refreshed before terminating. If you do not specify this parameter, the command iterates until interrupted by Ctrl-C.
[-refresh-display {true|false}]
- Toggle Screen Refresh Between Each Iteration-
Specifies the display style. If true, the command clears the display after each data iteration. If false, the command displays each data iteration below the previous one. The default is false.
[-show-flexgroup-as-constituents {true|false}]
- Display Flexgroups as Constituents-
If the parameter is specified and if the value is true, it will display data for FlexVols and Flexgroup Constituents. Otherwise it will display data for FlexVols and Flexgroups.
Examples
cluster1::> qos statistics volume resource disk show -node nodeB -iterations 100 -rows 3 Workload ID Disk Number of HDD Disks --------------- ------ ----- ------------------- -total- (100%) - 30% 4 vs0vol1-wid101 101 12% 2 vs0vol2-wid121 121 10% 1 vol0-wid1002 1002 8% 1 -total- (100%) - 30% 4 vs0vol1-wid101 101 12% 2 vs0vol2-wid121 121 10% 1 vol0-wid1002 1002 8% 1
The example above displays total disk utilization for the 3
volumes with the highest disk utilization and it refreshes the display 100
times before terminating.
cluster1::> qos statistics volume resource disk show -node local -vserver vs0 -volume vs0_vol0 -iterations 100 Workload ID Disk Number of HDD Disks --------------- ------ ------ ------------------- -total- - 5% 10 vs0_vol0-wid1.. 15658 1% 6 -total- - 5% 10 vs0_vol0-wid1.. 15658 1% 6 -total- - 6% 10 vs0_vol0-wid1.. 15658 2% 6 -total- - 6% 10 vs0_vol0-wid1.. 15658 2% 6 -total- - 6% 10 vs0_vol0-wid1.. 15658 2% 6
The example above displays total disk utilization for volume vs0_vol0
in Vserver vs0
and it refreshes the display 100
times before terminating.