You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,6 @@
5
5
### Description
6
6
JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send test results to an ElasticSearch engine. It is meant as an alternative live-monitoring tool to the built-in "InfluxDB" backend listener of JMeter.
7
7
8
-
### Contributing and testing your code
9
-
Fork & clone the repository, modify/add code and execute below mvn command. Make sure JAVA_HOME is set properly
10
-
```
11
-
mvn package
12
-
```
13
-
14
8
### Features
15
9
16
10
* ElasticSearch low-level REST client
@@ -44,6 +38,13 @@ mvn package
44
38
## Contributing
45
39
Feel free to contribute by branching and making pull requests, or simply by suggesting ideas through the "Issues" tab.
46
40
41
+
### Package and testing your newly added code
42
+
Execute below mvn command. Make sure JAVA_HOME is set properly
43
+
```
44
+
mvn package
45
+
```
46
+
Move the resulting JAR to your `JMETER_HOME/lib/ext`.
47
+
47
48
## Screenshots
48
49
### Configuration
49
50

0 commit comments