Memory Monitoring and Management Platform MBeans

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Memory MBean

The Memory MBean implements the MemoryMXBean interface, and exists as a singleton instance in the JVM. The MBean instance is accessible from the platform MBean server, either programmatically by calling ManagementFactory.getMemoryMXBean() method, or by looking up the "java.lang:type=Memory" JMX ObjectName with PlatformManagedObject.getObjectName(...).

Memory Pool MBeans