NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

ONTAP Discussions

QoS Statistics command output - What is System-Default?

pedro_rocha
5,482 Views

Hello!

 

In the following extract, what accounts for System-Default?

 

STG::> qos statistics workload resource cpu show -node STG-01 -rows 20
Workload ID CPU
--------------- ----- -----
-total- (100%) - 93%
System-Default 1 37%
User-Default 2 24%
_WAFL 7 11%
_Efficiency_B.. 7501 5%
_SIS_CLONE_SP.. 20 1%
_SNAPMIRROR 15 1%
_WAFL_SCAN 19 1%

Kind regards, 

Pedro Rocha

1 ACCEPTED SOLUTION

paul_stejskal
5,398 Views

Correct. It will use 100% of whatever 1-5% of CPU is actually in use. Since they normally are idle processes unless called upon, this will appear to be higher. Either way, it is completely normal/working as intended.

 

View solution in original post

4 REPLIES 4

aladd
5,454 Views

There is a KB that partially explains this, although it is listed as "system-defined" and "user-defined" in the KB article to describe these two outputs.

 

 

https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/FAQ%3A_Storage_Quality_of_Service_(QoS)

 

 

Workload:

  • User-defined workload
    Represents the input/output (I/O) operations from clients to a storage object that belongs to a policy group. A storage object is one of the following:
    • A Vserver with FlexVol volumes
    • A FlexVol volume
    • A LUN
    • A file (typically represents a virtual machine)
      I/O to storage objects that are not assigned to policy groups belong to the 'User-Default' workload.
  • System-defined workload
    Represents internal work that the cluster performs. Storage QoS controls specific system operations to prevent them from interfering with client operations. Examples include storage efficiency operations and data replication operations.

Hope this helps!

paul_stejskal
5,416 Views

System default is anything internal to WAFL basically, or ONTAP. If you have an idle system you're more likely to see it. Basically we have internal QoS workloads for deduplication, SnapMirror, etc., but there are some internal workloads that just don't have a QoS workload assigned, so we put them in a default bucket.

pedro_rocha
5,401 Views

Hello Paul,

 

So on an idle system, the system-default tends to be higher. Is that it?

 

Regards,

Pedro Rocha

paul_stejskal
5,399 Views

Correct. It will use 100% of whatever 1-5% of CPU is actually in use. Since they normally are idle processes unless called upon, this will appear to be higher. Either way, it is completely normal/working as intended.

 

Public