Execution reports

We can use the Performance Measurement tool to generate execution reports. Execution reports include the measurements for a single execution stack.

Note: When we are reviewing an execution report, use an XML editor so that we can collapse and expand XML elements to make analyzing the report easier. Execution reports are similar to stack reports, with the following differences:

If a servlet request is called 20 times and each time the request executes two different commands (A and B), The Performance Measurement tool generates the following reports:

We can use the information in this report to help troubleshoot potential performance problems for a single execution stack. Each node within an execution report can contain the following information for each operation execution:


Related tasks
Use the Performance Measurement tool


Related reference
Performance reports
Stack reports
Caller reports