Table of Contents |
---|
To discover the web application’s maximum possible capability of the webserver or web application, you must run the same load test program several times, each time with a different number of users.
...
We recommend increasing the load in each successive test run logarithmically in order to get a good overview; for example, successive test runs with 1, 2, 5, 10, 20, 50, 100, 200, 500, 1000 .. users.
The results of these These test runs can be combined to produce load curves which that will provide an excellent overview of the response time behavior, the throughput, and the stability of the webserver web server or web application , and how they vary depending on the number of users.
...
Please note that not all web servers or web applications show a linear response time behavior if they are overloaded. A web server may collapse in this situation; in this the case, the throughput falls after a specific load point has been exceeded.
...
To produce the load curves, you must select - from inside the Analyze Load Tests menu - several test runs which have been made with the same load Test program , but with a different number of users.
Choose the diagram type Load Curve.
Click the Compare button.
...
In the right upper corner, inside the window's title of the window, you can generate a PDF report, and you can also export the performance data.
...
You can click within the diagrams on the red rhombuses to display the detailed results of the corresponding test run's detailed results.
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 of the server. |
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, in combination 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 successfully completed loops per minute (sessions per minute). |
Overall Network Throughput | total network throughput; that is, network load. |
...
This menu option displays the load curves of 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 detailed results of the corresponding test run's detailed results.
...
Response Time per URL
This menu option displays the all URL calls' load curves of all URL calls (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 detailed results of the corresponding test run's detailed results.
...
Errors (formerly Session Failures)
This menu option displays a summary about of all errors which did occur in the test runs. By clicking on an error counter, the detailed results of the corresponding test run is are shown.
...