Java Linux Memory

From NovaOrdis Knowledge Base
Revision as of 04:00, 29 December 2020 by Ovidiu (talk | contribs) (→‎Information on how Much Physical Memory a JVM Uses)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Information on how Much Physical Memory a JVM Uses

Once you have the PID, you can look in:

/proc/<PID>/status

For a description of the fields, see:

/proc/<PID>/status

More Info

"man proc" has a ton of information we can pull.

Script

https://github.com/NovaOrdis/shell-tools/blob/master/jboss-os-memory-stats.sh