Questions tagged [distributed-testing]
95 questions
1
vote
0 answers
Karate: Master node unable to communicate with worker node and getting Connection refused error
[Windows 10 and MAC] Trying to run karate test case on docker with Distributed-Testing, but not working as expected and getting below error on worker node.
Error:
21:34:34.263 [main] ERROR com.intuit.karate -…

Anmol Naik
- 36
- 1
- 5
1
vote
2 answers
Distributed load testing jmeter
What is the best way to manage multiple slaves(for eg:50 slaves) and run a load test?
When using distributed testing for jmeter, we need to manually handle all the agent start and stop, copy the files into each slave etc. Any suggestions to automate…

bbb
- 149
- 2
- 18
1
vote
2 answers
jmeter distributed testing slave finishes before schedule
i have a jmeter distributed system with 1 master and 4 slaves.
the test is configured to run for 60 minutes.
somehow suddenly a random slave finish the test and the load is distributed between the other 3.
all the slaves configured the same way.
the…

Dev93
- 93
- 2
- 13
1
vote
1 answer
Jmeter distributed testing on AWS EC2 slaves
i want to configure a distributed testing system to handle big load on my app.
i followed the Jmeter manual but still having issues.
first, the slaves and the master are remote EC2 machines on AWS(same region, but different availability zones).
i…

Dev93
- 93
- 2
- 13
1
vote
2 answers
How to allocate same nodes with a specific label in different stages in jenkins pipeline
I need to allocate the same nodes in different stages in a jenkins pipeline.
the scenario is that I need to run distributed JMeter test and I create a pipeline as follows:
stage1: set up some agents in parallel, e.g fetch source code and tests,…

Jinlxz Liu
- 421
- 3
- 12
1
vote
1 answer
Trying to setup Master Slave setup of Jmeter in Cloud, Receiving "java.net.ConnectException: Connection timed out: connect"
I'm Trying to setup Master Slave setup of Jmeter in Cloud.
Things I have done the setup in CLOUD for Master and Slave
I have created rmi.keystore.jks file in Master and copied the same to Slave machine.
I have installed the same versions of Java…

preethi
- 11
- 1
1
vote
3 answers
How to pick unique value from CSV file in Jmeter distributed testing
when we run JMX file in multiple remote hosts, we need to copy all the parameter files to all the hosts, in this case there will be no uniqueness as parameter file will be available in all the hosts and will be picked up locally.
I need to use…

Vishal Goyan
- 11
- 2
1
vote
2 answers
How to fix java.io.NotSerializableException: org.apache.jmeter.JMeter$ListenToTest in JMeter?
I'm trying to do distributed tests using JMeter 5.1.1. I used manual from here, but have problem with specifying port for connection from server(slave) to client(master). When I'm using client.rmi.localport
in jmeter.properties on master the…

Piotr
- 11
- 4
1
vote
1 answer
Master stuck on "Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445"
I am performing a distributed testing and I have followed below steps.
Jmeter version on both Master and slave is same.
Java version is same on Master and slave.
Both the system are in same subnet, I can ping to slave from my master.
rmi key is…

Pankaj
- 21
- 1
- 2
1
vote
1 answer
JMETER 4. 0 | JMeter distributed load testing | jp@gc - Stepping Thread Group | 504 Gateway Time Out | Non HTTP response code | Assertion Failed
Scenario taking into account login user->Navigate to Page 01->hold the user for 5min->Logout user
Scripted as below:
Navigate to the Home page
The user is logged in (Assertion for login verification over some text on the dashboard)
Dashboard…

Prashant Sah
- 93
- 1
- 8
1
vote
1 answer
JMETER 4. 0 | JMeter distributed load testing | jp@gc - Stepping Thread Group | Slave Machine | CPU Utilization
When executing the script Slave 1 CPU Utilization = 40% and Slave 2 CPU Utilization = 4%. Only one slave machine is generating load i.e Slave 1 but Slave 2 is not generating load. How do I ensure both the machine generates load with respect the…

Prashant Sah
- 93
- 1
- 8
1
vote
1 answer
JMeter 4.0 | Distributed Testing | Threads | Dashboard Report | Active Threads Over Time
I have configured the script with below configuration for the distributed load testing. Now, when I executed the script. The dashboard report which was generated: Active Threads Over Time show x-axis "Number of Active Threads" to be 25 only. But…

Prashant Sah
- 93
- 1
- 8
1
vote
1 answer
JMETER 4. 0 | JMeter distributed load testing | jp@gc - Stepping Thread Group | Report
How to extract a report for the testing consisting of the below model on the distributed testing environment.
Master(My own machine)
2 slaves machines
Thread: jp@gc - Stepping Thread Group
Basically wanted to have a dashboard report.

Prashant Sah
- 93
- 1
- 8
1
vote
1 answer
JMETER 4. 0 | JMeter distributed load testing | jp@gc - Stepping Thread Group
I have set up a login->logout script using JMeter and performing load testing using a distributed machine. The username is dynamically populated in login using the user.CSV list while the password for the login is fixed and hardcoded in the login…

Prashant Sah
- 93
- 1
- 8
1
vote
1 answer
how to fetch ip address in JMeter remote testing
I'm trying to load test with 3 remote servers, after test ends all the requests are shown in result tree, but I cannot find out which ip address (remote server) sent the request.
for example if I send one request from each remote server, then I see…

Hana Bzh
- 2,212
- 3
- 18
- 38