gctoolkit
gctoolkit copied to clipboard
Tool for parsing GC logs
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.1.0. Release notes Sourced from actions/setup-java's releases. V4.1.0 What's Changed Added Windows Arm64 Support for Windows Arm64 Runners by @mahabaleshwars in actions/setup-java#595 feat: bump actions/checkout...
**Describe the bug** As the title describes. The relate code is [here](https://github.com/microsoft/gctoolkit/blob/7aecfbd159f33e90f44c1f5af1d768d0e8b18249/parser/src/main/java/com/microsoft/gctoolkit/parser/GenerationalHeapParser.java#L779) **To Reproduce** Steps to reproduce the behavior: For such a log, i want to extract the InitMark, ConcurrentEvent...
Hello, i found that **GenerationalHeapParser** couldn't parse following CMS concurrent-mode-failure logs: case1: ``` 83.371: [CMS-concurrent-abortable-preclean-start] 83.751: [GC 83.751: [ParNew: 17024K->17024K(19136K), 0.0000236 secs]83.751: [CMS83.751: [CMS-concurrent-abortable-preclean: 0.026/0.380 secs] [Times: user=0.41 sys=0.04, real=0.38...
There have been many commits since the last release, do you have plan to publish a new version ? Thanks :)
**Describe the bug** GCLogFile.diary() open the file 2 times and don't release it in GCToolkit 3.0.4 **To Reproduce** Steps to reproduce the behavior: 1. ```java final SingleGCLogFile logFile = new...
The following datetime decorators are not supported correctly in gctoolkit meaning that events all stack up on the first datetime and don't advance [2023-12-06T07:32:54.113+0000][25ms] Using G1 [2023-12-06T07:32:54.117+0000][29ms] Version: 17.0.2+8-86 (release)...
Running the sample gives an `IllegalStateException: Already undeployed`. This is not an problem, so maybe the exception shouldn't be logged as severe. First, run `./mvnw clean install` from the project...
gctoolkit cant identify the full GC present in the log file. The full GC class is there but nothing full GC object was created.
**Describe the bug** When I frequently use **GCToolKit** to analyze GC logs in a program, it throws an error: `VertxJVMEventChannel could not be instantiated`. It appears that **GCToolKit** fails to...
**Describe the bug** Censum seems to be reporting on -xmn values as opposed to -xmx values but that is a red herring. What has actually changed is that after a...