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

Add JMeter plugin programmatically - non gui mode

I am trying to use jmeter-plugins. Does it have to be placed only under /lib/ext folder? Is there any way for me to refer to the plugin jar using some properties? (like user.classpath property to refer to my custom lib)
KitKarson
  • 5,211
  • 10
  • 51
  • 73
3
votes
2 answers

Stop JMeter test execution only after n assertion errors

Problem I am modelling stress tests in JMeter 2.13. My idea of it is to stop the test after certain response time cap is reached, which I test with Duration Assertion node. I do not want, however, to stop the test execution after first such fail -…
Stye
  • 110
  • 1
  • 9
3
votes
0 answers

Thread and message sequence handling in WebSocket load testing with JMeter

First of all, I'm very new to JMeter. I'm trying to do load testing of websocket service but I haven't been able to figure out how to send multiple messages within one connection sequentially (and not parallel with other threads) after response to…
sethaie
  • 31
  • 1
  • 3
3
votes
1 answer

Jmeter report Graph with "Number of Users" Vs "Average Response Time"

Is there any report /Graph available in JMETER where I could see Number of user at a time Vs the response time of application under test. This will help me identify what is the performance of application at particular load
Nipun Kumar
  • 143
  • 1
  • 6
  • 16
3
votes
1 answer

How to run take the users defined variables of Jmeter from command line when running the test through jmeter-maven plugin

I build a test plan on Jmeter and running that from maven. But I don't know how to take those user defined variables from the command line when I am running the test on maven that I have specified in Jmeter. For example I have defined the number of…
MAK
  • 101
  • 3
  • 10
3
votes
1 answer

Jmeter and Ant report 90% line

I am using Jmeter and Ant for one of my project, when we generate report it shows URL, #Samples, Failures, Success Rate, Average Time, Min Time, Max Time in report. I want to include 90% time line in the report as well. right now i am using…
Abhishek
  • 96
  • 4
3
votes
2 answers

Running Jmeter testplan in non GUI mode

I have created some test plans in Jmeter. Now I need to run them trough command line or java API. Can anyone please suggest any links or examples on from CLI/JAVA API how to: Start jmeter Load the *.jmx [testplan] plan Specify number of…
Ashoka
  • 187
  • 3
  • 14
3
votes
1 answer

Difference in response time between http vs https

I tested my web site with 100 users with http and https. The response time obtained in https is much higher compared to the response time obtained in http. The response time of https is nearly four times greater than http. Can anyone explain me why…
Praju
  • 127
  • 3
  • 8
3
votes
2 answers

Need Step by Step Guide to execute the Jmeter Scripts in Jenkins (with Hudson build) over Ubuntu

I'm new to Jenkins (Hudson Build). I don't have any Idea how to integrate the Jmeter script with Jenkins installed over Ubuntu . I researched a lot, but I could find only the GUI based steps for Jenkins. Can any one please help me with Command line…
3
votes
1 answer

JMeter saving sub-millisecond response times to a file

I'm trying to test an application with a typical resonse times of 0.2-0.4 milliseconds with Apache JMeter. I've found "jp@gc - Response Times Over Time" plugin that is able to display such response times as a graph but all available listeners…
elahi
  • 41
  • 3
3
votes
1 answer

JMeter: What is a good test structure for load testing REST APIs?

I am load testing (baseline, capacity, longevity) a bunch of APIs (eg. user service, player service, etc) using JMeter. Each of these services have several endpoints (eg. create, update, delete, etc). I am trying to figure out a good way to organize…
indolent
  • 3,053
  • 5
  • 23
  • 21
3
votes
0 answers

Advance jmeter books or tutorials?

I am new in Advance jmeter, I already purchase the Jmeter book for beginner & read the basics of jmeter(good book for basics). Now my problem, Please suggest book or tutorial for advance Jmeter concepts (Advance jmeter concepts in single place)? I…
C J
  • 71
  • 1
  • 6
3
votes
1 answer

JMeter counter report

I have a test plan with 28 controllers. each controller is a complete scenario of how user will surf the site and is in an individual thread, so obviously each scenario takes different time to complete. Some of them would take only 2-3 seconds for…
Payam
  • 1,068
  • 12
  • 15
3
votes
1 answer

How to pass 'method parameter' with HEAD request?

I have one HEAD restAPI which contain some parameter. Example: HEAD http://server:port/myservice/rest/v0.1/myStore?storeid='123' I have added /myservice/rest/v0.1/myStore in Path of Http Request. Changed Method to HEAD. Added Parameter storeid=123…
Anand Somani
  • 801
  • 1
  • 6
  • 15
3
votes
1 answer

Uncaught Exception java.lang.ExceptionInInitializerError in JMETER 2.9 with third party websocket plugin

I have created one new jar namely ApacheJMeter_WebSocket.jar. Then I placed it in /apache-jmeter-2.9/lib/ext/ folder. When i start the jmeter from bin i observe this error and not able to proceed further: Uncaught Exception…
Sandy
  • 313
  • 1
  • 8
  • 23