-
Notifications
You must be signed in to change notification settings - Fork 1
UnderstandingThreadDump
Rajendra Prasad Reddy Penumalli edited this page Sep 29, 2019
·
5 revisions
- when a Java based Web application is running much slower than expected, we need to use thread dumps.
- threads are in Java
- their types
- how they are created
- how to manage them
- how you can dump threads from a running application (tools/commands available for this)
- how you can analyze them and determine the bottleneck or blocking threads.(tools/commands available for this)
- Thread Synchronization