我有近2000个网址,我必须找出最小,最大和平均响应时间。
我可以使用aggregate report侦听器获取它。
现在,我们想要找出某个特定URL何时开始占用高响应时间,例如
/index.html在前3个小时花费了2-3秒,但在第4个小时开始时,它开始花费1分钟。
/index.html
发布于 2018-10-11 13:32:59
要查看采样器何时开始占用高响应时间,请使用Response Times Over Time
这是一个JMeter插件,因此您必须安装JMeter plugin manager installed
https://stackoverflow.com/questions/52752766
相似问题