microsoft / gctoolkit

Tool for parsing GC logs
https://github.com/microsoft/gctoolkit
MIT License
1.24k stars 152 forks source link

Not receiving G1 Full GC event/data #379

Open AlinaHovakimyan opened 2 weeks ago

AlinaHovakimyan commented 2 weeks ago

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.

dsgrieve commented 2 weeks ago

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.

AlinaHovakimyan commented 1 week ago

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