Confluence 2.6 : Logging A Thread Dump
This page last changed on Aug 01, 2007 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 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 Confluence's standard output (catalina.out). 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 Oct 10, 2007 18:50 |