
前提条件
- 确保防火墙已关闭
- 所有机器都在同一网关下.
- Jmeter的版本一致
- Have setup SSL for RMI or disabled it.
windows环境
On the slave systems, go to jmeter/bin directory and execute jmeter-server.bat (jmeter-server on unix).
On master system acting as the console, open windows explorer and go to jmeter/bin directory
Open jmeter.properties in a text editor
Edit the line remote_hosts=127.0.0.1
Add the IP address. For example, if I have JMeter server running on 192.168.0.10, …, 192.168.0.15, the entry would look like this:
- Master
Jmeter/bin目录下,打开编辑jmeter.properties,找到【#remote_hosts=127.0.0.1】行,启用,并添加远程slave设备ip地址。例如,有多个,设置为【remote_hosts=192.168.0.10, …, 192.168.0.15】 - Slave
linux环境
暂未尝试