WildFly OS-Level Monitoring: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
==O/S Level System-Wide Memory Statistics== | ==O/S Level System-Wide Memory Statistics== | ||
Memory statistics as reported by [[Proc-meminfo|/proc/meminfo]] | Memory statistics as reported by [[Proc-meminfo|/proc/meminfo]]. Most important: | ||
* [[Proc-meminfo#MemTotal|MemTotal]] | |||
* [[Proc-meminfo#MemFree|MemFree]] | |||
* [[Proc-meminfo#Buffers|Buffers]] | |||
* [[Proc-meminfo#Cached|Cached]] | |||
* [[Proc-meminfo#SwapTotal|SwapTotal]] | |||
* [[Proc-meminfo#SwapFree|SwapFree]] | |||
==O/S Level System-Wide CPU Statistics== | ==O/S Level System-Wide CPU Statistics== |
Revision as of 13:06, 11 May 2017
Internal
Metrics
O/S Level System-Wide Memory Statistics
Memory statistics as reported by /proc/meminfo. Most important:
O/S Level System-Wide CPU Statistics
CPU statistics as reported by vmstat (user time, kernel time, idle time, time waiting for I/O, steal time, etc.) or other utilities, and computed based on /proc/stat values.
Process Count Statistics
Total number of processes in the system. Can be obtained from ps -e.
Total number of threads in the system. Can be obtained from ps -eL.
Number of native threads used by the Java process, as reflected at OS level. The number of threads (processes) can be determined as described here, and it should match the number of threads reported internally by the JVM via the ThreadMXBean Platform MBean.
Open File Descriptor Statistics
Number of open file descriptors per system and per JBoss process(es).