-
Notifications
You must be signed in to change notification settings - Fork 156
Home
Kirk Pepperdine edited this page Jul 26, 2021
·
14 revisions
GCToolKit is an API to support the generation of events that represent the data in garbage collection logs. Garbage collection logs contain a journal of all garbage collection events. The tool kit can manage GC logs from JDK 1.4.2 to JDK 17 for the serial, parallel, CMS, iCMS, G1, and Z GC collectors.
The toolkit is partitioned into 3 different modules, API, Parser, and Vertx.