ThreadMXBean Platform MBean: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * http://docs.oracle.com/javase/8/docs/api/java/lang/management/ThreadMXBean.html =Internal= =Overview= Represents the management interface for the thread syste...") |
|||
Line 4: | Line 4: | ||
=Internal= | =Internal= | ||
* [[JMX#Thread_Monitoring_and_Management|JMX]] | |||
=Overview= | =Overview= |
Revision as of 14:30, 3 May 2017
External
Internal
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.
Metrics
ThreadCount
The current number of live threads including both daemon and non-daemon threads.