jmeter执行结束报错:The JVM should have exitted but did not

当使用jmeter 非GUI模式 对java请求进行性能测试时,在执行结束时会报错:

The JVM should have exitted but did not.

The following non-daemon threads are still running (DestroyJavaVM is OK):

原因:在执行java请求时会在jmeter线程之外,另外启动java线程,导致在脚本执行结束时JVM无法退出。

若要避免这种现象,需要修改bin/jmeter.properties 中的jmeterengine.force.system.exit=true。

posted @ 2020-08-27 09:49  煦色韶光  阅读(389)  评论(0编辑  收藏  举报