Collect and analyze response time breakdown data
Overview
The performance and problem analysis tools find and fix code-related performance problems in distributed applications.
Before attempting to analyze code-related performance problems, first rule out configuration problems, such as...
- insufficient memory or processor
high network latency - poorly tuned databases
After configuration problems have been ruled out as the cause, you can then move on to diagnosing the application itself.
To analyze a performance problem in application...
- Create a reproducible scenario
- Collect response time breakdown data
- Find the cause of the performance problem, or analyze application failures
See also
- Create a reproducible scenario for application performance analysis
- Collect response time breakdown data
- Find the causes of performance problems
- Navigate among the views
- Problem analysis overview
- Common application performance problems