Enable Top Clients/Files Metrics in Harvest #3904
rahulguptajss
started this conversation in
General
Replies: 4 comments 10 replies
-
|
I probably did it wrong, but if I do Nabox4 step #1, by adding "- KeyPerf" in Defaults/collectors below "- Ems" the havrest container restarts every minute. If I remove it, the container becomes stable. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
5 replies
-
|
dear , |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
In version 26.02, there is a bug where FlexGroup top metrics are not reported. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Note: Kindly ensure that Activity tracking is enabled on the Volumes as outlined in this document https://docs.netapp.com/us-en/ontap-cli/volume-activity-tracking-on.html for ONTAP.
Top Clients collection is disabled by default. To enable Top Clients Tracking in Harvest, follow these steps. Note that Top Clients support is available only through the
KeyPerfCollector in ONTAP version 9.11 and later. The collection is enabled in the KeyPerf CollectorVolumetemplate via a pluginVolumeTopClients, as detailed below.Note: Applicable from Harvest 25.11.
NABox4
Make sure that you have the
KeyPerfcollector listed in your poller configuration inharvest.yml. You can do this by editing/etc/nabox/harvest/harvest.yml. You can list it as the last collector in your existing collector list.Navigate to the
keyperfdirectory.mkdir -p /etc/nabox/harvest/user/keyperf cd /etc/nabox/harvest/user/keyperfCreate
custom.yaml:Update the file with the following content:
custom_volume.yamlfile in the/etc/nabox/harvest/user/keyperf/9.15.0directory as below.mkdir -p /etc/nabox/harvest/user/keyperf/9.15.0 cp /data/packages/harvest/conf/keyperf/9.15.0/volume.yaml /etc/nabox/harvest/user/keyperf/9.15.0/custom_volume.yaml sed -i '/^# - VolumeTopClients:/,/^export_options:/ { /^#/s/^#// }' /etc/nabox/harvest/user/keyperf/9.15.0/custom_volume.yamlrpm/deb/native/container
Note:
Let's assume Harvest is installed in
/opt/harvestdirectory. Adjust paths as needed.HARVEST_DIR="/opt/harvest"Make sure that you have the
KeyPerfcollector listed in your poller configuration inharvest.yml. You can do this by editing"$HARVEST_DIR/harvest.yml. You can list it as the last collector in your existing collector list.Navigate to the
keyperfdirectory:Create
custom.yaml:Update the file with the following content:
custom_volume.yamlfile in the/opt/harvest/conf/keyperf/9.15.0/directory.In the volume dashboard under the clients panel, you should see something similar to the following:
Beta Was this translation helpful? Give feedback.
All reactions