Confluence 2.9 : Generating a Thread Dump
This page last changed on Jun 11, 2008 by smaddox.
If Confluence stops responding, or is performing poorly, you should create a thread dump to help Atlassian determine the cause of the problem. This will show the state of each thread in the JVM, including a stack trace and information about what locks the thread is holding and waiting for. Generating a Thread Dump on WindowsTo take a thread dump from Windows:
Generating a Thread Dump on Linux, including Solaris and other UnixesFind the process ID of the JVM and use the ps command to get list of all processes: kill -3 <pid> Note: This will not kill your server (so long as you included the "-3" option, no space in between). Thread Dump Tools
|
![]() |
Document generated by Confluence on Aug 07, 2008 19:10 |