Java Memory Management Performance Analysis: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Old Generation Analysis= | =Old Generation Analysis= | ||
Old generation occupancy after full collections: | |||
gc event-type:FULL_COLLECTION -o old-after, old-capacity, heap-capacity ./gc.log > gc.csv | gc event-type:FULL_COLLECTION -o old-after, old-capacity, heap-capacity ./gc.log > gc.csv | ||
Full collection frequency, time, and CPU usage: | |||
New generation collection frequency, time, and CPU usage: | |||
=Garbage Collection Time Analysis= | =Garbage Collection Time Analysis= |
Revision as of 15:06, 31 August 2017
Internal
Old Generation Analysis
Old generation occupancy after full collections:
gc event-type:FULL_COLLECTION -o old-after, old-capacity, heap-capacity ./gc.log > gc.csv
Full collection frequency, time, and CPU usage:
New generation collection frequency, time, and CPU usage: