Skip to content

Commit 8d7e457

Browse files
author
Martin Herrman
committed
Add specifics for Gatling, K6 and Jmeter to readme file.
1 parent 7fccf25 commit 8d7e457

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ database.
3232
The following versions of InfluxDB are known to work:
3333
* InfluxDB OSS 1.8.10
3434

35-
35+
Later versions of InfluxDB are not supported.
3636

3737
## Usage
3838
Run `x2i -h` for a quick help with examples for the different load generation tools that are supported.
@@ -50,10 +50,35 @@ Datapoints are send to Influxdb when either the hardcoded timeout of 5 seconds i
5050
number of datapoints is logged. The number of datapoints that is being send is logged in the x2i log file.
5151

5252
### Gatling
53+
* Requires version 3.5.0 or above.
54+
* In gatling.conf enable the DataWriters to file; if you change the directory => results value, make sure you set the
55+
correct path as argument to x2i
5356

5457
### JMeter
58+
Add a <i>View Results Tree</i> component that logs errors and successes to the Filename
59+
`~/results/${__time(yyyy-MM-dd-HH-mm)}/resultsTree.csv`. Configure it by enabling the following fields:
60+
* Save Elapsed Time
61+
* Save Response Messages
62+
* Save Success
63+
* Save sent by count
64+
* Save Idle Time
65+
* Save Assertion Results (XML)
66+
* Save Field Names (CSV)
67+
* Save Label
68+
* Save Thread Name
69+
* Save Assertion Failure Message
70+
* Save Active Thread Counts
71+
* Save Latency
72+
* Save Time Stamp
73+
* Save Response Code
74+
* Save Data Type
75+
* Save received byte count
76+
* Save URL
77+
* Save Connect Time
78+
* Save Sub Results
5579

5680
### K6
81+
Use `k6 run --out csv=test_results.csv`.
5782

5883
## Integration
5984

0 commit comments

Comments
 (0)