Basic concepts of Java heap dump analysis with MAT

When you are working with Java, it's always good to know how you can analyze Java Heap dumps with Eclipse Memory Analyzer Tool (MAT).

Eclipse MAT is by far the best tool to analyze Java Heap Dumps.

Please read my medium story on "Basic concepts of Java heap dump analysis with MAT" to understand basics of heap dump analysis with a sample Java application.

Comments

Popular posts from this blog

Specifying a custom Event Settings file for Java Flight Recorder

Flame Graphs with Java Flight Recordings

Benchmarking Java Locks with Counters