Avg.Response time deatail  
Author Message
saleemsr





PostPosted: Visual Studio Team System - Testing, Avg.Response time deatail Top

Hi,

In our load test result we have avg.response time max = 9.38 and we would like to find out what request or test scenrio happened during that time which caused peak time. Is is possilbe to find out




Visual Studio Team System3  
 
 
Bill Barnett - MSFT





PostPosted: Visual Studio Team System - Testing, Avg.Response time deatail Top

Yes, in the Load Test results viewer, if you click on "Tables" and then select either "Pages" or "Requests", you should be able to see the average and max response times for each of the different pages or requests. The page response times include the time to load all of the dependent requests (such as images and style sheet) that are included with the page, whereas the request response time is just the response time for an individual reqeust (either for the primary web page or a dependent request).


 
 
Rick Potts - MSFT





PostPosted: Visual Studio Team System - Testing, Avg.Response time deatail Top

In addition to this, you can graph the "Page Respoonse Time" performance counter for any page in the test.

Locate the performance counter in the counter pane (upper left) of the Load Test Analyzer by navigating from the Scenario node at the top level in the counter tree to the "Pages" node and finally to the indvidual page you're interested in. Add the performance counter to a graph by double clicking the "Page Response Time" node for your target page.

Thanks,
Rick


 
 
cdwm





PostPosted: Visual Studio Team System - Testing, Avg.Response time deatail Top

For some of my requests, the page counter is not recorded at all. So for instance i will have 224 *requests* to shop.aspx, but only 42 total "page views" to Shop.aspx.

Shouldn't the total requests and the total page views be equal