Skip to content
Kirk Pepperdine edited this page Jul 26, 2021 · 14 revisions

Welcome to the GCToolKit wiki!

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.

API

Parser

Vertx

Events Generated

Aggregator/Aggregation

Using modules

Clone this wiki locally