Questions tagged [jmeter-maven-plugin]

JMeter Maven plugin to automate Apache JMeter tests in Maven.

enter image description here

The JMeter Maven Plugin allows you to integrate Apache JMeter tests as part of your Maven build lifecycle. This makes your tests more portable and easier to run in multiple environments as the only real dependency is a valid Maven install.

242 questions
4
votes
1 answer

Can JMeter Assert on Throughput?

Is it possible to have a Maven/Jenkins build fail due to JMeter tests failing to achieve a specified throughput? I'm tinkering with the jmeter-maven-plugin in order to do some basic performance tests as part of a continuous integration process in…
DeejUK
  • 12,891
  • 19
  • 89
  • 169
4
votes
2 answers

jmeter plugin maven test-jar

Hi I'm trying to automate my JMeter load balancing test with the jmeter-maven-plugin from lazerycode. My JMeter tests uses premade junit class files which I pack into a test-jar with the maven-jar-plugin. But before the jar file is installed on my…
J.Pip
  • 4,523
  • 7
  • 31
  • 49
3
votes
1 answer

How do I disable JMeter reporting in non-gui mode

Is there a way to completly disable Jmeter reporting in non-gui mode? so it does not create any html reports?
3
votes
3 answers

jmeter-analysis-plugin IllegalArgumentException: Null or zero length 'values' argument

I am getting an illegal argument exception when running the jmeter-analysis plugin. I have validated all the output .jtl files and it doesn't appear that the xml files are malformed. Below I have posted the maven command I am using to run the…
moonboy
  • 1,296
  • 4
  • 16
  • 29
3
votes
1 answer

Automation of JMeter tests using Maven

I have included JMeter plugin by lazycode in my application. com.lazerycode.jmeter jmeter-maven-plugin
Tarun Maganti
  • 3,076
  • 2
  • 35
  • 64
3
votes
1 answer

Jmeter include controller relative path

We are using Jmeter-maven-plugin and created a maven project in eclipse. My test file (MainTest.jmx) is in src/test/jmeter folder, in this test we used "include controller" to reuse test fragments. These fragments are stored in…
3
votes
2 answers

Jmeter- Error in NonGUIDriver java.lang.IllegalArgumentException

Trying to execute .jmx (Jmeter) using maven project. Created jmx file in Jmeter 3.1 version. Using jmeter-maven-plugin 2.1.0. Getting following error while executing in command line using - mvn clean verify [INFO] P E R F O R M A N C E T E S…
Saagar
  • 794
  • 3
  • 20
  • 41
3
votes
2 answers

Jenkins java.lang.OutOfMemoryError: GC overhead limit exceeded

I am currently working on creating a performance framework using jenkins and execute the performance test from Jenkins. I am using https://github.com/jmeter-maven-plugin/jmeter-maven-plugin this plugin. The sanity test with single user in this…
3
votes
2 answers

Is there a Maven dependency for jmeter

I am planning to write the jmeter test in java and I understand that we can copy the jar files from jmeter installations into the build path of my java project. But to make things easier do we have the maven dependecy which can be easily loaded in…
pune06
  • 123
  • 2
  • 10
3
votes
1 answer

Execute multiple goals with parameters in maven

I am trying to execute multiple goals in maven I have my Pom.xml like com.lazerycode.jmeter jmeter-maven-plugin 1.4.1
mo0206
  • 791
  • 5
  • 20
  • 36
3
votes
1 answer

jmeter-graph-maven-plugin types of graphs available?

I am writing a JMeter suite to run on top of Jenkins and generating charts using the jmeter-graph-maven-plugin. The tests are being executed with the jmeter-maven-plugin and generating the corresponding *.jtl files that the jmeter-graph plugin…
Neill Lima
  • 331
  • 3
  • 11
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
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
4 answers

Maven error in Jenkins JMeter project, "Error creating properties files for forking"

I have Maven JMeter project which runs perfectly from my home folder using "mvn verify", but when I try to run it from Jenkins I get error message to console: [workspace] $ mvn verify FATAL: command execution failed java.io.IOException: Cannot run…
JohnP
  • 1,046
  • 2
  • 16
  • 29
2
votes
2 answers

JMeter maven plugin - Customize reportgenerator.properties

When I'm using the JMeter Maven plugin, and running mvn jmeter:configure it automatically creates a default bin/reportgenerator.properties file. How can I customize this file? Is there a way to specify some of the properties in the jmeter-maven…
Nicholas DiPiazza
  • 10,029
  • 11
  • 83
  • 152
1
2
3
16 17