Skip to content

Commit e36ceb7

Browse files
Added "error" mode
1 parent 3cc45f6 commit e36ceb7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
1111
* Filters
1212
* 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``.
1313
* 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
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).
1718
* Use either Kibana or Grafana to vizualize your results!
1819
* [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!
1920
* Continuous Integration support - [Build comparison!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Continuous-Integration---Build-Comparison)

0 commit comments

Comments
 (0)