Java Memory Management Performance Analysis: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Old Generation Analysis=
=Old Generation Analysis=


  gc event-type:FULL_COLLECTION -o old-after, old-capacity ./gc.log  > gc.csv
  gc event-type:FULL_COLLECTION -o old-after, old-capacity, heap-capacity ./gc.log  > gc.csv


=Garbage Collection Time Analysis=
=Garbage Collection Time Analysis=

Revision as of 15:04, 31 August 2017

Internal

Old Generation Analysis

gc event-type:FULL_COLLECTION -o old-after, old-capacity, heap-capacity ./gc.log  > gc.csv

Garbage Collection Time Analysis

Leak Analysis

YourKit Memory Snapshot Comparison