Questions tagged [distributed-testing]
95 questions
0
votes
1 answer
Uncaught Exception java.lang.OutOfMemoryError: unable to create native thread Error while executing jmeter inside single docker container
While running apache-jmeter test on single docker container I am facing below issue.
[489.013s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
Uncaught…

raizen
- 23
- 6
0
votes
1 answer
JMeter Remote testing issues
I'm doing remote testing on 2 slave machines on Linux in CLI mode. I have set the rmi ports as below on both Master and slave machines. I'm able to telnet to ports 8080/1099 from master-slave and vice versa. Firewall is opened for these…

user1829449
- 59
- 11
0
votes
1 answer
Jmeter Test run locally and generated report however remotely does not stop
I have Jmeter Test which is launched from the Master Machine(Win 10) to be run on a slave virtual machine (Ubuntu), when I run the test locally (Win10) it take few minutes and it finished successfully with an html report, but running it on the…

otmann
- 37
- 2
- 17
0
votes
1 answer
Jmeter distributed testing master as 2 clients
i want to perform distributed testing on a couple of slaves machines with different purposes and use the same master for that.
the problem is that it's not working good together. for example: i have 3 slaves who are responsible to execute test plan…

Dev93
- 93
- 2
- 13
0
votes
1 answer
How to run multiple jmx in non GUI mode?
Having trouble running multiple JMX files in non GUI mode in Linux. Doesn't seem to be spinning up multiple instances of the JMeter JVM service. Any help would be much appreciated.
Failing command:
sudo $JMETER/jmeter -n -r -t $JMETER/test1.jmx &…

litterbugkid
- 3,534
- 7
- 36
- 54
0
votes
1 answer
Jmeter error while running webdriver sampler script to remote machine
My webdriver sampler code is below:
var pkg = JavaImporter(org.openqa.selenium); //WebDriver classes
var support_ui = JavaImporter(org.openqa.selenium.support.ui.WebDriverWait); //WebDriver classes
WDS.sampleResult.sampleStart()
var wait = new…

MD. Ashfaqur Rahman Tahashin
- 415
- 3
- 9
- 24
0
votes
2 answers
Remote Testing Jmeter - Not able to View Result - Error:System property 'java.rmi.server.hostname' is not defined
I am currently using Jmeter v5.2 for Remote Testing and trying to connect to the slave. Followed all steps from Jmeter user manual. At the end i could not see the results in my master machine and i am getting below error.
System property…

Vishal Chepuri
- 306
- 5
- 26
0
votes
1 answer
Jmeter distributed testing memory optimization during large datatransfers
I am running a distributed load test on the website where I fire an HTTP GET in order to download files.
I have 1 Master and 5 Slaves.
File sizes I am downloading are usually around 500 MB, I wanted to achieve this load test for up to 500…

Butner
- 81
- 1
- 9
0
votes
2 answers
Jmeter Time vs Threads report doesn't show aggregated result from all machines
Running a JMeter distributed test on 10 machines, every machine with 25 users. While checking the report generated in the Time Vs Threads graph in the Response Times section it shows number of active threads 25. Actually it is showing 25 threads…

Abhi
- 53
- 1
- 7
0
votes
1 answer
Different random variable for same HTTP request when load in distributed mode
I have this structure:
HTTP request
- HTTP Header
- Random Variable (variable name: ranVar)
In HTTP request, the 'body' uses a 'Unique' variable:
"id":${ranVar}
Now I want to spread the load across 2 Slaves' IPs. But the problem is that 50% of…

TestPro
- 15
- 4
0
votes
1 answer
Robot Framework: How to do "Distributed Testing"?
for our End-to-End-Tests, we want to set up a distributed testing environment. That means, that we want a docker hub container, that distributes tests of a test suit by the first in, first serve way to it's docker container workers.
How can we…

Faram
- 525
- 6
- 21
0
votes
1 answer
jmeter - Got 'Keystore was tampered with, or password was incorrect' error doing distributed tests
Searched all the questions related to recover keyerror, got no answer on my situation.
So, I just have several simple operations:
install jmeter 4.0 (on centos 7)
cd to the bin directory, run ./create-rmi-keystore.sh and pressed Enter in each…

Lau Real
- 317
- 1
- 4
- 15
0
votes
1 answer
Jmeter - Distributed test - How to distribute users to multiple slaves
I am currently load testing login/logout function with max 2000 unique users and created a distributed test environment with 4 slaves and 1 master. We are able to successfully distribute traffic to all 4 slaves.
However, We do not want 4 slaves to…

Zia Huq
- 1
- 1
0
votes
1 answer
Error in Jmeter Master Machine "java.net.NoRouteToHostException"
I am setting up distributed testing in Linux machines with a master and a slave. Need your advice to overcome the below error message
"Exception Creating a connection to 192.xx.xx. xx ;nested exception is java.net.NoRouteToHostException: no route…

Butner
- 81
- 1
- 9
0
votes
1 answer
jMeter Load Testing: Single Testing vs Distributed Testing - substantially different results
A vast difference between the results of performing load testing for 50 virtual users:
Method 1) Single Linux machine (m3.medium)
No of Threads: 50 users
Ramp Uptime: 60 sec
Method 2) JMeter primary-secondary distributed testing
i) server - linux…

Shashank Shah
- 31
- 6