Memory Monitoring and Management Platform MBeans: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


=Overview=
=Overview=
=External=
* http://docs.oracle.com/javase/8/docs/api/java/lang/management/ThreadMXBean.html
=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=
=Metrics=
==ThreadCount==
The current number of live threads including both daemon and non-daemon threads.
==DaemonThreadCount==
==PeakThreadCount==
==TotalStartedThreadCount==

Revision as of 16:42, 9 May 2017