gctoolkit
gctoolkit copied to clipboard
Tool for parsing GC logs
It is unclear that the parsers are collecting the right data needed to support calculations such as Memory Pool Size % based on the number of regions allocated to Eden,...
Integrate gen-z as an event source and ensure gen-z events can be consumed by Aggregator and Aggregation. Work is yet to be fully defined.
Integrate gen-z work into GCToolKit and any supporting classes that may need to know about this collector. Much of this work is yet to be defined.
The Diary is a summary of the a GCLog. From the diary we should be able to ask questions such as which garbage collector produced the GC log. In support...
Don't dismiss as 'it's only a sample' as this may expose some underlying problem, or expose some lack of coverage in unit testing. **Describe the bug** 022-10-31T20:35:27.3983818Z [INFO] Running com.microsoft.gctoolkit.integration.core.PreunifiedJavaVirtualMachineConfigurationTest...
Unified GC logs without a timestamp will cause NPE as all of the code expects a timestamp. Use first date stamp as a base of 0.000 seconds and then synthetically...
a significant portion of the public API is missing javadoc