Skip to content

Commit cedb6e9

Browse files
committed
update for new metric "max heap after full gc"
1 parent 9e979c1 commit cedb6e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Summary
106106

107107
- Footprint:
108108
o Maximal amount of memory allocated
109+
- Max heap after full gc:
110+
o Max used heap after full gc. Indicates max live object size and can help to determine heap size.
109111
- Freed Memory:
110112
o Total amount of memory that has been freed
111113
- Freed Mem/Min:
@@ -136,6 +138,8 @@ Memory
136138
o Max memory usage / allocation in young space
137139
- Perm heap (usage / alloc max):
138140
o Max memory usage / allocation in perm space
141+
- Max heap after full gc:
142+
o see in "summary" section
139143
- Avg after full GC:
140144
o The average heap memory consumption after a full collection
141145
- Avg after GC:

0 commit comments

Comments
 (0)