#need help to understand graph
1 messages · Page 1 of 1 (latest)
@near tundra These are the workload names that you will see if you run the following ONTAP CLI command.
qos workload show
and, I think, wid means workload id
Yes thanks you all
But how will I get this workload ID matches with which specific workload
can you check if the qos_workload_labels has what you need?
It’s not so clear . I run qos workload show with field class, category , wid,
It gives system
Thanks Rahul is there WID explanation doc
You can find it here
https://docs.netapp.com/us-en/ontap-cli//qos-workload-show.html#description
Thanks RHul I ran this command with field but I only get WID but not the comments on WID for which this WID is
@near tundra When you use the command
workload show -fields wid
you will only get the specified fields. If you need to add other fields, you should separate them with commas. Here's an example:
workload show -fields wid,volume
Mainly the WID is for us in support because our tools identify volumes by WID.
Some customers will literally have duplicate volumes with the same name, so we have to identify the SVM it is in. If you give a WID it is a nice to have for us. 🙂
But it could help identify a SVM if you don't have a filter for it in the view you're using.