Questions tagged [distributed-testing]

95 questions
12
votes
5 answers

JMeter 4 - can't execute jmeter-server in windows 7

I download latest JMeter 4, As part of Remote Testing To run JMeter in remote node, start the JMeter server component on all machines you wish to run on by running the JMETER_HOME/bin/jmeter-server (unix) or JMETER_HOME/bin/jmeter-server.bat…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
5
votes
3 answers

Jmeter in Cloud Setup with 30k User Load

I want to test a mobile application with 30k load in jmeter with cloud set-up,as i have never done such a huge v.user load in jmeter and with distributed load,please help me how to proceed with detailed step by step. I have worked in jmter for past…
5
votes
3 answers

JMeter: Distributed (Remote) Testing in Linux Environment

I setup a distributed load testing environment using JMeter. I am using Three Linux Machines (RedHat)(IPs:xxx.xxx.xxx.121,xxx.xxx.xxx.122,xxx.xxx.xxx.123) using Secured Shell from my Windows 8.1. I have fulfilled the prerequisite to perform…
Adnan
  • 2,931
  • 3
  • 23
  • 35
5
votes
2 answers

Jmeter MarshalException: error marshalling arguments

I configured jmeter to run the test distributed using Azure Windows Virtual Machines. All machines are using windows. The test ran successfully using the GUI mode and I can get the result saved on master However when I try to run the test from the…
4
votes
2 answers

JMeter: Distributed (Remote) Testing: Unable to run tests remotely

I setup a distributed load testing environment using JMeter. I am running a Linux Virtual Machine (CentOS) on my Windows Vista (Host). The Linux VM is the JMeter Master (client). I have a server (Linux CentOS) that is my JMeter Slave (server). I…
indolent
  • 3,053
  • 5
  • 23
  • 21
3
votes
1 answer

Remote Server Issue-Distributed Testing

I have a Master machine(192.xxx.x.xx) and Two Slave Machine(192.xxx.x.xx,192.xxx.x.xx). In the Master Machine jmeter properties file , i added the two salve machine IP. I run the server.bat file in the Slave Machine respectively. But one of my slave…
Aadhi
  • 153
  • 7
3
votes
1 answer

How can I get Jmeter info Logs while running distributed testing?

I want to run Jmeter distributed testing, I want Jmeter to write info logs on log file but in distributed mode it only provides us logs which is related to connection, it doesnot really gives the log of execution. How can I get the actual logs??…
Deepak N
  • 1,408
  • 3
  • 15
  • 37
3
votes
2 answers

How to set jdbc connection configuration via system variables in Jmeter

We have common testing machine due to the security reasons one tester should not see the other tester's jdbc configuration details in the sampler as there is a chance to misuse username and password and other details. 1.Is there any way to set…
rpagadala
  • 796
  • 2
  • 15
  • 31
2
votes
1 answer

How to optimally use the Windows machines as Jmeter Slaves for pushing higher loads

Greetings for the day! I am currently facing challenges to induce higher load using Jmeter Distributed mechanism which I configured in AWS windows machines. My machines are throwing Response code:Non HTTP response code:…
2
votes
1 answer

Unable to generate JMeter HTML reports for distributed load tests

Context: I am trying to generate HTML report for a JMeter test on a distributed load system with 1:1 master slave ratio, with the following command: sh jmeter -n -t test.jmx -l testresult.jtl -R x.x.x.x -e -o /home/ubuntu/reports I get the following…
2
votes
1 answer

In JMeter java.net.SocketException: Connection reset is occuring

I am working on load test for a Website with 240 Users/Load having 5 different scenarios. I have distributed load within 15 different machines. I am facing ERROR java.net.SocketException: Connection reset many times. Below is the ERROR log: Please…
Saksham
  • 41
  • 1
  • 2
2
votes
2 answers

TFS 2015 - Visual Studio Tests using Test Agent fails with 'No matching test machines found in machine group.'

I am having some trouble running a build definition on TFS 2015 (I'm working on-prem). I have the same setup on a different project (on a different Collection) and it is working there. Searching for any differences doesn't help finding the error or…
Rob Bos
  • 1,320
  • 1
  • 10
  • 25
2
votes
2 answers

JMeter testdata for distributed testing

Here is my JMeter setup: testing web services distrbiuted testing, 1 master, 20 slaves (potentially 100 if we decide to go with blazemeter) a file containing testdata, integer per line see [1] for an example a thread group with 20 users (20x20=400…
user3327781
1
vote
1 answer

How STS(Simple table server) actually work on JMeter scripts especially in distributed testing

Lets's say I have a test data for login transaction of 500 users I am distributing the load with 1 master and 2 slaves. where first slave picks 200 login credentials and next picks another 200 but not the first 200. How can I achieve this..? Also do…
venkateh69
  • 23
  • 3
1
vote
1 answer

How to run Karate GatlingDockerJobRunner example?

Having already run some promising experiments with Karate-Gatling, we wanted to take it to the next level with Distributed Load Testing across multiple Kubernetes pods and clusters. Following the docs, I tried to explore the karate-gatling-demo and…
Drunda Nibel
  • 101
  • 6
1
2 3 4 5 6 7