Skip to content
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

[Story] Implement per-thread CPU usage panels #71

Open
andrewazores opened this issue Jul 19, 2024 · 0 comments
Open

[Story] Implement per-thread CPU usage panels #71

andrewazores opened this issue Jul 19, 2024 · 0 comments
Labels
feat New feature or request

Comments

@andrewazores
Copy link
Member

See cryostatio/cryostat#135 (comment)

Currently, we display some high-level CPU usage or thread activity overview panels:

image

image

The jdk.ThreadCPULoad event raw data looks like this in JMC:

Screenshot_2024-07-19_16-10-21

While jdk.ObjectAllocationSample looks like this:

Screenshot_2024-07-19_16-11-37


Therefore, it seems reasonable that we could build Grafana panels for jdk.ThreadCPULoad similar to the ones we already have for jdk.ObjectAllocationSample:

image

image

The thread load aggregate single panel could add both system mode and user mode load into one value with the thread name as the key, whereas the breakout dashboard would have a panel for each thread name key and a timeseries line for each system mode and user mode load.

@andrewazores andrewazores added the feat New feature or request label Jul 19, 2024
@andrewazores andrewazores changed the title [Request] Implement per-thread CPU usage panels [Story] Implement per-thread CPU usage panels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant