chewiebug

Results 89 comments of chewiebug

I don't think, this is related to Linux - only to hiDPI displays (I have bought one recently running it with Windows and know, what you mean...). Unfortunately, Java doesn't...

Probably, it is easiest to wait for Java 9 - there seems to be some support for hiDPI displays: http://openjdk.java.net/jeps/263

Yes - as documented in the [readme](https://github.com/chewiebug/GCViewer), uptime currently is required. for GCViewer to work Minimum tags required: -Xlog:gc=info:file="path-to-file":tags,uptime,level I might change this in the future.

Could you please provide a sample log file (send it to [email protected] referring to this issue number). Best regards, Jörg

I have just realised, that any type of file can be attached to a github issue - so you may also attach the sample log file here. Best regards, Jörg

Hi Bernd, Thank you for posting these links. I have heard of them, but not yet analysed the JEP closely nor started an implementation of a parser supporting these logs....

Cool! You probably want to have a look at AbstractGCEvent (adding gc events you unknown to GCViewer) and DataReaderUnifiedJvmLogging (for tweaking the parser). Best regards, Jörg

Hi @yanqilee Sorry for not answering earlier! I have very little time for GCViewer lately. Still I'd like to help your pull request along so that it can be merged...

Hi @yanqilee, Thank you very much for your explanations and thoughts! I have now also read some articles about ZGC myself to get a better understanding of this new garbage...

Hi @yanqilee, If think, you summarised my suggestion very nicely! If you implement it that way, I believe, we will have a solid baseline to add gc,phases parsing for other...