question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I find gctoolkit can't parse a CMF my gc log

See original GitHub issue

I 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:open
  • Created 2 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
kcpeppecommented, Jan 4, 2022

I was trying to clarify the issues without being prescriptive. That said, I’m happy to eval a PR with this solution.

0reactions
messi612commented, Jul 26, 2022

I have the same problem and expect it to be solved

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found