Questions tagged [jmeter-3.2]

Use this tag for questions specific to Apache Jmeter 3.2, released on 14 April 2017. Always specify the jmeter tag as this tag should end up being an alias for 3.2 version.

This release brings a lot of new features and fixes bugs.

Notice JMeter 3.2 requires Java 8 or later to run.

You can read the New and Noteworthy section with some screenshots to illustrate improvements and full list of changes

JMeter artifacts can be downloaded on Maven Central :

 <groupId>org.apache.jmeter</groupId>
 <artifactId>ApacheJMeter</artifactId>
 <version>3.2</version>
308 questions
0
votes
1 answer

jmeter Inter-Thread Communication plugin example jmx not working

I'm using Jmeter 3.2 without any special plugins. I just installed Inter-Thread Communication plugin. I download the example jmx in plugin page and when I open it I get pop up with the below exception: I didn't find an issue about it also in…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
0
votes
0 answers

While running Jmeter test on remote machines am getting "Java Connection Reset Error"

While running JMETER test in Remote machines I am getting this error and i have used 1 master and 4 slaves machines. Pllease help me to resolve this error, what I need to change in Java or issue with JMETER. For this test I have used JMETER 3.2 &…
Easwar
  • 33
  • 2
  • 6
0
votes
2 answers

Why WorkBench is shown as default in JMeter

When opening JMeter 3.2 GUI WorkBench exists always WorkBench also can't be deleted although when saving Test Plan, WorkBench isn't saved by default. It's also confusing for newbies that we can add logic and samplers to WorkBench which won't be…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
-1
votes
1 answer

Jmeter result configuration to use grafana

I have a transaction controller and in that 5 requests are there. Now when i run a load test and in my script "Generate parent sampler" is checked. So here what is happening is whenever a failure occurs in any of the requests within this sampler,…
bbb
  • 149
  • 2
  • 18
-1
votes
1 answer

Jmeter command line option issue

I am running a load test using jmeter command line and saving the result into csv file using -l command line option. After the test is completed, i see the data in the csv and while i upload it to a view result tree and try to check the failure…
bbb
  • 149
  • 2
  • 18
-1
votes
1 answer

Is there a specific way to achieve the below scenarios in JMeter ? if yes how?

Can someone guide how can I achieve below scenarios via JMeter 1.Check if system is able to process 1,00,000 random searches per hour 2.Check if system can accept 1,00,000 transaction's per minute- this is more like form submissions
-1
votes
1 answer

How can i run a load for 10 minutes with 500 transactions/sec with 25 concurrent users ? Is this a valid scenario to achieve in Jmeter

I have tried with concurrent users thread group pairing with throughput timer , but the transactions were low , Is there any other way to achieve the above scenario @dmitri I happened to use this function…
-1
votes
1 answer

How can i do parameterization for multiple json files or payload in jmeter

How can i do parameterization for multiple json files or payload in jmeter. I am trying to to parameterization for json payload in jmeter.
Divya
  • 1
  • 2
-1
votes
1 answer

I have to refer the 90% column "Total" row value for response time in Aggregate Report?

For response time I have to refer in Aggregate Report, the 90% column "Total" row value correct? Note: The value highlighted in below image. Use Case:Navigating to a page. 1. Number of thread - 1 2. Number of loop - 3
Vimal
  • 35
  • 1
  • 4
-1
votes
2 answers

I have a dynamic value in response but it keep on changing the position. How can i capture it

I have a dynamic value in response but it keep on changing the position. How can i capture it. ex:1st iteration value is 2nd position 2nd iteration value is 4th position 3rd iteration value is 1st position...like that Can you some one please…
Krishna Murthy
  • 97
  • 5
  • 16
-1
votes
2 answers

Jmeter run threads sequentially for different loop counts

I have scenario where I have threads like below 1thread ---2 loops --request1(post) --json extractor(id) 2thread ---4loops --request2 --request3 3thread ---2loops --request4(deleting that created in 1st thread using id extracted) I have to…
-1
votes
1 answer

Getting java.net.ConnectException: Connection timed out: connect response in jmeter

i am new to jmeter and am trying to do a validation on GUI using Jmeter. while launching "http://toolsqa.com/software-testing/software-testing-tutorial/", getting "java.net.ConnectException: Connection timed out: connect" error. how can we resolve…
sathish kumar
  • 255
  • 1
  • 3
  • 13
-1
votes
1 answer

How to execute second request based on previous request result in Jmeter

I have 2 subsequent request. If first request result is Success then i want to execute second request in JMETER else don't want to execute second request. So how do i do that? Any help will be appreciated.
-1
votes
1 answer

obtain value from Key/value in map array groovy

I have code like this: def options = JsonPath.read(prev.getResponseDataAsString(), '$.options') def randomOption = options.get(RandomUtils.nextInt(0, options.size())) def code = randomOption.get("code") vars.put('code1', code) def values =…
Siddish
  • 97
  • 3
  • 12
-1
votes
1 answer

API performance testing-Calculating threads(Users) in JMeter

I'm testing 10 web services(REST) and the requirement is to load test each service with 30 Request per Second per Service. So totally I'm expecting 300 requests per second for all 10 services. All these 10 services are accessed by a single physical…
1 2 3
20
21