#Flex Cache Evict

1 messages · Page 1 of 1 (latest)

wide vale
#

Hello, on the Flex Cache dashboard how do I get the Evict, Reconcile & Invalidate sections to populate? I'm using REST.

Thanks!

high compass
#

hi @wide vale checking that dashboard and looking at the metric used by one of the Evict panels, I see this metric flexcache_evict_skipped_reason_config_noent If we check which templates provide that metric
https://netapp.github.io/harvest/nightly/ontap-metrics/#flexcache_evict_skipped_reason_config_noent

we see StatPerf and ZapiPerf. You mentioned that you are using REST. You will need to add the StatPerf or ZapiPerf collector to get these metrics. The top of the dashboard should mention that too.

StatPerf/ZapiPerf are required because ONTAP does not provide those metrics via RestPerf. That's part of why we added the StatPerf collector for situations like this

wide vale
#

You mean add them to my harvest.yml file?

high compass
wide vale
#

Yep did the statperf long ago. So I will get the harvest.yml configured and will update when running as expected.