Enable Top Clients/Files Metrics in Harvest #3130
Replies: 7 comments 5 replies
-
|
How are the volumes chosen? Let's say I have 20 volumes and set a limit of 5. Which volumes will be reported? |
Beta Was this translation helpful? Give feedback.
-
|
For example, for read IOPS, we will select the top 5 volumes based on descending order of read IOPS in each performance poll. The same approach applies to write IOPS, as well as read and write throughput. |
Beta Was this translation helpful? Give feedback.
-
|
I have enable it, but I can not see any data. Have any configure must enable from Filer end (ex: Activity Tracking) |
Beta Was this translation helpful? Give feedback.
-
|
Is there any intent to expose this configuration in the NAbox UI? It seems like a "feature" and not necessarily a "customization" to me. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, how can we enable this functionality only for some cluster which has a 9.13.1 version or onwards. Or the harvest only use this configuration for those clusters? |
Beta Was this translation helpful? Give feedback.
-
|
@faguayot If you want to apply the configuration to a specific cluster, you can follow the steps outlined above with a slight modification. Instead of creating a dc-1:
datacenter: u2
addr: 1.1.1.1
username: user
password: pass
collectors:
- RestPerf:
- default.yaml
- limited.yamlBy doing this, only the specified cluster will use this modified template. |
Beta Was this translation helpful? Give feedback.
-
|
flexvolume is work,flexgroup is not work |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
RestPerfCollector in ONTAP version 9.13.1 and later. The collection is enabled in the RestPerf CollectorVolumetemplate via a pluginVolumeTopClients, as detailed below.Note: Available from Harvest 24.11.
Note: Top File Metrics are available in Harvest from 24.11.1 via same plugin. Refer here for more details.
NABox4 and Harvest 25.05
restperfdirectory.cd /etc/nabox/harvest/user/restperfCreate
custom.yaml:Update the file with the following content:
custom_volume.yamlfile in the/etc/nabox/harvest/user/restperf/9.12.0directory. Updatecustom_volume.yamlas below.rpm/deb/native/container
Note:
restperfdirectory:cd /opt/harvest/conf/restperfCreate
custom.yaml:Update the file with the following content:
custom_volume.yamlfile in the/opt/harvest/conf/restperf/9.12.0/directory. Updatecustom_volume.yamlas below.NABox3
Note: These steps are for NABox3.
Prerequisite: ssh to NABox3 via root
custom_volume.yamlNavigate to the
restperfdirectory:cd /opt/harvest2-conf/conf/restperfCreate custom_volume.yaml:
Update the file with the following content:
custom_volume.yamlNavigate to the
9.12.0directory:cd /opt/harvest2-conf/conf/restperf/9.12.0Create
custom_volume.yaml:Update the file with the following content:
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