WildFly JVM-Level Monitoring: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
=Metrics= | =Metrics= | ||
* Total number of threads, obtained from [[ThreadMXBean_Platform_MBean#ThreadCount|ThreadMXBean | * Total number of threads, obtained from [[ThreadMXBean_Platform_MBean#ThreadCount|ThreadMXBean MBean]]. | ||
* Memory statistics obtained from the [[Memory_Monitoring_and_Management_Platform_MBeans#Memory_MBean|Memory MBean]], various [[Memory_Monitoring_and_Management_Platform_MBeans#Memory_Pool_MBeans|memory pool MBeans]] and [[Memory_Monitoring_and_Management_Platform_MBeans#Memory_Manager_MBeans|memory managers MBeans]], including the [[Memory_Monitoring_and_Management_Platform_MBeans#Garbage_Collector_MBeans|garbage collector memory managers]]. | * Memory statistics obtained from the [[Memory_Monitoring_and_Management_Platform_MBeans#Memory_MBean|Memory MBean]], various [[Memory_Monitoring_and_Management_Platform_MBeans#Memory_Pool_MBeans|memory pool MBeans]] and [[Memory_Monitoring_and_Management_Platform_MBeans#Memory_Manager_MBeans|memory managers MBeans]], including the [[Memory_Monitoring_and_Management_Platform_MBeans#Garbage_Collector_MBeans|garbage collector memory managers]]. |
Revision as of 20:55, 9 May 2017
Internal
Metrics
- Total number of threads, obtained from ThreadMXBean MBean.
- Memory statistics obtained from the Memory MBean, various memory pool MBeans and memory managers MBeans, including the garbage collector memory managers.