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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
A JMeter plug-in that enables you to send test results to a Kafka server.
8
8
9
-
# Overview
9
+
##Overview
10
10
11
11
### Description
12
12
@@ -17,6 +17,7 @@ It is inspired from JMeter [ElasticSearch](https://github.com/delirius325/jmeter
17
17
18
18
- Filters
19
19
- 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`.
20
+
20
21
- Specific fields `field1;field2;field3`
21
22
- Specify fields that you want to send to Kafka (possible fields below):
22
23
- AllThreads
@@ -41,11 +42,13 @@ It is inspired from JMeter [ElasticSearch](https://github.com/delirius325/jmeter
41
42
- SampleEndTime
42
43
- Timestamp
43
44
- InjectorHostname
45
+
44
46
- Verbose, semi-verbose, error only, and quiet mode:
45
47
-**debug** : Send request/response information of all samplers (headers, body, etc.)
46
48
-**info** : Sends all samplers to the Kafka server, but only sends the headers, body info for the failed samplers.
47
49
-**quiet** : Only sends the response time, bytes, and other metrics
48
50
-**error** : Only sends the failing samplers to the Kafka server (Along with their headers and body information).
51
+
49
52
- Use Logstash/NiFi or any other tool to consume data from Kafka topic and then ingest it into a Database of your liking.
0 commit comments