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
22
votes
6 answers

How to verify JSON Response in JMeter?

Is anyway to verify JSON Response got from RestFul API in JMeter? I am getting below response: {"workingfrom":[{"id":1234,"type":"office","name":"N1"},{"id":5678,"type":"home","name":"N2"}]}
Anand Somani
  • 801
  • 1
  • 6
  • 15
19
votes
7 answers

JMeter HTTP Proxy server is not recording

We are trying to do performance testing using JMeter. I used the sample guide provided in jmeter using HTTP PROXY SERVER but my record controller was not recording any requests. After doing a lot of research and here is what the complete scenario…
benz
  • 4,561
  • 7
  • 37
  • 68
14
votes
4 answers

Difficult to understand the Gaussian Random Timer?

I have read the Gaussian Random Timer info in jmeter user manual but it is difficult to understand. any one have idea related to this please explain with example highly appreciated. Thanks in advance.
Chetan
  • 2,360
  • 3
  • 18
  • 33
13
votes
2 answers

Stress testing WebSockets in Jmeter

I'm trying to stress test my WebSocket server using Jmeter's plugin (jmeter-websocket). The thing is that the plugin comes with no documentation how to work with it and thus I'm not sure if my expectations of it is supported or not. I managed to run…
Mehran
  • 15,593
  • 27
  • 122
  • 221
13
votes
2 answers

Using CSV file to read test data from

I need to test a various links of a site (no need to login) with 100's of users and loop it for some number of times using JMeter. I want to put those links in a "CSV file", so that all the links to be tested are read from file. How do I accomplish…
user2003333
  • 149
  • 1
  • 1
  • 3
11
votes
2 answers

How to print 95 and 99 Percentiles in the jmeter aggregate report command line?

I am trying to print 95 Percentile and 99 Percentile response times in the jmeter aggregate report from the command line For this, I have tried the solution mentioned in here: Jmeter: Generating aggregate report through commnd line is not including…
user6348718
  • 1,355
  • 5
  • 21
  • 28
11
votes
2 answers

How to save jmeter Summary Report and other graphs (eg. Response Time Graph ) automatically

Each time when I run Jmeter script I have to save the summary report and graphs manually. I want them to be stored automatically. I tried to write the Summary results to file as C:\JMeter\Summary${__time(ddMMyy HHmmss)}.csv. But it comes out in XML…
user1984004PRI
  • 313
  • 2
  • 8
  • 21
10
votes
3 answers

Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code

I am trying to run a Jmeter test on remote machine ( macOS sierraO). I configured jp@gc - Chrome Driver Config and I can connect to the slave machine. However, whenever I try to run it I get Starting ChromeDriver 73.0.3683.20 (XXXXXXX) on port…
Awad
  • 823
  • 3
  • 11
  • 33
10
votes
4 answers

Postman script to JMeter script

We have several Postman HTTP scripts, We would like to convert it to JMeter scripts, is there a simple conversion tool/option? should we use recording as suggested in quora ? Launch Postman and setup the proxy server under File>Settings>Proxy to…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
10
votes
3 answers

JMeter Plugins when Executing from Maven

Is it possible to use JMeter Plugins when executing JMeter from the jmeter-maven-plugin? UPDATE I've tried adding the jmeter-plugins dependency to the plugin definition as per Ardesco's helpful answer, but I get a myriad of ClassNotFoundExceptions.…
DeejUK
  • 12,891
  • 19
  • 89
  • 169
10
votes
5 answers

WebSocket plugin for Jmeter

Can someone share me a link with plugin sampler for Websocket protocol for JMeter? I tried to install from the link below: https://github.com/kawasima/mod_proxy_websocket. But not sure how to get that. I am new to the tool. Thanks and appreciated.
user2308299
  • 101
  • 1
  • 1
  • 4
9
votes
2 answers

Running distributed JMeter test on Azure DevOps within build pipeline

I need to do distributed load testing in Azure with JMeter. I don't see how to proceed to do it: Using an approach similar to this one Using JMeter core distributed testing, I would need to setup 1 master and slave nodes, but I don't see how to do…
9
votes
2 answers

How to do a OAuth 2.0 authentication in JMeter?

I'm trying to Functional test a few APIs that need to be authenticated (OAuth 2.0) and simulate this in JMeter. I'm trying to authenticate the OAuth service for Azure cloud. Has anyone out there been able to successfully create JMeter HTTP requests…
Husain Khambaty
  • 740
  • 1
  • 9
  • 22
9
votes
1 answer

What does 90th, 95th & 99th pct matrices means in dashboard report of jmeter?

In jmeter 3.0 I have created dashboard report but getting problem in reading some matrices like 90th, 95th and 99th pct in statistics. What these actually means?
Pravin
  • 155
  • 1
  • 1
  • 9
9
votes
1 answer

Why jMeter show transaction controller data in its summary report?

Here i have A recording controller and test script recorder. I recorded the user activities using template. This automatically creates a Recording controller and then transaction controller. Each transaction controller has child HTTP request wrapped…
TMNT
  • 156
  • 1
  • 10
1
2 3
99 100