性能测试工具 JMeter 环境 - 分布式修改配置文件

juzi · September 19, 2022 · 2918 hits
  1. 打开 master 的 jmeter 安装路径下/bin/jmeter.properties, 搜索选择定位至:remote_hosts=
  2. 比如我们需要通过分布式 192.168.103.21,192.168.103.22,192.168.103.23 等,发起压测,需要修改配置信息为 remote_hosts=127.0.0.1,192.168.103.21,192.168.103.22,192.168.103.23
  3. master 和从机都修改为 true:server.rmi.ssl.disable=true
No Reply at the moment.
需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up