Thread Analyzer Reports
Thread analyzer connects to hosts through JMX ports and collects the thread dump for each host.
Thread Analyzer analyzes the thread dump to provide information such as the following:
- Thread dump compression
- Threads with same stack trace are compressed into one to provide a compressed thread dump report.
- Deadlock analysis
- A resource allocation graph identifies the deadlocks in each of the thread dumps. Thread analyzer creates a wait-for graph for a given set of stack traces and analyzes the graph to identify Circular Wait Conditions (CWC).
- Thread Dump Summarization
- Provides a detailed call flow summarization of the thread dump.
The name of the thread analyzer report uses the format: IPAddress_Port_x.y.log. The y element is the number of the file, 0-9. You can generate up to ten log files for each set of reports for a machine, and the default size of each file is 10MB.
The x element is used if you stop and start again. It is a number used to distinguish each set of reports, when multiple sets of reports are generated for the same host.
Copyright © Cloud Software Group, Inc. All rights reserved.