Thread Dump is
another good way to analyse about application behaviour.
What is Thread dump?
Thread dump is
list of threads which are currently active in Virtual machine.
Thread dump is
very useful when it comes to know below things:
1.
How many
threads are active
2.
Total no of
threads used in one work flow
3.
Which thread
is doing what in application
In short we
can also define thread dump as a snapshot of state of all threads in a process
of application.
Comments
Post a Comment