Configuring the master node

Now that we have one slave node configured, we can test it out by configuring the master node to connect to it and control it. To do that, we will have to add the slave node's IP address to the master's node configuration file.

On the host machine (where the JMeter GUI client is running), perform the following steps:

  1. Open JMETER_HOME/bin/jmeter.properties.
  2. Look for the line beginning with remote_hosts=127.0.0.1.
  3. Change it to remote_hosts=172.28.128.3.
  4. 172.28.128.3 should be changed to match the assigned IP address of your virtual box.
  5. Save the file.
  6. Launch JMeter.
  7. Navigate to Run | Remote Start | Slave IP address (where Slave IP address is the assigned IP address of your virtual machine).

By clicking on the ...

Get Performance Testing with JMeter 3 - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.