How to do master-slave configuration in jmeter?



How to do master-slave configuration in jmeter?..

Answer / Ankur Uttam

Master-Slave configuration in JMeter allows you to distribute the load across multiple machines. Here's a basic guide:
1. Install JMeter on the Master and Slave machines.
2. Configure the slave machines to connect back to the master. This involves adding the master's IP address to the remote_hosts property in jmeter.properties.
3. Start the JMeter GUI on the Master machine.
4. In the Master, create a Test Plan and add Thread Groups as needed.
5. Distribute the Thread Groups across the Slaves using the 'Distribute Hash at random' option under 'Thread Group > Properties > Advanced'.
6. Start the Test.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache JMeter Interview Questions

What is assertion in jmeter? List the types of assertion.

1 Answers  


What is distributed load testing? How can it be achieved?

1 Answers  


Explain what is post-processor?

1 Answers  


List out few jmeter listeners?

1 Answers  


Mention the execution order of test elements?

1 Answers  


Explain how you can perform spike testing in jmeter?

1 Answers  


What are the maximum recommended threads on a single system?

1 Answers  


How you can perform spike testing in jmeter?

1 Answers  


Explain what is the configuration elements?

1 Answers  


What are the types of assertion in jmeter?

1 Answers  


What are the types of a processor in jmeter?

1 Answers  


Mention some of the jmeter listeners.

1 Answers  


Categories