ThreadMXBean Platform MBean: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Overview=
=Overview=


Represents the management interface for the thread system of the Java virtual machine. It is accessible under the "java.lang:type=Threading" JMX ObjectName.  
Represents the management interface for the thread system of the Java virtual machine.  
 
JMX clients can look it up using the "java.lang:type=Threading" JMX ObjectName.


=Metrics=
=Metrics=

Revision as of 16:46, 9 May 2017

External

Internal

Overview

Represents the management interface for the thread system of the Java virtual machine.

JMX clients can look it up using the "java.lang:type=Threading" JMX ObjectName.

Metrics

ThreadCount

The current number of live threads including both daemon and non-daemon threads.

DaemonThreadCount

PeakThreadCount

TotalStartedThreadCount