In Jmeter - How can i get, how much time taken to navigate a page

纵饮孤独 提交于 2020-01-25 10:13:52

问题


Can anyone help me on this. While navigating to e.x landing page the blazemeter recorder gives 10 HTTP requests. In this case, how can i get, how much time taken to navigate landing page. If I summarize all the requests time based on View Results in Table listener, it is more than the reponse time of chrome time hence couldn't get the exact time. Kindly guide me on this. Note: HTTP Request might be sequential or parallel.

Chrome Response time is 4sec but View Results in Table listener sum value is 12sec


回答1:


I don't think you should have 10 requests, most probably you should have only 1 request.

If remaining 9 requests are for images, scripts, styles, fonts, sounds, etc. - you don't need to add them manually, instead you need to tick Retrieve all embedded resources and Parallel Downloads boxes on "Advanced" tab of the HTTP Request sampler (or even better, HTTP Request Defaults:

If the requests are AJAX - you need to put them under Parallel Controller



来源:https://stackoverflow.com/questions/59825219/in-jmeter-how-can-i-get-how-much-time-taken-to-navigate-a-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!