WildFly OS-Level Monitoring: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


* Number of open file descriptors [[Linux_File_Descriptor_Information#File_Descriptors_Being_Used_at_System_Level|per system]] and per JBoss process(es).
* Number of open file descriptors [[Linux_File_Descriptor_Information#File_Descriptors_Being_Used_at_System_Level|per system]] and per JBoss process(es).
* Number of native threads used by the Java process, as reflected at OS level. The number of threads (processes) can be read as described hare, and it should match the number of threads reported internally by the JVM via the [[ThreadMXBean_Platform_MBean#ThreadCount|ThreadMXBean Platform MBean]].

Revision as of 14:34, 3 May 2017

Internal

Metrics

  • Number of open file descriptors per system and per JBoss process(es).
  • Number of native threads used by the Java process, as reflected at OS level. The number of threads (processes) can be read as described hare, and it should match the number of threads reported internally by the JVM via the ThreadMXBean Platform MBean.