J2EE/.NET - Transaction Time Spent in Element graph
This graph displays the server response time for the selected element (layer, class, or method) within each transaction.
Graph UI elements
X-axis |
Elapsed time. |
Y-axis |
Average response time (in seconds) per element within the transaction. |
Breakdown options |
The display of graph data is determined by the graph properties selected when the graph was opened. For information on filtering on graph data, see Filter and sort graph data. You can break down the displayed elements. For more information, see XJ2EE and .NET breakdown options. |
Tips |
To obtain data for this graph, you must enable the J2EE & .NET Diagnostics module (from Controller) before running the load test scenario. |
Note |
The time is computed as Total Response Time/Total Number of Transactions. For example, if a method was executed twice by an instance of transaction A and once by another instance of the same transaction, and it took three seconds for each execution, the average response time is 9/2, or 4.5 seconds. The transaction time does not include the nested calls from within each transaction. |
See also | J2EE and .NET Diagnostics graphs overview |
Example
Graph data display filters
If you filter by these properties... | The graph data is displayed like this |
---|---|
None |
Time spent in each transaction. |
Transaction |
Filtered by transaction. Grouped by layer. |
Transaction and layer |
Filtered by transaction and layer. Grouped by class. |
Transaction, layer, and class |
Filtered by transaction, layer, and class. Grouped by method. |