Java Memory Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Heap=
=Heap=


Metrics reflecting heap usage are exposed by the [[Memory_Monitoring_and_Managemen_Platform_MBeans#Memory_MBean|Memory MBean]], which is accessible from the [[JMX#The_Platform_MBean_Server|platform MBean server]].
Metrics reflecting heap usage are exposed by the [[Memory_Monitoring_and_Managemen_Platform_MBeans#Memory_MBean|Memory MBean]], which can be obtained from the [[JMX#The_Platform_MBean_Server|platform MBean server]].


=Non-Heap Memory=
=Non-Heap Memory=

Revision as of 17:34, 9 May 2017

Internal

Heap

Metrics reflecting heap usage are exposed by the Memory MBean, which can be obtained from the platform MBean server.

Non-Heap Memory

Memory Manager

Memory Pool