Heap Dump Analysis
-
Core Java

Analyze Offline Java Heap Dumps
Java Heap Dumps are snapshots of the memory of a Java process at a particular moment in time. They contain…
Read More » -
Core Java

Diagnosing JVM Memory Leaks in Production: Tools, Techniques, and Prevention Patterns
Memory leaks in JVM-based systems are one of those nasty problems: the symptoms often creep in slowly, performance degrades, occasional…
Read More » -
Enterprise Java

Using the NetBeans Profiler Programmatically in Java
This article explores how to use the NetBeans Profiler API to collect heap dumps, analyze memory usage, and inspect specific…
Read More »

