Questions tagged [jmeter-5.0]

Use this tag for questions specific to Apache Jmeter 5.0 (r1840935), released on 19 September 2018. Always specify also the jmeter tag

This release brings a lot of new features and improvements, and also fixes bugs:

  • JMeter 5.0 is tested on Java 8 to 10, Java 11 should also work.

  • Rest support has been improved

  • In distributed testing, JMeter now automatically prefixes thread names with engine host and port
  • XPath 2.0 is supported in a new element called XPath2 extractor
  • Search feature has been improved to allow you to iterate in the tree over search results and do necessary replacements through Next/Previous/Replace/Replace/Find buttons
  • You can now restart JMeter from menu File → Restart
  • A new Graph Total Transactions per second has been added to the HTML Web Report
  • A New function __threadGroupName has been introduced to obtain ThreadGroup name

JMeter artifacts can be downloaded on Maven Central :

   <groupId>org.apache.jmeter</groupId>
   <artifactId>ApacheJMeter</artifactId>
   <version>5.0</version>
1037 questions
-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

How to send complete form-urlencoded post data from preprocessor

I know we can send/initialise the post data parameter variables from preprocessor but my requirement is i want to send complete post data/pay load which is shown in my screenshot from jsr223 preprocessor.
Sadha Nanda
  • 337
  • 4
  • 15
-1
votes
1 answer

Getting Object moved in Jmeter response

I have recorded a script in Jmeter via HTTP script recorder but when i run the script i'm getting Object moved here error for on of the samplers of login transaction. When search for the same request in the recorded xml i can see it has given a…
-1
votes
1 answer

white screen showing when open jmeter, can anybody help to resolve this error

white screen showing when open JMeter, can anybody help to resolve this error enter image description here
-1
votes
1 answer

Jmeter reading CSV File returns after writing on it

I created two CSV Config files one for Tax Rate and another for Description. The Tax Rate CSV gets written first using this code that I wrote in a JSR223 PostProcessor. temp_tax = new FileOutputStream("temp_tax_rate.csv", true); file = new…
maxim
  • 23
  • 1
  • 5
-1
votes
1 answer

How can be remove a value from jmeter response using regular expression

Response is {"d":"14049,171681785,347225778"} and I want to extract the value 171681785 from response Can somebody help me how to write regular expression to extract 171681785 from the above response?
-1
votes
1 answer

Jmeter | if reponse has list it's getting null how to fix it?

I am trying to do POST data and it's getting 200. but if in response JSON data has list [] like { "resno":"5600123", "inquiry": [ { "number": "1", "organization": "", "name": "Amarbold", …
Amarbold
  • 52
  • 4
-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 to install plugin manager and perfmon metric collector on remote server in Non- GUI mode?

I have installed jmeter 5.2.1 on one of remote AWS server. I want to collect summary report of response and server information as well with perfmon metric. I have downloaded jmeter-plugins-manager-1.6.jar and jmeter-plugins-perfmon-2.1.jar and…
-1
votes
1 answer

Jmeter Concurrent & Arrival Thread Group Setup

Spec: 100 User, with arrival rate of 10 users every 1 minute Runtime: 24 hours, with 100 new users every 1 hour Concurrent TCP connections : 100 Setup Arrival Thread Group Concurrent Thread Group
Batman
  • 1
-1
votes
1 answer

how to run all the API's in thread which will fetch the first value from CSV after one iteration it should fetch the second value from csv

I have a script which has Login API which fetch the first values from CSV file after other API's run which should run with the same user, after running all the API in thread again it should fetch the second value from csv. I have done with the…
Rock
  • 161
  • 2
  • 6
  • 17
-1
votes
1 answer

The script recorded from Jmeter has a body in encrypted format, how can i parameterize it?

I have recorded a script via Jmeter's test script recorder. The website belongs to the banking domain and has a simple web form which i have to fill and click on submit button, that's it. No login is required. The problem is when i have recorded…
-1
votes
1 answer

In JMeter, why does load time equal latency?

I'm doing load testing using JMeter, and on some endpoint trigged when a user clicks on a button to submit a form, the load time equals latency. I'm wondering why?
S_H
  • 3
  • 1