使用jmeter对dubbo进行压测时,需要使用jmeter的sampler里的java请求
使用./jmeter.sh -n -t test.jmx -l test.jmx -o -e test后台启动任务,执行结束出现“The JVM should have exited but did not.”现象,jmeter后台任务自动停止失败
解决办法:在jmeter.properties里或user.properties里设置
jmeterengine.force.system.exit=true
原文地址:https://www.cnblogs.com/shengulong/p/8376380.html
时间: 2024-10-07 02:11:38