From 1e0f0c1849036b6403629911e1e21212950079ba Mon Sep 17 00:00:00 2001 From: Dassi Orleando Date: Tue, 5 Dec 2017 07:51:37 +0100 Subject: [PATCH] BAEL-1408: Intro to Performance Testing using JMeter --- spring-jmeter-jenkins/pom.xml | 21 +++++++++++++++++-- .../resources/20171205-JMeter-Jenkins.csv | 6 ++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 spring-jmeter-jenkins/src/main/resources/20171205-JMeter-Jenkins.csv diff --git a/spring-jmeter-jenkins/pom.xml b/spring-jmeter-jenkins/pom.xml index 38b5f98e45..dcf1c6d3e5 100644 --- a/spring-jmeter-jenkins/pom.xml +++ b/spring-jmeter-jenkins/pom.xml @@ -21,6 +21,7 @@ UTF-8 UTF-8 1.8 + 2.6.0 @@ -45,8 +46,24 @@ org.springframework.boot spring-boot-maven-plugin + + + com.lazerycode.jmeter + jmeter-maven-plugin + ${jmeter.version} + + + jmeter-tests + + jmeter + + + + + ${project.basedir}/src/main/resources + ${project.basedir}/src/main/resources + + - - diff --git a/spring-jmeter-jenkins/src/main/resources/20171205-JMeter-Jenkins.csv b/spring-jmeter-jenkins/src/main/resources/20171205-JMeter-Jenkins.csv new file mode 100644 index 0000000000..719fc18f41 --- /dev/null +++ b/spring-jmeter-jenkins/src/main/resources/20171205-JMeter-Jenkins.csv @@ -0,0 +1,6 @@ +timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,Latency,IdleTime,Connect +1512454361862,181,HTTP Request,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),Thread Group 1-2,text,false,"The operation lasted too long: It took 181 milliseconds, but should not have lasted longer than 10 milliseconds.",2058,0,3,3,0,0,181 +1512454361926,116,HTTP Request,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),Thread Group 1-3,text,false,"The operation lasted too long: It took 116 milliseconds, but should not have lasted longer than 10 milliseconds.",2058,0,3,3,0,0,116 +1512454361862,181,HTTP Request,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),Thread Group 1-1,text,false,"The operation lasted too long: It took 181 milliseconds, but should not have lasted longer than 10 milliseconds.",2058,0,3,3,0,0,181 +1512454362126,2,HTTP Request,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),Thread Group 1-4,text,false,,2058,0,1,1,0,0,2 +1512454362326,2,HTTP Request,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),Thread Group 1-5,text,false,,2058,0,1,1,0,0,2