Edit jmeter module name

This commit is contained in:
Dassi Orleando 2017-12-13 04:00:58 +01:00
parent e6bff93187
commit e5c9d8144b
16 changed files with 10 additions and 4 deletions

View File

@ -3,12 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-jmeter-jenkins</artifactId>
<artifactId>jmeter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-jmeter-jenkins</name>
<description>Run and Show JMeter test with Jenkins</description>
<name>jmeter</name>
<description>Intro to Performance testing using JMeter</description>
<parent>
<artifactId>parent-boot-5</artifactId>

View File

@ -0,0 +1,6 @@
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,Latency,IdleTime,Connect
1513133869106,1150,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 1,150 milliseconds, but should not have lasted longer than 10 milliseconds.",2058,0,5,5,0,0,1150
1513133869106,1152,HTTP Request,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),Thread Group 1-5,text,false,"The operation lasted too long: It took 1,152 milliseconds, but should not have lasted longer than 10 milliseconds.",2058,0,5,5,0,0,1152
1513133869106,1150,HTTP Request,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused (Connection refused),Thread Group 1-4,text,false,"The operation lasted too long: It took 1,150 milliseconds, but should not have lasted longer than 10 milliseconds.",2058,0,5,5,0,0,1150
1513133869106,1152,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 1,152 milliseconds, but should not have lasted longer than 10 milliseconds.",2058,0,5,5,0,0,1152
1513133869104,1153,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 1,153 milliseconds, but should not have lasted longer than 10 milliseconds.",2058,0,5,5,0,0,1153
1 timeStamp elapsed label responseCode responseMessage threadName dataType success failureMessage bytes sentBytes grpThreads allThreads Latency IdleTime Connect
2 1513133869106 1150 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 1,150 milliseconds, but should not have lasted longer than 10 milliseconds. 2058 0 5 5 0 0 1150
3 1513133869106 1152 HTTP Request Non HTTP response code: java.net.ConnectException Non HTTP response message: Connection refused (Connection refused) Thread Group 1-5 text false The operation lasted too long: It took 1,152 milliseconds, but should not have lasted longer than 10 milliseconds. 2058 0 5 5 0 0 1152
4 1513133869106 1150 HTTP Request Non HTTP response code: java.net.ConnectException Non HTTP response message: Connection refused (Connection refused) Thread Group 1-4 text false The operation lasted too long: It took 1,150 milliseconds, but should not have lasted longer than 10 milliseconds. 2058 0 5 5 0 0 1150
5 1513133869106 1152 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 1,152 milliseconds, but should not have lasted longer than 10 milliseconds. 2058 0 5 5 0 0 1152
6 1513133869104 1153 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 1,153 milliseconds, but should not have lasted longer than 10 milliseconds. 2058 0 5 5 0 0 1153

View File

@ -177,7 +177,7 @@
<module>spring-integration</module>
<module>spring-jenkins-pipeline</module>
<module>spring-jersey</module>
<module>spring-jmeter-jenkins</module>
<module>jmeter</module>
<module>spring-jms</module>
<module>spring-jooq</module>
<module>persistence-modules/spring-jpa</module>