How to interpret the QoS ratebucket ID
Applies to
- ONTAP 9
- QoS
- Counter Manager Object ratebucket
Description
- Object ratebucket is critical in QoS related analysis
- The counter instance_name in object ratebucket is organized in the format :
<prefix>.ID
- Prefix NG manages NAS traffic (NFS + CIFS)
- Prefix SC manages Block traffic (iSCSI, FC, NVME)
- Prefix qw manages system workloads
- Ratebucket ID in instance_name could be used to map to the corresponding volume/workload
- Example: Workload ID 7398 maps to ratebucket ID 2147491046 in the following outputs (2147483648 + 7398 = 2147491046).
Cluster::*> set -privilege diagnostics; qos workload show -instance; qos policy-group show -instance value-fixed; statistics show -raw -object ratebucket -counter instance_name -tab; set -privilege admin Workload Name: lun1-wid7398 Workload UUID: a93702f0-b22e-11ed-af3e-005056b15bab Workload Class: user-defined Workload ID: 7398 Workload Category: - Policy Group Name: value-fixed ----------------------------------------------------------------------------------- Policy Group Name: value-fixed Vserver: pstejska_vsim Uuid: 098587a4-24f3-480d-8577-258a4d324dec Policy Group Class: user-defined Policy Group ID: 6644 Maximum Throughput: 15000IOPS,468.8MB/s Minimum Throughput: 0 Number of Workloads: 1 Throughput Policy: 0-15000IOPS,468.8MB/s Is Shared: false Is Policy Auto Generated: - ---------------------------------------------------------------------------------------- node1: ratebucket: 1/8/2025 10:41:39 instance name -------- NG.12101 NG.2 NG.2147491046
- This article providies a procedure to map the instance_name to the corresponding volume/workload in both scenarios
- Shared QoS Policy Groups
- Non-shared QoS Policy Groups
- Adaptive QoS Policy Groups