Is it available to start JMeter on several (more than 2) Linux servers? JMeter on Linux servers are contolled by JMeter on Windows. I know that there is an ability to start JMeter remotely on one Linux server http://blog.ionelmc.ro/2012/02/16/how-to-run-jmeter-over-ssh-tunnel/. What about several Linux servers?
Asked
Active
Viewed 262 times
1 Answers
0
you can use the following document for setting up jmeter in distributed environment.
https://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.pdf
Setup jmeter on 2 linux machines and start bin/jmeter-server -Djava.rmi.server.hostname=
Setup jmeter on windows server as controller bin/jmeter.properties edit the line “remote_hosts=127.0.0.1” add the IP address. For example,remote_hosts=192.168.0.10,192.168.0.11,192.168.0.12
- Start jmeter.bat on windows controller
hope this will help

Zubair M Hamdani
- 1,693
- 1
- 13
- 14