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

lack of CR - TCP Sampler

I am trying to use TCP Sampler for creating an automatic tests on top of IMAP4. I am not using the Mail Reader Sampler because i need to allow injecting pure IMAP4 commands. My IMAP4 server (like any IMAP4 server) expect to receive any IMAP4…
user2650637
  • 119
  • 4
6
votes
2 answers

How to have maven run just JMeter tests (no other life cycles)

We're using the maven-jmeter-plugin and I've setup a jmeter profile. When I run mvn -Pjmeter verify the various maven life cycles get run, but none of them need to. How can I run just the JMeter tests? jmeter
EGHM
  • 2,144
  • 23
  • 37
5
votes
0 answers

calculate Duration of The stepping Thread Group Execution in Jmeter

we are developing tool that's support For execute Jmx files in our Application currently i have issue with get the Execution Duration Time Based On Steping thread Group Values. I got the Duration time by using Java public class…
Raju
  • 459
  • 5
  • 23
5
votes
2 answers

The load test stops before the specified duration

I'm using a Stepping thread group for a load test This is the configuration of stepping thread group. Instead of running for 4 hours, it is stopping after it is run for 17 minutes. What could be the reason?
Rekha
  • 161
  • 10
5
votes
2 answers

Error while trying to merge results from different JTL files using the MergeResults PLUGIN in JMETER NON GUI mode

I've used java -jar /Users/Sri/apache-jmeter-3.0/lib/ext/CMDRunner.jar --tool Reporter --generate-csv results-demo3.csv --input-jtl merge-results.properties --plugin-type MergeResults** command at/bin path.merge-results.properties file is in bin…
Rekha
  • 161
  • 10
5
votes
1 answer

How to customize Jmeter startup with Jmeter gradle plugin

I have created several Jmeter plugins that I need to use when executing my Jmeter scenario. When executing manually my scenario I execute the following command: jmeter.sh -Jsearch_paths="/home/installMyPlugin/lib/ext"…
sebastien
  • 2,489
  • 5
  • 26
  • 47
5
votes
2 answers

JMeter - Webdriver error : java.lang.NoClassDefFoundError: com/sun/jna/platform/win32/Kernel32

This error: jmeter log, appears everytime I run a testscript in Jmeter. But everything works... It is just this error that appears everytime in log after the actual script had run. Can I ignore this error? Or will it influences my…
Paili
  • 825
  • 5
  • 18
  • 30
5
votes
1 answer

Jmeter remote Execution -- Is there any way to provide global property from ant?

In my Jmeter script I'm using property function i.e. ${__P(varName,2)} to specify variable value at run time. When Executing script from CMD -- I can specify property value using -JvarName (i.e. -JvarName=5) and for remote Execution I can…
Devang
  • 365
  • 2
  • 6
  • 26
5
votes
1 answer

JMeter's nanoThreadSleep Property - How do I use it?

I'm setting up a load testing solution, and as I've been reading through JMeter's docs, I see that you can set numerous properties for test plans. I've got tests already running just fine and producing results, graphs, etc., but as I tried to gain…
liltitus27
  • 1,670
  • 5
  • 29
  • 46
5
votes
1 answer

Websocket plugin for Jmeter - for WSS

We are trying to use websocket plugin http://github.com/maciejzaleski/JMeter to test websocket requests. We are able to connect to ws connections but not able to do wss connections. For example, when I try to hit wss://echo.websocket.org we are…
5
votes
3 answers

Performance Testing of AJAX calls via JMeter

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 I need to use any extra plugin for this? If yes,…
5
votes
1 answer

Why "JMeterThread.last_sample_ok" is set to true on assertion failure

The jmeter document says http://jmeter.apache.org/usermanual/component_reference.html#assertions The variable JMeterThread.last_sample_ok is updated to "true" or "false" after all assertions for a sampler have been run. I have a http sampler in my…
Michael S Daniel
  • 59
  • 1
  • 1
  • 6
5
votes
2 answers

Use of Beanshell Preprocessor for Parameterization in JMeter

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 know which procedure I should follow to dynamically…
5
votes
4 answers

JMeter remote test fails with error message "Engine is busy - please try later"

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 node I added the remote node IP to the properties file of…
SLo
  • 75
  • 1
  • 1
  • 10
5
votes
1 answer

How to run jmeter script from eclipse

Please let me know whether it is possible to run jmeter script from eclipse? If yes Please let me know the process.
Yash Varshney
  • 365
  • 1
  • 5
  • 16