INFO o.a.j.e.StandardJMeterEngine:线程将继续出现错误

时间:2018-08-04 10:31:07

标签: jmeter performance-testing

INFO o.a.j.g.u.JMeterMenuBar:setRunning(true, local ) INFO o.a.j.e.StandardJMeterEngine:起始线程组:1:线程组 2 INFO o.a.j.e.StandardJMeterEngine:开始50个线程``对于组Thread Group。在此处输入代码  INFO o.a.j.e.StandardJMeterEngine:线程将继续出现错误 INFO o.a.j.t.ThreadGroup:起始线程组... number = 1线程= 50 ramp-

1 个答案:

答案 0 :(得分:1)

您显示的消息没有任何异常,它只是告诉您JMeter Thread Group在哪种模式下工作:

可能的选择是:

Continue - ignore the error and continue with the test
Start Next Thread Loop - ignore the error, start next loop and continue with the test
Stop Thread - current thread exits
Stop Test - the entire test is stopped at the end of any current samples.
Stop Test Now - the entire test is stopped abruptly. Any current samplers are interrupted if possible.

如果您随机遇到错误,则原因可能非常广泛:

  • 缺少相关性的脚本错误
  • 应用程序无法扩展并且无法处理负载

看看服务器日志。