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 support for CardSize #174

Closed mjtrangoni closed 2 years ago

mjtrangoni commented 2 years ago

Since JDK18, GCCardSizeInBytes is now configurable, but it seems garbagecat does not support it.

 1 UNIDENTIFIED LOG LINE(S):                                                                                                                                                                                                                                                  
-----------------------------------------------------------------------                                                                                                                                                                                                      
[2022-07-28T12:41:37.019+0000][0.006s][info][gc,init] CardTable entry size: 512                                                                                                                                                                                              
=======================================================================  
mgm3746 commented 2 years ago

Thank you! I added this to the UnifiedHeaderEvent.