1.

In JMeter, how do you set up a master-slave configuration?

Answer»

A master-slave configuration is a type of distributed testing in which multiple machines are used to load test a SINGLE server. 

It's critical that all machines are connected to the same network and have the same JMeter VERSION. In distributed testing, one machine is designated as the master, while the others are designated as slaves.

The procedure is as FOLLOWS:

  • Edit the JMeter.properties file on the master system and add the IP addresses of slave machines to the remote host column.
  • Save the file and then reopen JMeter.
  • Select Remote Start from the RUN menu in JMeter and enter the IP address of the system to be invoked.
  • To start all the slave machines for testing, go to the RUN menu and select Remote Start all.


Discussion

No Comment Found