Questions tagged [distributed-testing]
95 questions
0
votes
1 answer
How to set csv data files in slave & master machine for distributed testing?
I have a created test plan in Jmeter . I did all the prerequisite configuration for master slave configuration in jmeter.properties file. I wanted to execute the plan with one master and two slave for 100 threads( using 50 threads for one slave).
I…
0
votes
1 answer
Test not running properly on jmeter servers
I am running jmeter distributed test with 1 master, 1 slave through Jenkins pipelines. Pipelines to trigger jmeter-server.sh files on both the servers and i'm able to create object on them, below is the output for same:
Using local port:…

TESTER07
- 3
- 2
0
votes
1 answer
Jmeter slaves are not reading properties from a file
I am running jmeter distributed test with 1 master, 1 slave and using Ultimate thread group, so created property files (target-file.properties) to pass the values spawn values.
I have copied the target-file.properties file into the slave server…

TESTER07
- 3
- 2
0
votes
2 answers
Not able to connect to a slave machine in JMeter distributed testing [JMeter Distributed Testing]
I am trying to setup a master-slave environment to perform distributed testing in JMeter, But even after setting up all the things, i am unable to do so.
Below configurations i already setup:
Firewall is disable.
RMI keystore is generated from…

Sanket
- 11
- 1
- 7
0
votes
1 answer
Jmeter: Distributed testing
a very common scenario which we all face.
I have a Master and 2 slaves.
A CSV data set with 20 unique users.
I want to run 10 users on each slave simultaneously.
Should I split 20 users in to 2 files of 10 each and upload the CSV in each of the…

Ashwinkumar Iyer
- 35
- 6
0
votes
1 answer
JMeter- Master server failed to start and return [No route to host (Host unreachable)]
I try to run a distributed test using JMeter, I have 2 EC2 instances
Master Public IP: 54.xxx.xx.xx
Slave Public IP: 204.xxx.xxx.xxx
I have opened all the necessary ports that were used in the configuration.
I can ping each EC2 from the other one…

ayman salman
- 3
- 2
0
votes
1 answer
Running JMeter to Master & Slave machines, but at Master machine JMeter script execution not ended, so report and result not generated
Running JMeter to Master & Slave machines, Slave is showing the script is started & finished, but at master showing "Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445", for this at master JMeter script execution not…

Imran
- 181
- 3
- 8
0
votes
1 answer
Remote Testing in JMeter with AWS EC2 instance
I try to start remote testing using my computer as Client/Master and EC2 instance as Slave
I achieve all these Points:
Disable Firewall on both Master and Slave.
I have the same version of java and JMeter on both Master and Slave.
I have set all…

ayman salman
- 3
- 2
0
votes
1 answer
JMeter distributed testing from Java code - csv dependent data in slaves
I am running JMETER DISTRIBUTED test from my JAVA CODE. So far , it is working fine for the JMX files that doesn't have any dependent CSV test data. Now , I'd like to run a test with csv dependent data but it seems the csv file needs to be placed in…

Kokki
- 63
- 1
- 8
0
votes
1 answer
Unable to run distributed tests with JMeter 5.4.1 using SSL RMI and defined ports on linux
I am running Jmeter 5.4.1 using openjdk 11 across all Linux machines. I tried using ubuntu 18.04.5, ubuntu 20.04.2, and Debian 10 which all had the same issues. I am able to run tests with specified ports or RMI SSL enabled but not both together.…

Jordan
- 1
- 1
0
votes
1 answer
JMeter Distributed testing on EC2 Master and EC2 slave machines
I want to configure JMeter for distributed testing in aws Ec2 instances. I followed the Jmeter manual still facing issues. Both Slave and Master are aws Ec2 instances. Both are from same region under same subnet. I have turned off firewall in both…

DevEngineer
- 1
- 1
0
votes
1 answer
How to run parallel thread groups on various slave nodes using JMeter?
I have 3 thread groups in my test plan and I have 3 slave nodes (remote servers). I would like to run all these thread groups in parallel but each one on a specific slave node.
+ Test Plan
+ Thread Group A - (192.168.1.1)
- HTTP Request…

alex
- 11
- 2
0
votes
2 answers
Can JMeter Slave and Master be on different platforms?
I am trying to do a POC with JMeter master on my Windows laptop and slave on one of the remote machines which is Linux based. Is this feasible? If yes, where should the JMeter directory be copied? Root or somewhere else?
If this is not possible and…

Lucky
- 3
- 2
0
votes
1 answer
Distributed Jmeter max number of servers
I use distributed jmeter for load tests in Kubernetes. To maximize the number of concurrent threads I use several Jmeter server instances.
My test plan has 2000 users, so I have 10000 concurrent users with 5 Jmeter servers. Each user send 1 request…

bennex
- 437
- 2
- 5
- 12
0
votes
1 answer
Modify or control RPS of an external JMeter Test Plan (JMX File)
In continuation with this ques - Modify Thread Group of an external JMeter Test Plan (JMX File)
My application will take jmx file as test plan from user and execute it. I've JMeter distributed setup at the backend of my application (1 JMeter client…

Madhuri Jain
- 77
- 1
- 11