Skip to content

G1 (java 8) Full GC's not shown in CSV export #167

Open
@maiergre

Description

@maiergre

When exporting to CSV format, Full GC runs are not shown in the log file. They are present when exporting to SIMPLE. This is using Java 8 with G1GC.

SIMPLE:

YoungGC 97951.577000 0.004314
YoungGC 97951.584000 0.003936
FullGC 97951.591000 31.384688
YoungGC 97983.548000 0.101593

CSV:

97951.5800636,10477568,10485760,0.0039364,GC pause (G1 Evacuation Pause) (young)
97951.584,10477568,10485760,0,NONE
97983.4464066,9087693,10485760,0.1015934,GC pause (G1 Evacuation Pause) (young)
97983.548,7690752,10485760,0,NONE

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions