ONTAP Discussions
ONTAP Discussions
Hello All,
I have been trying to see if there is a way to get TOP IO volumes for specific aggregate via CLI without perfstat. Looking at the link it appears its possible. Not sure if we need to enable something for this. Its failing currently with error counter does not exist. Checking if any one where able to get this.
This is on 9.1
statistics vol show -aggregate aggr1
Error: command failed: Filter data contains a counter that does not exist:
"parent_aggr".
Solved! See The Solution
That error is seen from 'admin' & 'advanced' privilege level.
From 'diag' it works.
SANC1::> set diag
Warning: These diagnostic commands are for use by NetApp personnel only.
Do you want to continue? {y|n}: y
SANCL1::*> statistics volume show -aggregate ag_tier1
SANCL1 : 9/9/2019 13:03:39
*Total Read Write Other Read Write Latency
Volume Vserver Aggregate Ops Ops Ops Ops (Bps) (Bps) (us)
----- --------- ----------- ------ ---- ----- ----- --------- ----- -------
test svm01 ag_tier1 6120 6110 9 0 236372224 21263 196
Thanks,
-Ashwin
How about a REST API call to OCUM?
Looks like we will need to setup another server to use the REST API's. If I have more requests that will need API's I can justify the use of another server to business.
going back to CLI method. I see the documentation shows the aggregate field but when the command is run it gives error.
That error is seen from 'admin' & 'advanced' privilege level.
From 'diag' it works.
SANC1::> set diag
Warning: These diagnostic commands are for use by NetApp personnel only.
Do you want to continue? {y|n}: y
SANCL1::*> statistics volume show -aggregate ag_tier1
SANCL1 : 9/9/2019 13:03:39
*Total Read Write Other Read Write Latency
Volume Vserver Aggregate Ops Ops Ops Ops (Bps) (Bps) (us)
----- --------- ----------- ------ ---- ----- ----- --------- ----- -------
test svm01 ag_tier1 6120 6110 9 0 236372224 21263 196
Thanks,
-Ashwin