连接到远程服务器时,JMeter在本地计算机上不起作用

时间:2018-06-20 12:43:10

标签: java jmeter

尝试使用某些远程计算机运行JMeter测试时遇到一些问题。当我在本地计算机上进行简单测试时,它确实运行良好。

当我尝试使用我的机器和另外两台服务器启动测试时,就会出现问题。

当我启动时,它会we起来

  

./ jmeter -n -t ../../script.jmx -l ../../results.csv -e -o ../../report -Jthroughput = 200 -Jduration = 30- Jvmnb = 3 -q ../../ propertiesFile.properties

但如果我这样做

  

./ jmeter -n -t ../../script.jmx -l ../../results.csv -e -o ../../report -Jthroughput = 200 -Jduration = 30- Jvmnb = 3 -q ../../propertiesFile.properties -r -X

  

./ jmeter -n -t ../../script.jmx -l ../../results.csv -e -o ../../report -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 ../../report -Jthroughput = 200 -Jduration = 30- Jvmnb = 3 -q ../../propertiesFile.properties -R192.168.1.175,192.168.1.15 -X

它在其他两个服务器上也能很好地工作(但它会忽略我的propertiesFile.properties文件)。

我已经尝试处理了2天,我真的不知道如何继续。

1 个答案:

答案 0 :(得分:0)

在运行测试之前,请确保在本地主机上运行jemter-server。

检查您的jmeter-server.log以查看是否存在任何错误。

您必须使用-G将属性发送到远程服务器。