Memory Monitoring and Management Platform MBeans: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=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= | =Internal= | ||
Line 11: | Line 19: | ||
Revision as of 16:39, 9 May 2017
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.