gctoolkit icon indicating copy to clipboard operation
gctoolkit copied to clipboard

Tool for parsing GC logs

Results 103 gctoolkit issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently the parser sends a log line through a set of (regex) rules to identify it to know how to safely process it. The proposal is to replace the list...

enhancement

Add support to the parser to recognize log lines in unified G1 log files.

enhancement

I struggle to get `G1ConcurrentStringDeduplication` events reported Demo project is here https://github.com/marschall/gctoolkit-demo log file is attached: [middleware-jdk9.log](https://github.com/microsoft/gctoolkit/files/7231238/middleware-jdk9.log)

bug

StringDeduplication events should not be G1 specific and be at least enabled for Shenandoah. I [read](https://tschatzl.github.io/2021/09/16/jdk17-g1-parallel-gc-changes.html) they should be enabled for Serial GC, Parallel GC and ZGC as well but...

bug

`G1ConcurrentStringDeduplication` doesn't have any comments so it's a bit hard to make sense of. It currently has - `startingStringVolume: double` - `endingStringVolume: double` - `reduction: double` - `percentReduction: double` All...

bug
help wanted

These aren't necessarily bugs, but we should look into them: ``` [INFO] Compiling 99 source files to /Users/karianna/Documents/workspace/microsoft/gctoolkit/core/api/target/classes [WARNING] /Users/karianna/Documents/workspace/microsoft/gctoolkit/core/api/src/main/java/com/microsoft/gctoolkit/aggregator/JVMEventDispatcher.java:[49,72] unchecked cast required: java.lang.Class

good first issue
help wanted
question

> Above changes will not break in github workflow. But we add following commands in workflow, this will fail workflow, we might to have correct error first. > > *...

enhancement

Currently the API doesn't have direct support for parsing. The proposal is to add that support to API so that some of the slightly confusing code in the parser module...

enhancement

Currently an Aggregator/Aggregation provider has to export the implementations to the vertx module. The goal is to eliminate this by adding message bus support to the API and converting the...

enhancement

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1. Release notes Sourced from actions/cache's releases. v4.0.1 What's Changed Update README.md by @​yacaovsnc in actions/cache#1304 Update examples by @​yacaovsnc in actions/cache#1305 Update actions/cache publish...

dependencies