#no volume performance statistics after harvest 11.25 upgrade for nabox

1 messages · Page 1 of 1 (latest)

fervent creek
#

I stopped getting volume performance statistics after the upgrade. I am sure im missing something obvious.
Any ideas would be welcome

KeyPerf prefix added to Volume: in zapiperf/restperf default.yaml files.
Added KeyPerf to collectors in harvest.yaml

`
admin@nabox-01 /data/packages/harvest $ cat conf/zapiperf/default.yaml | grep KeyPerf
2308: Volume: KeyPerf:volume.yaml

admin@nabox-01 /data/packages/harvest $ cat conf/restperf/default.yaml | grep KeyPerf
1721: Volume: KeyPerf:volume.yaml

admin@nabox-01 /data/packages/harvest $ cat conf/keyperf/default.yaml
collector: KeyPerf

Order here matters!

schedule:

  • counter: 24h
  • data: 1m

objects:
Aggregate: aggr.yaml
CIFSvserver: cifs_vserver.yaml
Cluster: cluster.yaml
EthernetSwitchPort: ethernet_switch_port.yaml
FlexCache: flexcache.yaml
LIF: lif.yaml
Lun: lun.yaml
Namespace: namespace.yaml
NFSv3: nfsv3.yaml
NFSv41: nfsv4_1.yaml
NFSv4: nfsv4.yaml
SystemNode: system_node.yaml
Volume: volume.yaml

Qtree: qtree.yaml #Enabling qtree.yaml may slow down data collection

admin@nabox-01 /etc/nabox/harvest $ cat harvest.yml | grep collectors -A6
collectors:
- Rest
- RestPerf
- Zapi
- ZapiPerf
- Ems
- KeyPerf

    collectors:
        - Rest
        - RestPerf
        - Zapi
        - ZapiPerf
        - Ems
        - KeyPerf

`

vital pebble
#

@fervent creek Are your volumes flexgroup?

#

We just released 26.02 version today which fixed a issue in this area as below

KeyPerf is the default collector for volume performance metrics starting in 25.11 and this release 26.02 fixes an issue where KeyPerf Collector did not calculate FlexGroup latency.

https://github.com/NetApp/harvest/releases/tag/v26.02.0

fervent creek
#

we have some flexgroups; but mostly normal flexvolumes

vital pebble
fervent creek
#

seems like the new release fixed the issue; I see alot of the graphs starting to show data immediately

#

thanks!