What is GC Log, thread dump and Heapdump?

Java Virtual Machine (JVM) generates 3 critical artifacts that are useful for optimizing the performance and troubleshooting production problems. Those artifacts are:


a) Garbage collection (GC) log
b) Thread dump
c) Heap dump

In this PDF document, we have discussed the difference between these 3 artifacts: Where to use them? How does it look? How to capture them? How to analyze them?…

2 thoughts on “What is GC Log, thread dump and Heapdump?

Add yours

Share your Thoughts!

Up ↑

Discover more from HeapHero – Java & Android Heap Dump Analyzer

Subscribe now to keep reading and get access to the full archive.

Continue reading