码迷,mamicode.com
首页 > 其他好文 > 详细

通过LoadRunner - Analyze详细分析页面元素请求

时间:2014-07-31 12:29:06      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   2014   html   div   

 

众所周知LoadRunner录制某个链接,包括动态请求与js、css、jpg等静态请求。

 

web_custom_request("动态请求", 
        "URL=http://www.baidu.com/", 
        "Method=GET", 
        "Resource=0", 
        "RecContentType=text/html", 
        "Referer=", 
        "Snapshot=t1.inf", 
        "Mode=HTTP", 
        LAST);
    web_custom_request("静态请求", 
        "URL=http://www.baidu.com/img/baidu_jgylogo3.gif", 
        "Method=GET", 
        "Resource=1", 
        "RecContentType=image/gif", 
        "Referer=http://www.baidu.com/", 
        "Snapshot=t2.inf", 
        LAST);

 

针对页面每一个请求元素,怎么定位具体分析呢?

 

1、通过Analyze生成Web Page Diagnostics图。

                                                                          图一

bubuko.com,布布扣

 

2、针对每一个请求元素分析

                                                                            图二

bubuko.com,布布扣

                                                                      图三

bubuko.com,布布扣

 

3、根据单请求元素响应时间图、Download时间图、First Buffer图,确定性能瓶颈。

 

通过LoadRunner - Analyze详细分析页面元素请求,布布扣,bubuko.com

通过LoadRunner - Analyze详细分析页面元素请求

标签:style   blog   http   color   os   2014   html   div   

原文地址:http://www.cnblogs.com/Javame/p/3880097.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!