#Dashboard for Efficiency

1 messages · Page 1 of 1 (latest)

peak mica
#

Hi all,
I don't know we can already do it but I however ask 🙂
Harvest system can get the data abouts the following ONTAP command ?

sis stat -vserver * -volume *

Thank you,
Best Regards,
Francesco

peak mica
#

I explain better , sorry. I need to have data for fields num-compress-attempts,num-compress-fail.
Do you know if we can get also these data ?

cobalt hinge
#

@peak mica Could you share CLI for this? I have found this information
https://CLUSTER_IP/api/private/cli/volume/efficiency/stat?fields=num-compressed-inline

volume efficiency stat -instance

#

I see these at diagnostic level

https://cluster_ip/api/private/cli/volume/efficiency/stat?fields=num-compress-attempts,num-compress-fail&privilege_level=diagnostic

#

Does this work for you?

peak mica
#

yes!! Thank you!
But this API path could be called by harvest system to graph these kind of data ?

cobalt hinge
#

Yes It is possible

#

Could you open a feature request for this on github issues

peak mica
#

Thank you again Rahul! Amazing!

peak mica
#

I'm here again. I have a read-only user that can't read data from diagnostic level. Can I extend the visibility of read-only user also on diagnostic perimeter ?

cobalt hinge
#

I have a user with role which has rest access for api that works fine for diagnostic . Could you share output of below command

security login role show -role ROLENAME

cobalt hinge
#

@peak mica A pull request has been created for the counters, and you can find it at this link: https://github.com/NetApp/harvest/pull/1958/files.

Regarding the inclusion of these counters in the volume dashboard, could you please let me know if you would like them to be displayed as a time-series panel or just current data?

warm citrus
#

Hi guys, sorry to bother, I think @peak mica and me we made a mistake asking for that panels in volume dashboard. Which is the right place to explain? Here or on github discussion?

cobalt hinge
#

@warm citrus Either way is fine. Discord is perhaps faster.

warm citrus
cobalt hinge
#

Thanks we ll take a look

warm citrus
#

We've been able to compare data between clusters "9.8 native" and some other that have been upgraded with earlier version. Counter num-compress-attempts is ever 0 for volumes on a cluster that is factory configured with 9.8 and later.

cobalt hinge
rancid perch
#

@warm citrus

We have gone through the KB article https://kb.netapp.com/onprem/ontap/dm/Efficiency/No_compression_(reporting_0)savings_in_ONTAP_9.8_or_later_at_the_volume_level and compared couple of 9.12+ clusters for this counters (num_compress_attempts, num_compress_fail).

Our newly added Volume Sis Stat panels required ONTAP 9.12+ and the APIs are only available via REST for collecting above mentioned counters. we have validated, this panel would showing appropriate data for 9.12+ clusters.

We have decided to retain Volume Sis Stat panel as-is, as it's working as design.