mgm3746 / garbagecat

Parses Java garbage collection logging and analyzes collectors, safepoint triggers, JVM version, JVM options, and OS information and reports error/warn/info level analysis and recommendations to support JVM tuning and troubleshooting for OpenJDK derivatives: (e.g. Adoptium, Azul, Microsoft, Oracle, Red Hat, etc.).
https://github.com/mgm3746/garbagecat/wiki
Eclipse Public License 1.0
211 stars 50 forks source link

Add a "Processing" message or similar #190

Closed Sarkie closed 1 year ago

Sarkie commented 1 year ago

When loading a large gc log, there is nothing on the screen that it is doing any processing, so at first I wasn't sure if it had crashed.

Even a verbose option would be useful

mgm3746 commented 1 year ago

Hi,

I added a verbose option (-v/--verbose). It doesn't do much now, but let me know if this will work for you.