如何配置JMeter(Master-Slave)端口到防火墙
How to configure ports of JMeter(Master-Slave) to firewall
美好的一天!
您好,我正在使用 JMeter 进行分布式测试,并遇到了这种困惑。
如果万一我不想禁用我的防火墙,我必须指定所需的端口而不是我的防火墙。但问题是,我对文档和一些在线教程感到困惑,因为他们的术语(例如“服务器”和“客户端”)以及将配置应用于各自 jmeter.properties 文件的位置。如果他们使用术语“主”和“从”,那就很容易了。
例如,我很困惑在哪里更改这些端口。它是用于“主服务器”还是“从服务器”
If you're running JMeter in distributed mode you need to open the following ports:
the port you define as server_port, by default 1099
the port you define as server.rmi.localport
the ports you define as client.rmi.localport
如果您有关于这些配置的任何链接或文档,请告诉我以启发我。
server
== slave
client
== master
您需要打开:
1099
或者你的 server_port
- 你定义的端口
server.rmi.localport
- 您定义的端口
client.rmi.localport
更多信息:
- Remote hosts and RMI configuration
- Remote Testing
- JMeter Distributed Testing Step-by-step
- 您可能还对 JMeter Distributed Testing with Docker 感兴趣,其中包含有关网络中 configuring/exposing 端口的全面步骤,以便建立 JMeter master/slaves 连接。
美好的一天! 您好,我正在使用 JMeter 进行分布式测试,并遇到了这种困惑。 如果万一我不想禁用我的防火墙,我必须指定所需的端口而不是我的防火墙。但问题是,我对文档和一些在线教程感到困惑,因为他们的术语(例如“服务器”和“客户端”)以及将配置应用于各自 jmeter.properties 文件的位置。如果他们使用术语“主”和“从”,那就很容易了。 例如,我很困惑在哪里更改这些端口。它是用于“主服务器”还是“从服务器”
If you're running JMeter in distributed mode you need to open the following ports: the port you define as server_port, by default 1099 the port you define as server.rmi.localport the ports you define as client.rmi.localport
如果您有关于这些配置的任何链接或文档,请告诉我以启发我。
server
==slave
client
==master
您需要打开:
1099
或者你的server_port
- 你定义的端口
server.rmi.localport
- 您定义的端口
client.rmi.localport
更多信息:
- Remote hosts and RMI configuration
- Remote Testing
- JMeter Distributed Testing Step-by-step
- 您可能还对 JMeter Distributed Testing with Docker 感兴趣,其中包含有关网络中 configuring/exposing 端口的全面步骤,以便建立 JMeter master/slaves 连接。