...
9 different diagrams are displayed:
Diagram | Description |
---|---|
Average Session Time per User - per Loop | the cumulative time for a loop per user; that is, the server's response time behavior. |
Web Transaction Rate - Hits per Second | the number of successfully-executed URL calls per second (hits per second); that is, server throughput. |
Session Failure Rate | percentage of failed loops; that is server stability. |
Average TCP Socket Connect Time | average time per URL call to open a network connection; that is, network performance, combined with the TCP/IP stack performance of the server. |
Users Waiting for Response | average of the number of users who are waiting for a response from the server. |
URL Error Rate | percentage of failed URL calls. |
HTTP Keep-Alive Efficiency | percentage of reused network connections. |
SSL Session Cache Efficiency | percentage of abbreviated SSL handshakes. |
Completed Loops per Minute | the number of completed loops per minute (sessions per minute). |
Overall Network Throughput | total network throughput; that is, network load. |
Response Time per Page
This menu option displays all web pages' load curves (average response times and 90% percentile value of the response times). Again, you can click within the diagrams on the red rhombuses to display the corresponding test run's detailed results.
...