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

Permgen/Metaspace cleanup #192

Closed mgm3746 closed 7 months ago

mgm3746 commented 1 year ago

Clean up code to better address perm/metaspace split. Separate classes? Overloaded method? Just clean up comments?

mgm3746 commented 7 months ago

Use generic names so perm/meta can share the same class/methods.