Can Harvest collect qtree related metrics in versions lower than 9.15? #3420
Replies: 5 comments 1 reply
-
@wooyoungAhn Harvest uses the Best Fit concept to select templates for an ONTAP version, as detailed here. This means that even if the template version is 9.15, it will also apply to version 9.13. This metric is part of the |
Beta Was this translation helpful? Give feedback.
-
Hello rahul CVO-KR:
collectors:
- Ems
- Rest
- RestPerf
- KeyPerf # bin/harvest version
harvest version 24.11.20-nightly (commit 73d63fd7) (build date 2024-11-20T14:11:39-0500) linux/amd64
checking GitHub for |
Beta Was this translation helpful? Give feedback.
-
@wooyoungAhn Could you change the order of the collectors as shown below and check if it works for the CVO-KR:
collectors:
- Ems
- Rest
- KeyPerf
- RestPerf |
Beta Was this translation helpful? Give feedback.
-
Hello so i apply to only qtree.yaml but it was not working How can I apply keyperf to only qtree items? [root@ip-172-30-2-82 keyperf]# pwd
/opt/harvest/conf/keyperf
[root@ip-172-30-2-82 keyperf]# cat custom.yaml
collector: KeyPerf
# Order here matters!
schedule:
- counter: 24h
- data: 1m
objects:
# Aggregate: aggr.yaml
# CIFSvserver: cifs_vserver.yaml
# Cluster: cluster.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 poller log
|
Beta Was this translation helpful? Give feedback.
-
Hi
Is qtree_read_data metric available in ontap version 9.13?
It seems to be available only in vserion 9.15 and later.
conf/keyperf/9.15.0/qtree.yaml
https://netapp.github.io/harvest/24.11.1/ontap-metrics/#qtree_read_data
This metric appears to be supported in version 9.13 as well.
statistics.throughput_raw.read
https://docs.netapp.com/us-en/ontap-restapi-9131//ontap/get-storage-qtrees-.html#response
Beta Was this translation helpful? Give feedback.
All reactions