Thread dump is list of all the threads active in the JVM,
thread dumps are very helpful in analyzing bottlenecks in the application and
analyzing deadlock situations. There are many ways using which we can generate
Thread dump – Using Profiler, Kill -3
command, jstack tool etc.
use jvisualvm to look into
ReplyDelete