-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Top client user report #2591
Comments
Thanks @razaahmed for opening this issue that started on Discord. |
We would like to have this too |
+1 |
We would like to have this too |
Any update on this? |
@razaahmed Latest update on this feature is as below. Let's take the top client as an example, which can be collected via the endpoints Even if we make these calls, given the nature of the unique time series, this may generate for Prometheus, it is not good for Prometheus cardinality (https://last9.io/blog/how-to-manage-high-cardinality-metrics-in-prometheus/). Every time we may get different top clients, resulting in a lot of time series generation in Prometheus. One of the possible solution for this is to not publish these metrics to Prometheus but to expose them via the Harvest CLI. We can call SVM endpoints via the CLI and display results via stdout only. But that is not something we are planning to implement currently. |
In short, it's an ONTAP API limitation that makes it a challenge to collect these metrics. |
@razaahmed We have found a solution to this issue. Could you please let us know your ONTAP version? We intend to make it compatible with the RestPerf collector. |
@razaahmed @mamoep @wooyoungAhn @Sandromuc |
Is it possible to get statistics for top client users report in harvest?
Here is the KB for this data that manually generated on demand when need to trobleshoot slowness or whatever issue lead to find who is the top talker:
https://kb.netapp.com/onprem/ontap/da/NAS/How_to_get_statistics_for_top_client_users_in_ONTAP_9
>statistics start -object top_client -sort-key write_ops -sample-id writeop1
>statistics show -object top_client -sample-id writeop1 -tab -counter read_ops|write_ops -sort-key write_ops
>>statistics stop -sample-id writeop1
The text was updated successfully, but these errors were encountered: