Confluence 2.8 : Logging A Thread Dump
This page last changed on Feb 24, 2008 by ivan@atlassian.com.
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 that thread is holding and waiting for. Windows UsersTo take a thread dump from Windows:
Linux (and Solaris and other Unixes) UsersFind the process id of the JVM and issue the command: 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 Apr 10, 2008 20:55 |