Questions tagged [jmeter-plugins]

JMeter Plugins project is a сustom set of plugins for Apache JMeter, not affiliated with Apache Software Foundation.

JMeter Plugins project is a сustom set of plugins for Apache JMeter, not affiliated with Apache Software Foundation.

1755 questions
4
votes
1 answer

Jmeter: Generating aggregate report through commnd line is not including 95% and 99% line in generated report

I am using Jmeter 2.13. We are generating the aggregate report through command line java -jar CMDRunner.jar --tool Reporter --generate-csv aggregate.csv --input-jtl merged.csv --plugin-type AggregateReport When the aggregate report is generated…
Vaibhav Jain
  • 119
  • 3
  • 16
4
votes
1 answer

How to allocate different bandwidth for different user in Jmeter

I have 10 concurrent users, and for 2 concurrent users, I need to assign x bandwidth, for 6 users I need to assign y bandwidth and for remaining 2 I need to assign z bandwidth. How do I achieve the above scenario? Can I achieve this by using…
zzz
  • 497
  • 3
  • 14
  • 32
4
votes
1 answer

Repeat user input JMeter

I need to record what I do in my FireFox browser. After, I need to repeat this a few hundred times. I also need to change a part of the data which goes to the server (such as increment a number in the text I POST). How can I go about doing this in…
k1308517
  • 213
  • 3
  • 12
4
votes
0 answers

How to use Througput & Synchronizing Timer together in a single JMeter Test Plan

I have a JMeter Test Plan where I am using different Timers like Throughput Timer, Constant Timer & Synchronizing Timer. Throughput timer is in root of test plan, Where as other timers are only applicable within scope of controllers. TestPlan -…
4
votes
1 answer

Merging jMeter result files

I'm trying to use the jMeter merger to merge the result files (http://jmeter-plugins.org/wiki/MergeResults/), but it seems the plug-in is restricted to 4 files to be merged. Any way I can merge more files (>100)? The structure of the files seems…
Alexandre Santos
  • 8,170
  • 10
  • 42
  • 64
4
votes
2 answers

JMeter can JSON path assertion plugin match to an array?

In one of my tests I need to check that the data in an array matches to an expected result. I send an API call and receive the following JSON response: { "sting": "value", "another string": "value", "array": ["value1","value2","value3"] } Using the…
PurpleBeni
  • 459
  • 4
  • 10
  • 17
4
votes
2 answers

How to get the Response Message and Response Code when the Assertion Fails in jmeter

I am working on Webservice Testing using Jmeter.I am using Beanshell Assertion In this I am trying to display the Response Code and Response Message but the problem is when the Request Fails I am unable to get the response Code|Message displayed on…
RCBian
  • 1,080
  • 2
  • 20
  • 31
4
votes
2 answers

How to use responses from a Jmeter JDBC Request in a HTTP Request

Here's my situation: I want to do this: I have a list of URLs in a MySQL database which I want to hit using a HTTP Request to see if the response is a HTTP Status code of 404 or not. I have done this: Added and configured a JDBC Config…
4
votes
1 answer

How to get object result set from JDBC Sampler in JMeter Beanshell

I am having trouble getting the result set object from JDBC Sampler in JMeter. The JMeter documentation says this exactly: Result Variable Name If specified, this will create an Object variable containing a list of row maps. Each map contains…
djangofan
  • 28,471
  • 61
  • 196
  • 289
3
votes
2 answers

Getting "Uncaught Exception BUG! exception in phase 'semantic analysis'" errors when jmeter runs in NON-GUI mode

I am able to run the jmeter in GUI mode by using command like "jmeter -t my-test.jmx". However, when I add the "-n" (NON-GUI mode) using "jmeter -n -t my-test.jmx", I am getting the following error. I am running it on Mac Big Sur, updated to most…
Wally Liu
  • 85
  • 7
3
votes
1 answer

24 hours performance test execution stopped abruptly running in jmeter pod in AKS

I am running load test of 24 hours using Jmeter in Azure Kubernetes service. I am using Throughput shaping timer in my jmx file. No listener is added as part of jmx file. My test stopped abruptly after 6 or 7 hrs. jmeter-server.log file under Jmeter…
Amit Agrawal
  • 51
  • 2
  • 16
3
votes
2 answers

Jmeter how to send a constant number of requests every second

Does JMeter allow me to send a constant number of requests every second, instead of sequentially only when the request has finished? i.e. can I send request 2 after request 1 even if the request 1 is not done responding yet? I am using Apache JMeter…
tsar2512
  • 2,826
  • 3
  • 33
  • 61
3
votes
1 answer

Is it mandatory to check "Retrieve All Embedded Resources" in HTTP Request Defaults for performance testing?

During performance testing "Retrieve All Embedded Resources" should be checked or unchecked? My analysis: "Retrieve All Embedded Resources" should not be checked. And cache also should not be cleared automatically. Note: a. "Retrieve All Embedded…
Vimal
  • 35
  • 1
  • 4
3
votes
1 answer

Performance load testing using Jmeter and how assets files may affect the results

Good Day Folks, I have been playing around with Jmeter for a load testing project. I was looking for a way that simulates Full / Real user behavior starting by loading the Home page for the app, Doing the login, Then Send a predefined message to a…
3
votes
2 answers

Jmeter Throughput Shaping Timer sending more requests then desired

I am using Jmeter 4.0 with Throughput Shaping Timer and I have mentioned my configuration as follows: bzm - Concurrency Thread Group: Target Concurrency 1000 ramp up time : 1 ramp up steps: 1 Hold Target Rate: 100 min jp@gc - Throughput Shaping…
anik
  • 155
  • 1
  • 17