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 |
What is assertion in jmeter? List the types of assertion.
What is distributed load testing? How can it be achieved?
Explain what is post-processor?
List out few jmeter listeners?
Mention the execution order of test elements?
Explain how you can perform spike testing in jmeter?
What are the maximum recommended threads on a single system?
How you can perform spike testing in jmeter?
Explain what is the configuration elements?
What are the types of assertion in jmeter?
What are the types of a processor in jmeter?
Mention some of the jmeter listeners.