Skip to content
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

Support for Rolling GC log files #69

Closed
lifey opened this issue Jul 3, 2013 · 1 comment
Closed

Support for Rolling GC log files #69

lifey opened this issue Jul 3, 2013 · 1 comment

Comments

@lifey
Copy link

lifey commented Jul 3, 2013

Java 7 supports Rolling GC logs files with the parameters
-XX:+UseGCLogFileRotation
-XX:GCLogFileSize=M
-XX:NumberOfGCLogFiles=
the files will be suffexed with .1 .2 .3 etc....

GCViewer should be able to read all the files at once and merge them in correct order.
Add a checkbox to load all related files or add a popup dialog to ask if you want to load all related log files.

@chewiebug
Copy link
Owner

Hi Haim,

This is a duplicate of issue #61, which you reported a few months ago. Since the description here is more detailed I have updated the other issue.

If you have new information on an issue already present or would like to ask something, please add a comment to that issue. You may also start a discussion using the mailing list.

Or you may implement the feature yourself and send me a pull request - the safest way to speed up implementation of a feature you would like to have included.

Just, please, don't report duplicates of your own issues.

Regards, Jörg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants