-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Dashboard] Add memory graphs optimized for OOM debugging #48530
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! let's actually start by not separating out > 80% and < 80%.
I've added a double thick line for node > 80%, do you still want this? |
Signed-off-by: Mimi Liao <mimiliao2000@gmail.com>
Signed-off-by: Mimi Liao <mimiliao2000@gmail.com>
Signed-off-by: Mimi Liao <mimiliao2000@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…t#48530) The current graph shows memory usage of each node along side the MAX memory across the cluster. For oom debugging, we care more about memory utilization (percentage) on each node. Signed-off-by: JP-sDEV <jon.pablo80@gmail.com>
…t#48530) The current graph shows memory usage of each node along side the MAX memory across the cluster. For oom debugging, we care more about memory utilization (percentage) on each node. Signed-off-by: mohitjain2504 <mohit.jain@dream11.com>
Why are these changes needed?
The current graph shows memory usage of each node along side the MAX memory across the cluster.
For oom debugging, we care more about memory utilization (percentage) on each node.
Related issue number
Closes #47007
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.