Java Virtual Machine (JVM) generates 3 critical artifacts that are useful for optimizing the performance and troubleshooting production problems. Those artifacts are:
- Garbage collection (GC) log
- Thread Dump
- Heap Dump
In this article, let's try to understand these 3 critical artifacts, where to use them, how do they look, how to capture them, how to analyze them, and their differences.
from DZone.com Feed https://ift.tt/2Tzq5bC
No comments:
Post a Comment