-
Notifications
You must be signed in to change notification settings - Fork 38
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
Improve dashboard performance / consider simplified top n calculation #2549
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I have 22 clusters monitored and using the SVM dashboard takes up to 20 seconds before I get what I want. A high number of queries in variables for
top n
calculations.Describe the solution you'd like
Consider calculating top n once based on volume iops & throughput and then use this value for all protocols.
Describe alternatives you've considered
n/a
Additional context
The approach would be different and my lead to less accurate results, but the usability would improve a lot. Top talkers on the cluster would still be visible.
The text was updated successfully, but these errors were encountered: