You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we display some high-level CPU usage or thread activity overview panels:
The jdk.ThreadCPULoad event raw data looks like this in JMC:
While jdk.ObjectAllocationSample looks like this:
Therefore, it seems reasonable that we could build Grafana panels for jdk.ThreadCPULoad similar to the ones we already have for jdk.ObjectAllocationSample:
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.
The text was updated successfully, but these errors were encountered:
See cryostatio/cryostat#135 (comment)
Currently, we display some high-level CPU usage or thread activity overview panels:
The
jdk.ThreadCPULoad
event raw data looks like this in JMC:While
jdk.ObjectAllocationSample
looks like this:Therefore, it seems reasonable that we could build Grafana panels for
jdk.ThreadCPULoad
similar to the ones we already have forjdk.ObjectAllocationSample
: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.
The text was updated successfully, but these errors were encountered: