|
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 the java standard output. This means that for Confluence this should be captured in the log files. Thread Dump Analyzer TDAA free handy thread dump analyzer TDA 1.0 Final can be obtained from the java.net Putting the 'hat' on ...HAT lets look at the HeapDump IBM Thread DumpsDeciphering javacore thread dumps: |
