-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new type in AbstractGCEvent #200
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #200 +/- ##
=============================================
+ Coverage 67.07% 67.08% +0.01%
Complexity 1436 1436
=============================================
Files 144 144
Lines 8346 8347 +1
Branches 1373 1373
=============================================
+ Hits 5598 5600 +2
+ Misses 2178 2177 -1
Partials 570 570
Continue to review full report at Codecov.
|
Would you have a sample of a log file with this event? Something like this: https://github.com/chewiebug/GCViewer/blob/develop/src/test/resources/openjdk/SampleSun1_8_0G1HumongousMixed.txt |
Look at 7395 line:
177824.903: [GC pause (System.gc()) (young) (initial-mark)
2018-07-26 22:16 GMT+02:00 chewiebug <[email protected]>:
… Would you have a sample of a log file with this event? Something like
this: https://github.com/chewiebug/GCViewer/blob/develop/src/
test/resources/openjdk/SampleSun1_8_0G1HumongousMixed.txt
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbkMXddtDZZLu0nEoSIhZTt4WmSgNshwks5uKiOBgaJpZM4VQ0b8>
.
|
Did you attach the file you are referencing?
|
I send you file logi.gc
sob., 28 lip 2018, 09:30 użytkownik chewiebug <[email protected]>
napisał:
… Did you attach the file you are referencing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbkMXawd7rCB3eYrP4hcUunVV4aU1gxdks5uLBMvgaJpZM4VQ0b8>
.
|
I am sorry, I must be somewhat blind ;-). I can't find the file. Where
did you send it to?
|
I sent an email earlier |
Hi Krzysztof
Thank you for the logfile and your contribution! Thanks to the logfile,
I could generalise the handling of System.gc() events for Oracle /
OpenJDK gc logs!
I have added your name to the list of contributors and merged your pull
request. You may download the latest build containing your contribution
here: https://github.com/chewiebug/GCViewer/wiki/Changelog
Best regards,
Jörg
|
No description provided.