尝试使用某些远程计算机运行JMeter测试时遇到一些问题。当我在本地计算机上进行简单测试时,它确实运行良好。
当我尝试使用我的机器和另外两个服务器启动测试时,就会出现问题。
当我启动时它会we起来
./jmeter -n -t ../../script.jmx -l ../../results.csv -e -o ../../reports -Jthroughput = 200 -Jduration = 30 -Jvmnb = 3 -q ../../propertiesFile.properties
但是如果我这样做
./jmeter -n -t ../../script.jmx -l ../../results.csv -e -o ../../reports.Jthroughput=200 -Jduration = 30 -Jvmnb = 3 -q ../../propertiesFile.properties -r -X
或者
./jmeter -n -t ../../script.jmx -l ../../results.csv -e -o ../../reports -Jthroughput = 200 -Jduration = 30 -Jvmnb = 3 -q ../../propertiesFile.properties -R127.0.0.1、192.168.1.175、192.168.1.15 -X
我有错误
无法配置以下远程引擎:[127.0.0.1]
如果我拿出本地机器
./jmeter -n -t ../../script.jmx -l ../../results.csv -e -o ../../reports -Jthroughput = 200 -Jduration = 30 -Jvmnb = 3 -q ../../propertiesFile.properties -R192.168.1.175,192.168.1.15 -X
它也可以在其他两台服务器上正常工作(但它会忽略我的propertiesFile.properties文件)。
我已经尝试处理了两天,我真的不知道该如何继续。
繁华开满天机
相关分类