Threads stats

Stat Value Explanation
Thread count: 45 The current number of live threads including both daemon and non-daemon threads.
Daemon count: 42 The current number of live daemon threads.
Peak: 53 The peak live thread count since the Java virtual machine started or peak was reset.
Total started: 107 The total number of threads created and also started since the Java virtual machine started.

Threads capabilities

Stat Value Explanation
CPU time supported: true Does the Java virtual machine supports CPU time measurement for the current thread.
Contention monitoring supported: true Does the Java virtual machine supports thread contention monitoring.
Contention monitoring enabled: false Is thread contention monitoring enabled?
CPU Time supported: true Does the Java virtual machine supports CPU time measurement for the current thread.
CPU Time enabled: true Is thread CPU time measurement enabled?

  See Javadoc for details