通過LoadRunner - Analyze詳細分析頁面元素請求
眾所周知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); |
針對頁面每一個請求元素,怎么定位具體分析呢?
圖一
2、針對每一個請求元素分析
圖二
圖三
3、根據單請求元素響應時間圖、Download時間圖、First Buffer圖,確定性能瓶頸。
posted on 2014-08-13 09:58 順其自然EVO 閱讀(765) 評論(0) 編輯 收藏 所屬分類: loadrunner