Questions tagged [distributed-testing]
95 questions
1
vote
1 answer
Jmeter Distributed Testing Not working with two way SSL Handshake
I have tried to do distributed testing with two servers for a request which requires two way SSL handshaking. This is working fine when we are not using remote hosts for testing
sh jmeter.sh -n -t sample_Load_Test/sample_test.jmx -l…

Syamaprasad K B
- 13
- 3
1
vote
1 answer
How to pass heap parameters for non-gui distributed load test in Jmeter?
Running a distributed non-gui load test causing heap dump. Need to pass command line parameters to set heap preferences while running jmeter.

Arpit Agarwal
- 131
- 7
1
vote
0 answers
JMeter uses 3 connections in distributed setup? What data is sent?
JMeter can be used to generate distributed tests using master-slave pattern.
According to this page Performance Testing in the Cloud with JMeter & AWS, a connection between a master and a slave uses 3 connections: two for RMI(remote method…

Adrian
- 395
- 3
- 13
1
vote
1 answer
jmeter -distributed testing - log file is incomplete
I have setup jmeter in distributed testing with 1 master and 2 slaves on AWS and things seem to be running with following command:
./jmeter.sh -Djava.rmi.server.hostname=127.0.0.1 -n -t Ping.jmx -R 127.0.0.1:24001,127.0.0.1:24002 -l out.csv
Ping.jmx…

gbhakta
- 203
- 1
- 3
- 7
1
vote
1 answer
Jmeter: Distributed Testing with client certificates
We set up Jmeter for performance testing over HTTPS with client certificates (via SSL Manager). It works like a charm if we run it from GUI. But, if we start distributed testing we get a bad certificate error.
How to pass the certificates & password…

Tobias
- 145
- 1
- 4
1
vote
0 answers
How to add a new slave in Jmeter distributed testing?
Currently I am using Jmeter for distributed testing with a fixed number of slaves specified in jmeter.properties file.
I want to add a new slave dynamically which will report its statistics to the master which is already running.
For example,…

Pratik Singhal
- 6,283
- 10
- 55
- 97
1
vote
1 answer
How to run Jmeter remotely on multiple slaves to stress multiple servers
I have a requirement wherein I need to run different jmeter testplans on different target servers. I went through this PDF here, but it does not meet my requirements. It explains how to stress a "single" webserver from different slaves using single…

user3157132
- 167
- 2
- 11
1
vote
0 answers
Why TWO separate result file (.jtl) gets generated for 2 Slave machines?
I using distributed mode using 1 Master and 2 Slave machines. But when I execute test from Master, TWO separate result file (.jtl) gets generated for each of the Slaves.
How to resolve this issue, I want to have only one result file (.jtl)

Bajrang Badaik
- 192
- 1
- 9
1
vote
1 answer
Can JMeter master be used as a load generator?
Can Jmeter master be used as a load generator instance in distributed testing framework? Since we mention host IPs, will it work to mention localhost and generate load from master?
Thanks,
Madhav

Madhav Chaudhari
- 21
- 2
1
vote
1 answer
Distributed Testing with Jmeter
I am using Jmeter 2.8 and trying to do distributed (master-slave) testing for the first time.
I setup everything fine
set Ip addresses in JMeter.properties
run Jmater-server.bat on all machines
but when I run test(a very simple request) it gets…

Just_another_developer
- 5,737
- 12
- 50
- 83
1
vote
2 answers
Is there a framework for distributing browser automation testing over a cluster of EC2 instances?
I am aiming to simulate a large number of 'real users' hitting and realistically using our site at the same time, and ensuring they can all get through their use cases. I am looking for a framework that combines some EC2 grid management with a web…

Peter
- 29,498
- 21
- 89
- 122
0
votes
0 answers
Jmeter "__StringToFile" not working as expected in distributed testing
Current Setup:
Apache Jmeter 5.4.1
JDK 1.8.371
Firewall- Disabled
Created RMI-Keystore
All IP-Address in same subnet
added "mode=Standard" in user.properties file
Executing From…

PRR
- 1
- 2
0
votes
1 answer
Don't have response result to Server device when distributed load test with jmeter
I have follow the offical guide of Jmeter about setup distributed load test such as:
Create rmi key and put it in bin folder of Client device
Have the same version Jmeter and Java on both of device
Disable SSL for rmi
Add remote host in jmeter…

Le Phuc
- 1
0
votes
1 answer
How to execute multiple thread group parallelly in single test plan in JMeter using master slave configuration
In my JMeter script, there are 2 thread group in single test plan , I want to execute the script using distributed testing mode i.e. master slave configuration.
However, when I am trying to execute multiple thread groups parallelly in single test…
0
votes
1 answer
Jmeter webriver result is not coming for remote system
Jmeter remote connection is successful and result obtained for localhost but not for remote IP.
As ui load testing i have configure the remote ip in my webdriver code also
ChromeOptions options = new…

Kumaran
- 13
- 3