remote_hosts=xxx:1099,xxx:1099
#remote_hosts=localhost:1099,localhost:2010
# RMI port to be used by the server (must start rmiregistry with same port)
server_port=1099
server.rmi.ssl.disable=true
sampleresult.timestamp.start=true
1
2
3
4
5
6
配置system.properties文件
# 末尾追加
java.rmi.server.hostname=xxx(master机ip地址)
1
2
负载机slaves
配置jmeter.properties
remote_hosts=127.0.0.1
# RMI port to be used by the server (must start rmiregistry with same port)
server_port=1099
server.rmi.ssl.disable=true
sampleresult.timestamp.start=true