Capture content download time using JMeter - Stack Overflow

I have a download scenario where content download time captures the time taken to download a file. Howe

I have a download scenario where content download time captures the time taken to download a file. However JMeter only captures the server response time. So this does not provide the real user experience. Is there a way to capture content download time using JMeter? PS- Already tried Selenium integration and it works. Just want to know if there is any other way

I have a download scenario where content download time captures the time taken to download a file. However JMeter only captures the server response time. So this does not provide the real user experience. Is there a way to capture content download time using JMeter? PS- Already tried Selenium integration and it works. Just want to know if there is any other way

Share Improve this question asked Mar 10 at 15:44 Swati KhilraniSwati Khilrani 1
Add a comment  | 

1 Answer 1

Reset to default 0

As per JMeter Glossary

Elapsed time. JMeter measures the elapsed time from just before sending the request to just after the last response has been received. JMeter does not include the time needed to render the response, nor does JMeter process any client code, for example Javascript

So it is not "server response time", it's the time from sending the request till last byte of the response and it includes the time for the request to travel back and forth.

So given you properly configure JMeter to behave like a real browser in terms of:

  • headers
  • cache
  • think times
  • etc.

you will get the same (or similar) response time as the real user using the real browser

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744837070a4596328.html

相关推荐

  • Capture content download time using JMeter - Stack Overflow

    I have a download scenario where content download time captures the time taken to download a file. Howe

    2天前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信