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
2
votes
1 answer

How to load test Kafka topics using Jmeter

I want to do the Load/Performance Test of Kafka Topics using Jmeter. Scenarios: Request to Kafka Read Response from Kafka Request to Kafka Read Response from other MQ Request to other MQ read response from Kafka Could anyone help with how we can…
Sagar Wadhwa
  • 103
  • 1
  • 3
  • 8
2
votes
1 answer

Execute javascript developed in node.js from jmeter jsr223 post processor

i have a javascript code written in node.js (VS Code), how to place it in jsr223 post processer.
Narendra Sai
  • 57
  • 1
  • 7
2
votes
0 answers

java.lang.RuntimeException: Cannot create RandomBufferedReader java.io.FileNotFoundException: XXX.csv (Too many open files)

I am working on a Jmeter performance Test, where I am using random-csv-data-set plugin. However, When I am using 600 threads I am getting and error like this one. 2019-03-13 19:22:11,410 INFO o.a.j.t.JMeterThread: Thread started: Student Login…
Awad
  • 823
  • 3
  • 11
  • 33
2
votes
2 answers

{__time(DD-MM-YYYY)} is used to save Jmeter results, date is returning like 32-03-2019,33-03-2019, etc

I have used {__time(DD-MM-YYYY)} to save Jmeter results, results are saving successfully but date is returning like 32-03-2019, 33-03-2019, etc
Srikanth K
  • 21
  • 1
2
votes
2 answers

Can I open Microsoft EDGE through JMeter?

I want to open EDGE browser through JMeter. All other browsers have specific config element present within JMeter. But Edge does not have any & I want to use the edge browser.
2
votes
2 answers

Retrieve All Embedded Resources is not downloading resources

I have a very simple Jmeter test plan with a thread group and supported by basic config elements. My HTTP Request Sampler just points to the home page of the application which gives facility for login authentication. Few facts to share When I…
Shantanu Sen
  • 221
  • 3
  • 4
  • 18
2
votes
2 answers

Add jpgc dummy sampler in JMeter 4.0

Dummy sampler is not present in JMeter version 4.0
2
votes
1 answer

Not able to run JMeter 5.0 through java exec command in console mode

I am not able to run JMeter through Java exec command in console mode whereas it is working fine on Version 3.1. Refer below command i am using. Process pro = null;   pro = Runtime.getRuntime().exec("jmeter.bat -n -t test.jmx");
user1726460
  • 107
  • 3
  • 10
2
votes
3 answers

How to change HTTP Request Path for multiple HTTP Requests at once in Jmeter

I have created JMeter HTTP request sampler project using Blazemeter recorder which created Jmx.file I have opened the same in JMeter to modify and fix the errors. I have more than 100 HTTP requests with Name as…
Rohit A
  • 23
  • 4
2
votes
2 answers

JMeter Websocket: How to answer incoming pings with pongs while timer?

I have a JMeter script doing some websocket request using the "WebSocket Samplers by Peter Doornbosch" plugin (websocket request-response sampler). I use the ping/pong frame filter to automatically respond to pings with pongs while my…
A.Service
  • 359
  • 3
  • 6
  • 16
2
votes
1 answer

Can JMeter replay a test in a browser?

Is it possible to get JMeter to replay its recordings via a browser, so one can see the replay in action. Katalon can do this, but not sure about JMeter. Thanks in advance.
SamJolly
  • 6,347
  • 13
  • 59
  • 125
2
votes
1 answer

how to filter jmeter dashboard that generated using maven project

I am generating a dashboard using jmeter, and I want to restrict warmup requests like (sampler names) setPost, setGet, setPut, and setDelete from showing up in the dashboard. But, these have to be run before running other requests. I tried to…
2
votes
2 answers

JMeter response time vs threads graph - data point

What data point this graph is using? Is the graph representing TTFB (time to first byte) or TTLB (time to last byte) Here are the settings:
2
votes
2 answers

Dynamically set user defined variable

Is there any way to dynamically set the user defined variable within the jmx file during the startup of the test by using Java? So far I am able to print the name by using this code: try { // JMeter Engine …
FeeLGooD
  • 386
  • 4
  • 18
2
votes
2 answers

JMeter - Unsupported major.minor version 51.0

I open JMeter and I see the following error in the logs: jmeter.gui.util.MenuFactory: Could not instantiate com.atlantbh.jmeter.plugins.xmlformatter.gui.XMLFormatPostProcessorGui java.lang.UnsupportedClassVersionError: …