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

Load Distribution for multiple thread group in Jmeter

In my Jmeter 3.0 test plan, I have multiple thread groups. Now I want to distribute users among them on the basis of percentage. I have declared Variables in user defined variable and then used the following statement in thread…
Perf2017
  • 29
  • 5
0
votes
1 answer

has anyone made an xsl file to generate HTML like, Jmeter Dashboard report from XML

I want to group the results in HTML Report by their threadName, which is available in CSV, but not displayed in the Dashboard Report, Other option I saw to get what I want was using an XML file and customising the XSL file to obtain the output, But,…
0
votes
1 answer

JMeter 3.2 source not compiling

I try to work with JMeter 3.2 source but it's not compiling, It was missing mainly Bouncy Castle jars I added jars but still getting an error: SMIMEAssertion.java include constructor SMIMESignedParser(BcDigestCalculatorProvider, MimeMultipart) which…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
0
votes
1 answer

How to work out rampup period in jmeter

I had got stats from log which stated that on avg we have peak load of 3000 logons in 1 hour. How do I work out the rampup period for jmeter to replicate the same behaviour in 1 hour or 30 mins or 2hr duration
Nobody
  • 549
  • 1
  • 10
  • 24
0
votes
1 answer

JMeter: adding extra characters in the payload \r\n

Here is the JsonPayload that I am trying to post using Jmeter { "myProperties": { "sample1": "sample2", "sample3": "sample${myVariable}" } } Before posting, i am generating a random variable and storing it…
Mike
  • 899
  • 9
  • 27
  • 45
0
votes
2 answers

HTTP Cache Manager not caching request contents

My test plan: Test Plan + User Defined Variables ++ Thread Group +++ HTTP Cache Manager +++ Transaction Controller ++++ Request 1 +++ Transaction Controller ++++ Request 2 After run the test I could at View Results in Table that transfered bytes…
Ranieri Mazili
  • 723
  • 6
  • 21
0
votes
1 answer

Jmeter Test Does not Stop

I am using Jmeter 3.2.1 with JDK8 I have a test plan with three subsequences: 1: Login 2: Discover 3: List 4: Create new element I initially had these as a single monolith SimpleController. And it worked fine. I modularized it as 4…
Maverick
  • 33
  • 6
0
votes
3 answers

How to store single result from XPath Extractor

I have a HTTP request that return the following XML
Ranieri Mazili
  • 723
  • 6
  • 21
0
votes
1 answer

Jmeter 500 error in TCP

I have set up the TCP Sampler to pass XML data and check the return. I have the proper IP address, the port number is correct and the data is ready. However, I consistently get this error: Thread Name: BasicCheck 1-1 Sample Start: 2017-09-06…
Bill
  • 1
  • 1
0
votes
1 answer

JMeter, encoding all parameters

I'm looking for some advice on encoding in JMeter. I am currently working on a system that uses https and .aspx urls, and therefore need to encode all parameters within my post requests.As it stands i am copying and pasting web-forms from Fiddler to…
0
votes
1 answer

Jmeter Soap Plugin - What "Variable definition panel" is used for?

I download JMeter's Soap Sampler plugin I notice that there's a new Variable definition panel Config Element But I don't understand what is purpose and usage. I tried to use it but no impact Do anyone know its purpose/usage and relevant to Soap?
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
0
votes
1 answer

Regular expression Extractor/json path Extractor in JMeter 3.2

I am getting response in JSON format as "pushEndpoint": "https://update.kai.jiophone.net:8443/wpush/v1/gAAAAABZib4oJsO-pWBMxFb3_INBlTxSwfTBSh7aPA8O4he_a_Rr5Vbl6_SP0-Ceo4acKmkx-nHDCy2tSXEeo0k2zM6PBZAxb1jSdKXxt31lCcKuJOxhq5iiCoujT1Mq0959ToMMT73M" I…
0
votes
1 answer

How to fetch mongo db data and pass in jmeter request

I have one post call that response is like this. { "status":0, "message":"Prescription Created", "jsonResponse":{}, "cid":"C5975K", "pid":"Rx5975K-175A", "prescriptionSource":"GO_RX_CTO", "imageStatus":[] } By taking this pid , I…
0
votes
1 answer

JMeter 3.2 Could not initialize class org.apache.jmeter.extractor.json.jsonpath.JSONManager

I am using JMeter 3.2 and for one of the request I have JSON Exttractor with variable name as SenderId and JSON Path Expressions as $[0].selectedSender.id and when I run the tests am seeing below exception, can someone please help me to fix this…
OTUser
  • 3,788
  • 19
  • 69
  • 127
0
votes
2 answers

jmeter 3.2 Smtp smapler failed

The same script works in jmeter 3.1 but not in jmeter 3.2, why? Can someone answer that? EDIT 1: Open bug for jmeter.
wangwei
  • 13
  • 2