WildFly JVM-Level Monitoring: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Metrics= | =Metrics= | ||
* Total number of threads, obtained from [[ThreadMXBean_Platform_MBean#ThreadCount| | * Total number of threads, obtained from [[ThreadMXBean_Platform_MBean#ThreadCount|Thread 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:56, 9 May 2017
Internal
Metrics
- Total number of threads, obtained from Thread MBean.
- Memory statistics obtained from the Memory MBean, various memory pool MBeans and memory managers MBeans, including the garbage collector memory managers.