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?…
Loved reading thiis thank you