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
2
votes
3 answers

Jmeter 3.2- Error in NonGUIDriver org.apache.jorphan.util.JMeterStopTestException

I have a JMeter test suite, which is working fine till apache-jmeter-2.13. When upgrade to JMeter 3.2 and I get below exceptions in non GUI mode. I didn't do any change in the JMeterscript, why this error is throwing in JMeter versions later 2.13…
1
vote
1 answer

How to generate previous month first date in jmeter?

I used timeShift function (${__timeShift(yyyy-MM-01'T'00:00:00.000'Z',,-P1M,,)}) to generate the previous month first date but the jmeter was still print the current month's first date. I also tried ${__timeShift(yyyy-MM-01,,,-P1M)} and…
1
vote
1 answer

How to load a JMeter parameter using a JDBC query

I'm trying to fetch the last id value of the database using the select query in JDBC request and I need to pass the id as the starting value for the counter. I tried adding the variable in the counter as ${variable} / ${variable_1} but nothing…
1
vote
1 answer

How to get the load test report for different user load patterns in the step up load test scenario in JMeter?

Load Test Scenario Please find the attached Load test scenario for reference. I am starting the load test with 50 users and it will run for 30 minutes, After 30 minutes I will add another 50 users and it will run for another 30 minutes and then I…
1
vote
2 answers

Receiving error - "org.apache.http.ConnectionClosedException: Premature end of chunk coded message body: closing chunk expected" inJMeter

I am using JMeter 5.4.1, where I am using a HTTP request for Post API call. I am getting the error - "org.apache.http.ConnectionClosedException: Premature end of chunk coded message body: closing chunk expected". Keep-Alive is checked. Timeouts are…
1
vote
2 answers

Jmeter Groovy Script to read and utilize header values

I was using jmeter to load test services I need to use one of the response headers parameter value as input of next request. For this I am using JSR223 Sampler and write Grrovy Script to read parameters. I have used **def headerList =…
user1920
  • 89
  • 1
  • 2
  • 11
1
vote
1 answer

JMeter Java HEAP issue seen after finished test plan execution in Jmeter-maven-plugin

JMeter Test seems to finish fine. But the next output after "14:48:37 [info] Completed Test: FssBenchmark.jmx" is missing because of the heap issue. Next lines should normally be, [INFO] Test Results: [INFO] [INFO] Tests Run: 1, Failures: 0 Have…
1
vote
2 answers

Jmeter is adding an extra space at the end of input parameter

When I try to add input param in a non-GUI mode in JMeter, it adding an extra space at the end of the variable. There is no space when I enter the params but it is added to the API value when run.
1
vote
1 answer

if controller not working when I use ${status} == true

I am having a hard time having jemeter working with my if condition As you see the above I am checking is status variable which I created in earlier car is true and it is true so I expect this if gets executed but it does not. However as soon as I…
Learner
  • 1,686
  • 4
  • 19
  • 38
1
vote
2 answers

Is it possible to extract a UUID from a response in Jmeter so I can use for a subsequent request

My Scenario: I am doing a POSt request that generates a rateID( UUID) Doing another POST request that uses this rateID I am also using 2 other fields in the body that is getting extracted by JSON Extractor but somehow this rateID is just getting…
1
vote
1 answer

JMeter exception after test completes

I am observing the following issue while running a JMeter script from non GUI command through Jenkins pipeline. The JVM should have exited but did not. The following non-daemon threads are still running (DestroyJavaVM is…
bbb
  • 149
  • 2
  • 18
1
vote
2 answers

Unable to generate jmeter html report from java code

When trying to generate html report using java code, I can only see a statistics.json generated but no html reports are there. My Java Code - ResultCollector logger = new…
shashi009
  • 720
  • 6
  • 23
1
vote
0 answers

How to get JMETER Load Testing Accurately With multiple webservice (pods)

I am new to JMeter Load testing. We have installed a distributed JMeter Load testing in EC2 AWS, with 1 master and 5 slaves. So I am testing my web service endpoint (HTTP Request) in JMeter. Details: Tested my web service and reached 1900 threads…
Yejin
  • 541
  • 2
  • 15
  • 32
1
vote
2 answers

Apache JMeter Counting Number of User HTTP-Response 200 & 404

I am new using the Apache JMeter, I am currently using JMeter for stress test to load balancer. There are 2 Web Server pointing to the single database server. All the configuration load balancer was successfully configure and work fine. After using…
Zubir
  • 89
  • 1
  • 10
1
vote
3 answers

Loop sample with Regular Expression Extractor result in JMeter

I have 4 samples: First one has a response similar to the…
degath
  • 1,530
  • 4
  • 31
  • 60