Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用过jmeter 2.8。 我已经使用 Web 服务调用测试了 Http 请求。我需要计算响应时间。我不知道如何计算它。 我参考了这个链接。我认为他们在 Jmeter 中使用了一些插件。是否需要使用插件来计算响应时间?
在那个问题中也提到了最后一个字节的时间和第一个字节的时间。 这两个变量在哪里可以找到n Jmeter? jmeter中有很多听众。如果我需要知道响应时间意味着哪个听众使用?
不要添加任何监听器:
以非 gui 模式运行测试
生成一个 CSV 文件
然后一旦测试结束,使用响应时间图侦听器加载 csv
看到这个: