chewiebug

Results 89 comments of chewiebug

Hi Interesting - thank you for pointing this out! What JDK and what options did you use to create this output?

Thank you! I didn't know that diagnostic option for jdk8. Starting with jdk9 and java unified logging, I saw that id appear, as well. Seems to be a default option,...

Just to be sure: GCViewer does not use log4j, but the  built in java logging framework. The line in question supports the multi threaded log files loading case. Each file...

Hi, Probably, the gc log contains quite a few mixed lines, that seem to represent the concurrency of the G1 algorithm. Only some of them can be handled by GCViewer,...

Right, this feature is still not implemented independent of the usage of PrintHeapAtGC. I consider your entry +1 votes for this feature (though I must admit that I still can't...

Hmm, this looks like I should start thinking on how to implement the percentiles :-).

I have made a first quick and dirty implementation of the percentile calculation. The values are shown on the "event details" tab. It is pushed to the [feature/#139/percentile](https://github.com/chewiebug/GCViewer/tree/feature/%23139/percentile) branch. What...

The options and persistency of them is somewhat tricky. The intention is, that the options of the last open window is saved to /gcviewer.properties and reloaded with the next start....

Did you find anything, that seems to be a bug? If not, I'll close this issue in a few days. Best regards, Jörg

Hi Tomasz, Angel has sent a pull request with this implementation. I'll have to merge it one of these days to make the funktionality available in GCViewer. Please have some...