microsoft/gctoolkit

Not receiving G1 Full GC event/data

Opened this issue · 2 comments

We are not receiving G1 Full GC event/data – when full gc is generated via System.gc(): Also saw that in parser there is G1GCFull and Full gc-types and this could be connected with the issue at a first glance.

System.gc is going to be a GCCause of a full gc. Again, we'll need a log or fragment since there are a lot of possible variations.

Please use the following log for the reference. For example to collect pause data, I am listening to G1GCPauseEvent and looking for GarbageCollectionTypes.G1GCFull gc type, and I am not receiving it. Comment about System.gc() reason was optional and specific to one of my gc log files generations, please ignore it.
details_reference.log