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
`