Search

GC easy – Universal Java GC Log Analyser

Tag

GC Causes

GC LOG ANALYSIS COMPLIMENTS APM

Recently a smart engineering manager from a major financial institution asked the question: ‘We are already using APM tool (AppDynamics), why do we need to use GC log analysis tool (GCeasy)?’. Fair question that deserves detailed answer. There are angles to this question:

Continue reading “GC LOG ANALYSIS COMPLIMENTS APM”

System.gc()

When System.gc() or Runtime.getRuntime().gc() method calls are invoked it causes stop-the-world Full GCs. During stop-the-world full GCs Continue reading “System.gc()”

Powered by WordPress.com.

Up ↑