DEV Community

Raghwendra Sonu
Raghwendra Sonu

Posted on

2 2

Distributed Testing in JMeter

Step1:
Open JMeter.properties file from /bin folder. In the Remote Hots, give the IP address of all slave systems you want to connect to for Load testing.

Alt Text

Once you have added remote system’s ip in jmeter.properties goto next step.

Step 2 : run keystore - crete-rmi-keystore.bat file from /bin folder. Enter
name : rmi
password : changeit

Step 3 : run jmeter-server file on slave (remote) system

Step 4 : Run and Validate the test.

Notes:

  • all systems (master and slaves) have same ver of JMeter
  • all systems have java (preferably same ver)
  • all systems can connect to each other (are in same subnet)
  • no need to copy jmeter script (jmx) to slave systems
  • If you want to have 100 users and using 2 slaves. Give no as 50

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay