Confluence : Logging A Thread Dump
This page last changed on Apr 16, 2007 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 Unices) UsersFind the process id of the JVM and issue the command: Use the ps command to get list of all processes. kill -3 <pid> The thread dump will be printed to standard output. Thread Dump Analyzer TDAA free handy thread dump analyzer TDA 1.0 Final can be obtained from the java.net |
![]() |
Document generated by Confluence on May 01, 2007 19:29 |