jmeter-plugins Questions

2

One of the Jmeter requests which I captured contains the 'LongPolling' transport method. So it takes high load time/latency. I don't want to have this much of high latency in the request. How can...

3

Solved

I want to Mock HTTP requests, meaning sending real request to real server, but ignore (not wait) and override the response with a dummy response, JMeter have many tools which are close but not eno...
Innervate asked 6/3, 2018 at 11:38

4

Solved

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 s...
Mutt asked 28/12, 2017 at 14:51

3

I have read in best practices for jmeter - Disable all JMeter graphs as they consume a lot of memory. You can view all of the real time graphs using the JTLs tab in your web interface. How is...
Donata asked 17/4, 2016 at 11:53

6

Solved

I'm trying to encode a file to Base64 in Jmeter to test a web service using the following script: String file = FileUtils.readFileToString(new File("${filepath}"), "UTF-8"); vars.put("file", new S...
Basipetal asked 11/4, 2016 at 14:58

3

Solved

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 a...
Kalindi asked 21/8, 2013 at 15:38

2

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 t...
Roxie asked 23/1, 2013 at 9:37

7

Solved

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 l...
Uncinariasis asked 11/6, 2013 at 8:23

6

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"}]}
Tirza asked 25/6, 2013 at 13:12

3

Solved

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 Starti...
Chen asked 8/3, 2019 at 19:19

2

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 setu...

3

Solved

I am doing performance testing for an application that has AJAX calls. I am able to record the same requests but unable to execute them. Can anyone help me in execute the AJAX requests, please? Do...

3

Solved

jmeter ForEach controller can be used to iterate over variables with same prefix like, myVar_1 myVar_2 myVar_3 But in my case input variable is array of strings, [ "val1", "val2", "val3" ] How t...
Rotterdam asked 3/5, 2017 at 4:38

2

Solved

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 b...
Knickerbockers asked 24/1, 2017 at 1:57

2

I ran a test plan with 5 users for a total of 20 seconds and what I am not able to understand is what ramp-up period is in actual. Does it means that each user will get 4 seconds or 20 seconds will...
Ungrateful asked 26/10, 2018 at 5:33

1

Solved

I have a test plan such as: -Test Plan - Thread Group - Cookie Manager - Login - Play The login operation returns a session cookie which is required for play operation, for which I'm using C...
Textualism asked 20/10, 2018 at 9:19

4

After test run, How can I generate Test result (CSV)file and JTL file in jmeter. Because, this jtl file using to generate Dashboard report in jmeter3.0. So, kindly give me solution. Thanks, Vaira...
Behka asked 15/9, 2016 at 10:42

1

Solved

I seem to have spent far too long trying to discover a way to obtain information such as the machineName I'd like to use https://jmeter.apache.org/usermanual/functions.html in two different program...
Bakelite asked 22/1, 2018 at 15:13

2

Solved

I am trying to use beanshell preprocessor for parameterization in JMeter script.My JMeter script structure is as mentioned below. Test plan->Thread group->Transaction Controller->Requests.I want to...

4

Solved

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 advan...
Matthaus asked 12/7, 2013 at 13:35

1

Solved

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?
Jibheaded asked 5/8, 2016 at 5:7

2

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 ag...
Ev asked 19/1, 2017 at 4:12

4

I get an error when using jmeter with one master and one remote node. I did this steps: Java & JMeter versions are the same (whith JMeter plugins) I started the JMeter Server in the remote no...
Recreate asked 6/5, 2014 at 12:58

1

Solved

I am new to Jmeter and getting java.lang.ClassNotFoundException:kg.apc.jmeter.vizualizers.SynthesisReportGui when using jp@gc Graph generator plugin in Jmeter v 3.0. Please help. I am trying to ru...
Ave asked 13/2, 2017 at 13:23

1

Solved

I am unable to download the apache jmeter, Json Path Extractor, the loader keeping loading. url: https://jmeter-plugins.org/?search=jpgc-json
Kwangtung asked 11/2, 2017 at 12:56

© 2022 - 2024 — McMap. All rights reserved.