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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
10
10
* By making bulk requests, there are practically no impacts on the performance of the tests themselves.
11
11
* Filters
12
12
* Only send the samples you want by using Filters! Simply type them as follows in the appropriate field : ``filter1;filter2;filter3`` or ``sampleLabel_must_contain_this``.
13
-
* Verbose, semi-verbose, and quiet mode
14
-
*__debug__ : Send request/response information of all requests (headers, body, etc.)
15
-
*__info__ : Only send the request/response information of failed requests (headers, body, etc.)
16
-
*__quiet__ : Only send the response time, bytes, and other metrics
13
+
* Verbose, semi-verbose, error only, and quiet mode
14
+
*__debug__ : Send request/response information of all samplers (headers, body, etc.)
15
+
*__info__ : Sends all samplers to the ElasticSearch engine, but only sends the headers, body info for the failed samplers.
16
+
*__quiet__ : Only sends the response time, bytes, and other metrics
17
+
*__error__ : Only sends the failing samplers to the ElasticSearch engine (Along with their headers and body information).
17
18
* Use either Kibana or Grafana to vizualize your results!
18
19
*[Click here to get a sample Grafana dashboard!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/JMeter-Generic-Dashboard) - All you need to do is import it into Grafana and change de data source!
19
20
* Continuous Integration support - [Build comparison!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Continuous-Integration---Build-Comparison)
@@ -22,7 +23,7 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
0 commit comments