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

Error while opening Jmeter Plugin Manager

I just added the plugin manager jar(jmeter-plugins-manager-0.10) in lib/ext folder of Jmeter(3.0). I keep getting this error when I try to open Plugin Manager through the Options. Can someone please help. I tried to run the jmeter through command…
Basil
  • 77
  • 2
  • 9
3
votes
2 answers

pause and resume jmeter execution

I am looking for an option to pause and resume JMeter execution (single/multiple threads). 1. Pausing and Resuming through command line 2. From the Jmeter UI 3. By coding in some language in a sampler of Jmeter 4. Using a JMeter plugin Any of the…
Prakash.AI
  • 111
  • 1
  • 11
3
votes
2 answers

How to get the name of the Parent Controller from a Post Processor

My Jmeter Project Structure is like following, and I have a Beanshell Post Processor as a child node. How can I get the name of the Parent controller(Simple Controller 01) from the BeanShell post processor? Your help is highly appreciated. Thread…
ycr
  • 12,828
  • 2
  • 25
  • 45
3
votes
2 answers

How to group Jmeter Results by Controller Name

I have a Jmeter project in the following Structure. Thread Group | |_ Simple Controller 01 |__ Sampler 01 |__ Sampler 02 | |_ Simple Controller 02 |_ Sampler 03 My requirement is to run my Jmeter Script in Non-GUI mode and generate a…
ycr
  • 12,828
  • 2
  • 25
  • 45
3
votes
0 answers

'Once Only Controller' is not working and throwing the error 'ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.StackOverflowError'

Once Only Controller is not working and throwing this error: ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.StackOverflowError Looks like 'Once Only Controller' is not working with 'Stepping Thread Group' and my test plan looks like as…
Kiran Kumar H N
  • 91
  • 1
  • 10
3
votes
1 answer

how to ignore error in jmeter

I have a sticky application and i cant use IP spoofing or things like that. So I get No HTTP response code error in the long run. I want jmeter to ignore this error particular error but be capable of calculating other HTTP error such as 429 Too Many…
Jose
  • 155
  • 2
  • 8
3
votes
2 answers

running all http request at one time in Jmeter

In my test plan after login i am clicking on link, that link makes call to 10+ different services to show data. With current test plan all those 10+ service goes in sequential format i wan't know if there is a way i can call all of them at same…
Akshay
  • 657
  • 2
  • 19
  • 38
3
votes
3 answers

Generating graphs from distributed test seems to give results for one client/slave

I'm running a distributed test using 5 JMeter clients (slaves). Each client is set to run 50 users. At the conclusion of the test I generate a series of graphs from the resulting JTL along with a SynthesisReport. The SynthesisReport details 250…
Craig
  • 31
  • 1
3
votes
2 answers

How to use Apache Ant in Jmeter?

How to generate Html reports from using Apache ant in Jmeter. Please attach screenshots
Don73
  • 73
  • 1
  • 7
3
votes
3 answers

Could not initialize class.org.apache.jmeter.save.SaveService

I am trying to open jmeter files on amazon machines in GUI mode. It keeps on throwing this error: "Could not initialize class.org.apache.jmeter.save.SaveService" The log files: jmeter.JMeter: Uncaught exception: java.lang.NoSuchMethodError:…
user1752844
  • 31
  • 1
  • 3
3
votes
0 answers

How to implement dynamic parameters in Jmeter

I have to develop program that uses a custom method in Jmeter with java. And I would like to export a jar deployed to Jmeter's ext category. The code below supplies fixed parameters to Jmeter but how can I make these parameters dynamic? import…
kaku21
  • 129
  • 1
  • 1
  • 11
3
votes
1 answer

In aggregate graph in jmeter how to add custom percentage line like 90%, 95%, 80% etc

In aggregate graph in jmeter how to add custom percentage line like 90%, 95%, 80% etc I want this custom percentage line in aggregate report and graph both. I found an screenshot with multiple % lines in jmeter's documentation but didn't get the…
Amit Rajput
  • 137
  • 1
  • 2
  • 13
3
votes
2 answers

Listeners to visualise results of load test in JMeter

I want to run a load test in non-GUI mode and save the results in a .csv file. (I have not modified the .properties files, so the standard information are saved) I plan to load this file and visualise the results with JMeter’s Listeners. Which…
Who cares
  • 37
  • 5
3
votes
2 answers

How to get data from JMeter to influxDB with backend listener?

I'm working with JMeter 2.13 and influxDB 0.8.8 and trying to get JMeter data to influxDB by using backend listener. First of all i installed influxDB, changed its configuration for JMeter and run it successfully. Also i added new databases and post…
kemalsami
  • 337
  • 5
  • 17
3
votes
1 answer

Application uploads image successfully without Jmeter, but fails to upload image when recorded under Jmeter

Step 1: Login to application and upload an image for Admin profile. Application uploads image successfully without been recorded in Jmeter. Step 2 : Start Jmeter, add a thread group. Step 3 : Add HTTP(S) test script recorder, go to HTTP…
Vishal
  • 147
  • 4
  • 16