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

Run Perf tests using Jmeter GUI on Kubernetes cluster

I have a Jmeter server (using jmeter-maven-plugin) running in a pod in my Kubernetes cluster, which is used to perf test Microservices running in other pods in the same cluster. I usually run perf tests by invoking the server using CLI commands in…
2
votes
1 answer

How to set CSV file in java code by running the Jmeter test using a program (Java Code)?

I have previously ask the question that how to log the results after running the jmeter test using a java program and then I have got this by myself so I am going to share the link of that question with answer for future references. So here is the…
user12434952
2
votes
2 answers

How can I save a result set after running the Jmeter Test using a program (JAVA CODE)?

I have run the Jmeter Script using Jmeter dependency in eclipse using Java code, fortunately, my script is running fine but now I'm unable to store the result for the same. Can anyone please tell me how can I achieve this ? please see the following…
user12434952
2
votes
2 answers

JMeter - Connect with MySql database without using JDBC Connection Configuration and Samplers

How to connect with My Sql database without using JDBC Connection Configuration and JDBC Samplers? I want to establish connection with My SQL database without using JDBC Connection Configuration and JDBC Samplers as I don't want to keep the database…
Nahor
  • 83
  • 1
  • 7
2
votes
1 answer

How to disable JMeter log information output to console (in java)

I was developing a jmeter test plan from java code, and I've installed jmeter api from maven. It runs successfully. However, it shows lots of needless information on the console. Here is my environment: JavaSE 1.7 JMeter 3.0 Windows 7 And I'm…
Winnie Tsou
  • 73
  • 1
  • 4
2
votes
0 answers

jmeter-maven-plugin - how to use plugins without download

I'm using jmeter-maven-plugin to execute JMeter tests with maven. The JMeter project depends on some plugins which I need to include in the test run. Further, I want to include these plugin JAR files in the project directory, not to download them at…
Tuomas Toivonen
  • 21,690
  • 47
  • 129
  • 225
2
votes
1 answer

Jmeter Maven Plugin not starting remote nodes

I am trying to run a simple distributed jmeter test with the jmeter-maven-plugin but I cannot get the remote nodes to be started by the plugin. If I manually start jmeter-server on each node, it will work as expected, but I don't want to do have to…
AHungerArtist
  • 9,332
  • 17
  • 73
  • 109
2
votes
1 answer

Trying to publish the report in Jenkins with HTML Publisher plugin - jmeter maven plugin

Java: 8 Maven: 3.2.5`` JMeter-Maven-Plugin: 2.7.0 I also have this same use case, trying to publish the report in Jenkins with HTML Publisher plugin. tarting process with:[java, -Xms512M, -Xmx512M, -jar, ApacheJMeter-4.0.jar, -d, …
2
votes
1 answer

how to filter jmeter dashboard that generated using maven project

I am generating a dashboard using jmeter, and I want to restrict warmup requests like (sampler names) setPost, setGet, setPut, and setDelete from showing up in the dashboard. But, these have to be run before running other requests. I tried to…
2
votes
2 answers

When I use Jmeter 5.0 and Jmeter Maven Plugin 2.7 together, it doesn't generate JTL file by default

My Jmeter test plan has two threads. Each thread uses different CSV file, runs separate test. I am expecting it to generate two JTL files at the end of execution. In order to achieve this I have added separate Aggregate Table listener to each thread…
paul
  • 4,333
  • 16
  • 71
  • 144
2
votes
1 answer

Jmeter(maven) doesn't run on jenkins but runs locally

I have created a test project(maven) for testing performance of a REST API. I am using Jmeter plugin Here is my pom snippet com.lazerycode.jmeter
pvpkiran
  • 25,582
  • 8
  • 87
  • 134
2
votes
1 answer

Jmeter maven plugin | maven build not failing even if there are failures

I am using JMeter maven plugin 2.6.0 I have a JMeter test plans which contains some test. I am running the jmx plans through maven build. Even if there are failures, maven build is not getting failed. I want the maven build to be failed. I am using…
ealvarado
  • 63
  • 1
  • 10
2
votes
2 answers

Package maven project for offline mode

I need to execute JMeter tests on an offline server. Currently, I have a Maven project which executes JMeter tests with the plugin "jmeter-maven-plugin" on my workstation. Now I want to package this Maven project to deploy it on my offline server. I…
2
votes
2 answers

JMeter-WebDriver Sampler integration with maven using Jmeter-maven plugin

Just wanted to know, whether jmeter-maven plugin supports jmeter webdriver integration or not? Thanks!
Atul Kumar
  • 73
  • 2
  • 11
2
votes
2 answers

How to use perfmon plugins with jmeter-maven-plugin?

Im currently working on a jmeter based project running the tests using jmeter maven plugin. So far everything works until i've added perfmon plugins, adding them to get Transactions per second and Response Times over Time using the jmeter UI,…
geneqew
  • 2,401
  • 5
  • 33
  • 48
1 2
3
16 17