Load Test Summary Report

This post will give you an overview of the new Load Test Summary Report available in the Orcas release of Visual Studio. One piece of feedback we received with analyzing a load test was it would be nice to have a snapshot of how the load test did. It would be great to be able to look at a report and get a feel for how the tests ran, how the servers held up, and find other summary information. For the orcas release we added a load test summary report which will do just that.

The summary report is available in the Load Test post run UI and will be the first screen you see. So to get to this report, you just open a load test result. Check out this blog post for an easy way to find load test results with the new Results Management dialog: Results Managment From this summary report, you will be able to navigate to other tables and graphs that you are interested in getting more information on. For example, you may see one of the server machines had a very high % Processor time. If you click on the machine, it will jump you to a graph with this counter.

The summary report can be thought of in 2 parts. At the top is some high level information about the load test. You will see the following type of information: Test Name, User Load, Duration, Start Time, End Time, Requests/Sec, Tests/Sec, Avg Test Time, Avg Page Time, etc. Then you will also up to three tables that have the Top 5 slowest Pages, Tests and SQL Operations. This part of the report looks like the following:

The second part of the report is a little more detailed. It gives you more information about each of the tests, pages, transactions, Servers and errors. Here is what that part of the report looks like:

This report is done in HTML format, so you could save the report to an HTML file and add it to a web site or copy the report and add it to a status email.

This report should give you a snapshot of your load test and help provide the answer to the question of what should be analyzed. This was added for the Beta1 release of Orcas so if you download the beta, you can use this today!