gctoolkit icon indicating copy to clipboard operation
gctoolkit copied to clipboard

Tool for parsing GC logs

Results 110 gctoolkit issues
Sort by recently updated
recently updated
newest added

1) Apply a DRY refactoring to the ZGC class hierarchy. 2) Capture some information not currently captured such as work thread counts.

Bumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from 6.55.0 to 7.10.0. Release notes Sourced from net.sourceforge.pmd:pmd-core's releases. PMD 7.10.0 (31-January-2025) 31-January-2025 - 7.10.0 The PMD team is pleased to announce PMD 7.10.0. This is a...

dependencies
java

Intended to fix #359. About the fix: 1. Introduced a null guard. When `getClock()` is initially null, it means there is no event in the file. Therefore, we throw an...

**Describe the bug** When parsing the attached CMS log using the unified logger, no events are being recorded. Parser logging just reports a number of warnings: "Concurrent phase not completely...

GCtoolkit does not support simple logs. That is, logs where each GC event is described on a single line. Such log, for example, can be generated, when using Parallel GC...

This is pretty hot in profiles. I know it was already improved in https://github.com/microsoft/gctoolkit/pull/458, but we can get rid of the regex altogether.

Make it possible to extend it in third party packages. We have an implementation of this, and it currently extends from `UnifiedGenerationalParser` for no other reason that it is public....

This is called for all lines, so cost adds up. Most use cases use just the gcid, but in UnifiedG1GCParser the end position is also required to do a subString()...

**Describe the bug** Discovered while fixing #457, the diarizer is not able to reliably identify Unified-Parallel logs that don't start with "Using Parallel" at the beginning of the file. This...

bug

**Is your feature request related to a problem? Please describe.** Our application can identify areas of concern in a log file, and having the ability to direct the user to...

enhancement