Title | Metric | Unit | Description |
---|---|---|---|
GC count | YGC | - | Young GC count |
FGC | - | Full GC count | |
GC time | FGCT | s | Full GC time |
GCT | s | Garbage collection time | |
YGCT | s | Young GC time | |
Memory zone proportion | S0 | % | Percentage of used Survivor 0 memory |
E | % | Percentage of used Eden memory | |
CCS | % | Percentage of used compressed class space memory | |
S1 | % | Percentage of used Survivor 1 memory | |
O | % | Percentage of used Old memory | |
M | % | Percentage of used Metaspace memory |
Was this page helpful?