JVM recommendations: garbage collection statistics
Garbage collection statistics are critical for managing and monitoring JVMs.
We strongly recommend enabling garbage collection statistics in production. The statistics is the only window you have into the behavior of the JVM heap management and the efficiency of the JVM.
Please see the JVM-specific sections on recommendations on how to enable garbage collection statistics.