INFO o.a.j.e.StandardJMeterEngine: 线程将在出错时继续

INFO o.a.j.e.StandardJMeterEngine: Thread will continue on error

信息o.a.j.g.u.JMeterMenuBar:setRunning(真,本地) 信息 o.a.j.e.StandardJMeterEngine:启动线程组:1:线程组 2 INFO o.a.j.e.StandardJMeterEngine:启动 50 个线程``for group Thread Group.enter code here INFO o.a.j.e.StandardJMeterEngine: 线程将在出错时继续 INFO o.a.j.t.ThreadGroup:启动线程组...number=1 threads=50 ramp-

您显示的消息没有任何异常,它只是告诉您 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.
 

如果您随机出现错误,原因可能很广泛:

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

查看服务器日志。