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
0
votes
1 answer

Jmeter 2.13 windows server compatibility for installation

I would like to install Jmeter in windows server can any one help me which version of windows server in compatible for installation and detail requirments to install. Thanks, Venkatesh
0
votes
1 answer

How to run Mysql queries in Jmeter after ssh into amazon instance

I am able to SSH into amazon instance using SSH Sampler plugin after SSH'ing into instance I want to run Mysql queries to edit database entries. I'm able to run commands like cd, ls after SSH'ing but unable to run Mysql queries. Mysql queries work…
john lenin
  • 15
  • 4
0
votes
2 answers

"java.net.URISyntaxException: Expected closing bracket for IPv6 address at index 26:" while trying to Get URL

From JMeter, I am trying to get a URL . (http://Uniform_resource_locator:port_0000/abc/def/ghi/content/login.html ) When I create an HTTP request and do a GET on that, I get the following error. java.net.URISyntaxException: Expected closing bracket…
user3681749
  • 37
  • 1
  • 1
  • 6
0
votes
1 answer

Collecting client side Performance Metrics from Phantomjs through Jmeter

Throughout PhantonJS Driver Config is there any way we can capture the following client-side performance metrics through phantomjs by using Jmeter DomLoad windLoad ResourceCount Resource size. Thanks
Users9949
  • 1,819
  • 1
  • 12
  • 11
0
votes
1 answer

How to add beanshell code in any config element to update user property?

1.we can add beanshell pre / post processor, but I want for all request. 2. Also, beanshell / BSF sampler can be used, but while exection, it will be displayed in report. So what I want is to have a place where i can write code and can use as…
Bhomik
  • 73
  • 11
0
votes
1 answer

Error when right clicked on Test Plan of JMeter after adding Jmeter Plugins

On JMeter , i added a plugin - JMeterPlugins-0.5.4.jar into "C:\Users\\Downloads\apache-jmeter-3.0\apache-jmeter-3.0\lib\ext" After this, I restarted my JMeter. Now when I right click on the Plan of JMeter, I get the following error. Any Ideas how…
user3681749
  • 37
  • 1
  • 1
  • 6
0
votes
1 answer

How can I analyse the Performance Report in Jmeter

PerfMon and Monitor in Jmeter is working fine. I know how to extract report and all. Can anyone explain me. How to check the performance report? How can i judge the Server? What all Problems getting on Server?
Arun Kamath
  • 21
  • 1
  • 3
0
votes
3 answers

Jmeter - Regular Expression Extractor

I'm new to jmeter and I'm facing an issue with Regular Expression Extractor. Details: Http request: /apps/Account/LogOn/TestFirm This is the response I've received (I've edited for security purpose). The response from the result tree appears to be…
ShravanM
  • 323
  • 1
  • 7
  • 21
0
votes
1 answer

Unable to recognise the Jmeter issue

I was testing a blog but I didn't get any output not even for just 2 threads. Please help in this. Sharing the image with you:
Anita Pandey
  • 5
  • 1
  • 6
0
votes
2 answers

jMeter JSON parsing failing on CentOS

I am running jMeter via Taurus (bzt) on CentOS. My first call is a login that needs to get the access tokens from the returned JSON. When I run this test on my Mac everything works as expected. But when I run it on my CentOS server I get the…
user3750195
  • 71
  • 1
  • 4
0
votes
2 answers

How to solve the RootCA certification warning while recording jmeter script for mobile device?

I am recording the jmeter script for mobile application, while starting script it shows Root CA certification warning.So how can i solve this warning error? if i ignore this & recording the script is fine but i want to resolve the certification…
sri
  • 21
  • 2
  • 7
0
votes
1 answer

Hitting redis server with redis hash using JMeter (using redis-dataset plugin)

I have a redis server running and I wanted to use JMeter to get the benchmarks and to find in how much time it hits 20K transactions per second. I have a hash setup. How should I go about querying it. I have put one of the keys as redis key and have…
delalli
  • 67
  • 2
  • 11
0
votes
1 answer

Ultimate thread group is not visible though respective plugin was installed

I installed applicable plugin in the newest version of Jmeter but Ultimate Thread group option is not listed in the thread groups list. I download and copied the JMeterPlugins-Standard-1.4.0.jar file inside /../lib/ext/ folder of JMeter install on…
Santana
  • 239
  • 3
  • 18
0
votes
1 answer

How to run a jar file from Jmeter?

I tried the following in the Bean Shell Sampler; Runtime rt = Runtime.getRuntime(); rt.exec("cmd.exe /c && cd /Program Files/Java/jdk1.8.0_51/jre/bin & java -jar File-2.0-SNAPSHOT.WAR"); It looks like, it is not able to run.. Am i doing in the…
0
votes
0 answers

Missing toolbar in the External Editor in jmeter plugin for netbeans

When opening a .jmx file in NetBeans via the jmeter-plugin, the top toolbar in the editor window is missing, along with some menu options. See the two screenshots: Screenshot from Netbeans. Screenshot from jmeter standalone Anyone know if it's…
PeteHegn
  • 3
  • 4
1 2 3
99
100