saipavank
saipavank

Reputation: 1

Getting connection timeout error in jmeter distribution testing while clicking remote start all but scripts r working fine normally

Os:Windows Machines:vdi, remote machines

Getting connection timeout error in jmeter distribution testing while clicking remote start all but scripts r working fine normally

Upvotes: 0

Views: 311

Answers (1)

Dmitri T
Dmitri T

Reputation: 168157

  1. If you're getting connection timeouts between JMeter master and slaves - check your JMeter instances RMI configuration

    • JMeter master should be able to connect to the slaves to transfer the .jmx script to them
    • JMeter slaves should be able to connect to the master to transfer the test results back
  2. If you're getting connection timeouts as the result of your Samplers it might be the case that your application under test gets overloaded because if you have 100 user in Test Plan and 1 slave - it will kick off 100 users, each additional slave will add 100 more users so if you have 10 slaves it will be 1000 users. Check Active Threads Over Time Listener (can be installed using JMeter Plugins Manager) to see what is perceived load you generate

  3. Invest into learning some English or if you know it better than me consider changing the way you're asking for help b'cause u r not @ Tinder. How do I ask a good question? is a very good place to start.

Upvotes: 1

Related Questions