Click View Formatted Version to allow you to quickly analyze the dumps for any obvious issues in your system.
Use the Thread Dump Collection and Analysis tool to take thread dumps from a running CQ instance for troubleshooting the following:
You can access the Thread Dump Collection and Analysis tool directly from a web browser at http://<host>:<port>/system/console/threadDumps
For a quick and simple analysis of the thread dumps, you can view the formatted version in your web browser.
Click View Formatted Version to allow you to quickly analyze the dumps for any obvious issues in your system.
The initial view of the thread dump is basically showing the state of each thread in a table. It gives you some ideas as to the progression of the threads over time.
The threads states are color-coded as follows: Green=running; orange=waiting; red=blocked; gray=new, terminated, and absent.
Click Show/Hide Date & Time to show the date and time of each thread dump.
Click Show/Hide Extra Info to show extra info about the threads, including the following:
This operation can take a long time, as it loops through the whole table of threads.
For more in-depth analysis, open the thread dumps in a thread dump analyzer.
Be careful not to click View Formatted Version in a production server if you have requested more than 20 thread dumps. It can put an unnecessary load on your server. Instead, download the thread dump file to your computer for analysis.
登录到您的帐户