0
votes

I am setting up a distributed load testing scenario using Jmeter.

I have tested that all the ports that are involved (at least in my test case are the following)

**client.rmi.localport=6000 (to get the results from the servers)

server_port=1099 (Jmeter listener in the server)

server.rmi.localport=50000 (port to answer to the client)**

My question is how do the client send the test script to the servers? which port is used? Thanks.

1

1 Answers

0
votes

JMeter will send the HashTree representing your Test Plan on the port which is specified by the server.rmi.localport property

The default value is 4000

More information: