Memory Monitoring and Management Platform MBeans
Jump to navigation
Jump to search
External
- http://docs.oracle.com/javase/8/docs/api/java/lang/management/MemoryMXBean.html
- http://docs.oracle.com/javase/8/docs/api/java/lang/management/MemoryManagerMXBean.html
- http://docs.oracle.com/javase/8/docs/api/java/lang/management/MemoryPoolMXBean.html
- http://docs.oracle.com/javase/8/docs/api/java/lang/management/BufferPoolMXBean.html
- http://docs.oracle.com/javase/8/docs/api/java/lang/management/GarbageCollectorMXBean.html
Internal
External
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.