Process Level Metrics

Process-level metrics show information at the JVM level.

Process- Level Metrics
Metric Notes
CPU Usage Percentage of CPU used by this process.
Memory Usage Max, Committed, and Used memory, in megabytes.
Deadlocked Threads The number of deadlocked threads in the process.
Running Threads The number of threads in the process, including system threads.
Garbage Collection For each garbage collector running in the process, metrics shown are:
  • The total up time of the process
  • The number of objects garbage collected
  • The cumulative time spent in garbage collection overall.