Garbage collection log is a vital artifact to study the performance characteristics of an application. It plays a key role in diagnosing memory/CPU related problems. Continue reading “Garbage Collection Log Analysis API”
How to troubleshoot sudden CPU spikes?
Your Java application has been running fine, but all of a sudden CPU consumption starts to go higher and higher until it stays at 80 – 100%. Even if you remove Continue reading “How to troubleshoot sudden CPU spikes?”
JVM Internals in 3 slides
Learn about JVM Internals in just 3 crisp slides. Deck talks about JVM Architecture, it’s memory model and Garbage Collection process Continue reading “JVM Internals in 3 slides”
HP Jmeter – GC Analysis Tool
HP Jmeter is a powerful tool to do Garbage Collection Analysis. Even though there are few Garbage collection analysis tool Continue reading “HP Jmeter – GC Analysis Tool”
How to diagnose OutOfMemoryError?
Some times your application might face OutOfMemoryError. Here is a startegy to diagnose the problem: Continue reading “How to diagnose OutOfMemoryError?”