Load Test Results Summary Overview

After you run a load test, you can view the load test summary to understand the results quickly. The load test summary provides the key results in a compact and easy to read format. You can also print the load test summary. This makes it convenient to use when you communicate results to stakeholders. The load test summary is also the default view when you open a load test result from a previously run load test. For more information, see How to: Access Load Test Results for Analysis.

Summary view in Load Test Analyzer

Summary view

The Load Test Summary

The load test summary is divided into sections. The initial sections appear at the top of the summary, and are always visible. When you view the load test summary, the following items are first:

  • Test Run Information

  • Overall Results

  • Key Statistic: Top 5 Slowest Pages

  • Key Statistic: Top 5 Slowest Tests

  • Key Statistic: Top 5 Slowest SQL Operations

    Note

    The SQL Operations section is displayed only if SQL tracing is enabled in the load test.

The closing sections appear at the end of the summary, and can be collapsed to save space. The following items appear at the end of the load test summary:

  • Test Results

  • Page Results

  • Transaction Results

  • System Under Test Resources

  • Controller and Agent Resources

  • Errors

Test Run Information

The test run information section contains general information about the run including the name of the test, the start and end times, and the controller that ran the test. This section also contains the optional description of the run that you add when you run the load test.

Overall Results

The overall results section contains summary results of the test including the number of requests per second, the total number of failed requests, the average response time, and the average page time.

Key Statistic: Top 5 Slowest Pages

The slowest pages section contains the top 5 slowest pages in the load test. The URL and the average page load time are displayed for each page. The pages are listed in descending order. You can click the URL of a page to open the Pages table and inspect more details for that page. For more information, see How to: View Web Page Response Time in a Load Test Using the Load Test Analyzer.

The percentile value for 95% Page Time (sec) report that 95% of the pages completed in less than this time in seconds.

Key Statistic: Top 5 Slowest Tests

The slowest tests section contains the top 5 slowest tests in the load test. The name of the test and the average test time are displayed for each test. The tests are listed in descending order. You can click the name of a test to open the Tests table and inspect more details for that test. For more information, see Analyzing Load Test Results in the Tables View of the Load Test Analyzer.

The percentile value for 95% Test Time (sec) report that 95% of the tests completed in less than this time in seconds.

Key Statistic: Top 5 Slowest SQL Operations

If SQL tracing is enabled in the load test, the slowest queries section contains the top 5 slowest queries in the load test. The name of the operation and the duration are displayed for each test. The duration is displayed in microseconds (SQL Server 2005) or milliseconds (SQL Server 2000 and earlier). The tests are listed in descending order by duration. You can click the name of an operation to open the SQL Trace table and inspect more details for that operation. For more information, see How to: View SQL Trace Data in Load Tests Using the SQL Trace Table.

Test Results

The test results section contains a list of all the tests and scenarios in the load test. The name of the test, the scenario, the number of times it ran, the number of times it failed, and the average test time are displayed. You can click the name of a test to open the Tests table and inspect more details for that test. For more information, see Analyzing Load Test Results in the Tables View of the Load Test Analyzer.

Note

You can collapse and expand this section by clicking the arrow to the left of the section title.

Page Results

The page results section contains a list of all the Web pages in the load test. The URL, the scenario, the name of the test, the average page time, and the count are displayed. You can click the URL of a page to open the Pages table and inspect more details for that page. For more information, see How to: View Web Page Response Time in a Load Test Using the Load Test Analyzer.

Note

You can collapse and expand this section by clicking the arrow to the left of the section title.

Transaction Results

The transaction results section contains a list of all the transactions in the load test. The name of the transaction, the scenario, the test, the response time, the elapsed time, and the count are displayed. You can click the name of a transaction to open the Transactions table and inspect more details for that transaction. For more information, see Analyzing Load Test Results in the Tables View of the Load Test Analyzer.

Note

You can collapse and expand this section by clicking the arrow to the left of the section title.

The percentile values report the following transaction information:

  • 90% of the total transactions were completed in less than <time> seconds.

  • 95% of the total transactions were completed in less than <time> seconds.

System Under Test Resources

The system under test resources section contains a list of computers that are the set of target computers for which load is being generated. This includes any computer from which you collect counter sets other than Agent or Controller. The computer name, % processor time, and available memory are displayed. You can click a computer name to open the System under Test graph and see the resource usage over time. For more information, see Analyzing Load Test Results in the Graphs View of the Load Test Analyzer.

Note

You can collapse and expand this section by clicking the arrow to the left of the section title.

Controller and Agent Resources

The controller and agent resources section contains a list of the computers that are used to run the test. The computer name, % processor time, and available memory are displayed. You can click a computer name to open the Controller and Agents graph and see the resource usage over time. For more information, see Analyzing Load Test Results in the Graphs View of the Load Test Analyzer.

Note

You can collapse and expand this section by clicking the arrow to the left of the section title.

Errors

The errors section contains a list of all the errors that occurred during the load test. The type and subtype of the error, the count, and the last message are displayed. You can click an error to open the Errors table and inspect more details for that error. For more information, see Analyzing Errors in Load Tests Using the Errors Table.

Note

You can collapse and expand this section by clicking the arrow to the left of the section title.

Printing a Summary

You can print the load test summary by clicking Print on the shortcut menu on the summary. You can preview the print first by clicking Print Preview on the shortcut menu on the summary. You can also print directly from the preview screen.

See Also

Concepts

Load Test Analyzer Overview

Analyzing Threshold Rule Violations in Load Tests Using the Load Test Analyzer

Other Resources

Analyzing Load Tests Results Using the Load Test Analyzer