Result analysis on Loading test use visual studio.

1. If you specify a DB when configure Controller, run information will store in the DB, you can query run information from the DB.

 

2. Also after you finish your result, there will be generate a *.trx file in your TestResults folder that under the same path with your web performance project, double click can get the summary information about this run(before that you need to add a web performance project,maybe it's a bug.:)), let's start to read some key point about the summary report.(Before read the result, make sure you has permisson to connect the DB that controller specify, if not, maybe you need to open VS with the user that has DB access permisson)

 Overall:

http://msdn.microsoft.com/en-us/library/bb924371.aspx

Result fied meaning:

http://msdn.microsoft.com/en-us/library/ms404705.aspx

 

The key point:

End-user response times(will be the first should be focus)

http://social.msdn.microsoft.com/Forums/en-US/1b3fb2ea-c999-4942-8aea-e3cefe056b4b/overall-results-avg-response-time-sec-vs-page-results-avg-page-time-sec

Average response time is for all requests like default.aspx, but also think of your dependent requests (.js, .gif, .css, etc. etc.).
So the Page Time consists of the base page response + the retrieval of all the dependents.

Also you can set a time Response Time Goal for every request like below or defined in code.

http://msdn.microsoft.com/en-us/library/ms404691.aspx

request1.ResponseTimeGoal = 50;

 

 

 

 

 

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值