I find gctoolkit can't parse a CMF my gc log
See original GitHub issueI find gctoolkit can’t parse my gc log and show that
Missed: 2021-12-19T22:31:54.909+0800: 623.525: [Full GC (Allocation Failure) 2021-12-19T22:31:54.909+0800: 623.525: [CMS (concurrent mode failure): 2097152K->2097152K(2097152K), 9.4110998 secs] 3984639K->3984638K(3984640K), [Metaspace: 215219K->215219K(1241088K)], 9.4112098 secs] [Times: user=9.27 sys=0.15, real=9.41 secs]
I think gctoolkit should add or modify a rule to match the line of gc log.
By the way, I suggest we should build an issue to record the missing rule which used to strengthen gctoolkit.
_Originally posted by @ZhangShushu123 in https://github.com/microsoft/gctoolkit/discussions/192_
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Java Garbage Collection Logs & How to Analyze Them
Get started with GC logging! Learn what GC logs are, how to read and analyze them to ensure peak Java garbage collection performance....
Read more >7 Problems to Look out for When Analyzing Garbage ...
Analyzing garbage collection (GC) logs can provide key insights into the behavior and performance of programming languages using automatic memory management, ...
Read more >Java 11 GC logging configuration is not parseable in GCViewer
Issue Summary. The currently shipped GC logging configuration file (see "set-gc-params.sh" & "set-gc-params.bat" files ) does not allow the GC logs to be ......
Read more >How to do GC Log analysis? - GC easy
In this post let's learn how to analyze GC logs? Video: To see the visual walk-through of this post, click below:.
Read more >Know of any Java garbage collection log analysis tools? [closed]
I'm looking for a tool or a script that will take the console log from my web app, parse out the garbage collection...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I was trying to clarify the issues without being prescriptive. That said, I’m happy to eval a PR with this solution.
I have the same problem and expect it to be solved