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

ERROR : Load test HLS using JMeter with plugin HLS Sampler

I tried to test my HLS server using JMeter with HLS Sampler. But on my cmd there is a notif error. What should i do ? java.io.FileNotFoundException: http://192.168.2.215/vod/BF1.mp4/chunk.m3u8 at…
Zae
  • 21
  • 1
2
votes
1 answer

How to send jmeter test results to datadog?

I wanted to ask if anyone has ever saved jmeter test results (sampler names, duration, pass/fail) to Datadog? Kinda like the backend listener for influx/graphite... but for Datadog. Jmeter-plugins has no such plugin. Datadog seems to offer something…
singh2005
  • 1,251
  • 12
  • 19
2
votes
1 answer

Unable to connect to Websocket through JMeter plugins

My Requirement: I have to connect to the Websocket through JMeter Once it is connected, I have to send some API requests having JSON data as body to the server and I have to verify the JSON response of it Worked Items: I have tried using Maciej…
2
votes
1 answer

Setting the DB password in JDBC configuration from csv file? JMETER

I am trying to get the datatbase url, password and username from a csv file in the JDBC configuration. The post JDBC requests and query DB. The main moto is not to touch the .jmx test plan and provide values externally. How can I do this?
Apu
  • 147
  • 1
  • 4
  • 12
2
votes
2 answers

Install JMeter plugin

I have another little question about JMeter. In my PC I have a JMeter installation where I downloaded some plugins with the Plugins Manager. I'm running some tests on 3 different Linux VMs (1 master and 2 slaves). To install the same plugins in…
M Zyn
  • 39
  • 7
2
votes
1 answer

extract jmeter performance metrics

I can use Aggregate Report listener to generate the Aggregate Report with performance metrics by giving the output jtl file in csv format. By clicking on "Save Table Data" button, I can save the metrics data into csv file. How can I do that in a…
Li Yi
  • 21
  • 1
2
votes
1 answer

JMeter irrelevant plugins in Plugins Manager

In latest JMeter there are irrelevant plugins in Plugins Manager (start with jmeter - ) as jmeter - JDBC Support It display JMeter components which are part of JMeter and can't be uninstalled, Manager UI allow to uninstalled and if clicking Apply…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
2
votes
1 answer

How can I add a RecordingController in a Jmeter project using Java api?

How can I add a NonTestElement Proxy recording controller in a Jmeter project using Java api? I am trying to do it in THIS GITHUB PROJECT but it is not working. I am able to add a RecordingController, which is a container that stores the recorded…
djangofan
  • 28,471
  • 61
  • 196
  • 289
2
votes
1 answer

How to set variable and its value in Jmeter container like User Parameters using script

I need to set and get variables in Jmeter for API automation. I am using the groovy script for same. I am able to store key-values in Property Files using below code: props.put("shubhamKey", "shubhamValue") I do not want to use the main property as…
Shubham Jain
  • 16,610
  • 15
  • 78
  • 125
2
votes
3 answers

Can we assert API response using code like javascript using Jmeter

I am trying to explore Jmeter for API testing. I am able to add Assert using response assertion of Jmeter. But I like a platform in Jmeter where we can write our code to assert more complex scenario of testing API tests on API. Similar as we can say…
Shubham Jain
  • 16,610
  • 15
  • 78
  • 125
2
votes
2 answers

JMeter timers not waits the time configured in sampler

I try to create a scenario that I put a user defined delay in my test. In the start of the test I created JSR sampler and created a variable called vertica_results_delay and put in it the value of 400000. Than I crated a timer and put…
Bastian
  • 1,089
  • 7
  • 25
  • 74
2
votes
2 answers

How to display separate results for each thread group in Jmeter

I have a question about the results sampler. I have a test plan with two thread groups, that I want to run together. The problem is that I see in the results combination off the two thread groups. I want that in the results listener of the first…
Bastian
  • 1,089
  • 7
  • 25
  • 74
2
votes
1 answer

JMeter: How can i group sample requests as one test case so that the report looks neat

I am using JMeter and Blazemeter to do some load testing. After i record a testcase say Login, I have 5 API calls recorded as part of the same testcase. On the generating the report, My report is looks untidy and has all API calls displayed. I tried…
user2560019
  • 127
  • 1
  • 1
  • 11
2
votes
1 answer

Dummy Sampler under Runtime Controller duplicate requests

I have a Simple Test Plan: Thread Group Runtime Controller Dummy Sampler JSR223 Post Processor Which works fine, unless I uncheck the Simulate response time(sleep) checkbox Then It sends more than 300 request per seconds! (I see it using…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
2
votes
1 answer

Is there a good way to capture AJAX traffic during a JMeter test?

We're looking to start doing some load testing and have experimented with JMeter before. The main complaint is that our current tests don't record any of the AJAX traffic in the web application. Is it possible to record traffic during the tests?
Inondle
  • 332
  • 1
  • 5
  • 16