File tree 1 file changed +26
-1
lines changed
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ database.
32
32
The following versions of InfluxDB are known to work:
33
33
* InfluxDB OSS 1.8.10
34
34
35
-
35
+ Later versions of InfluxDB are not supported.
36
36
37
37
## Usage
38
38
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
50
50
number of datapoints is logged. The number of datapoints that is being send is logged in the x2i log file.
51
51
52
52
### 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
53
56
54
57
### 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
55
79
56
80
### K6
81
+ Use ` k6 run --out csv=test_results.csv ` .
57
82
58
83
## Integration
59
84
You can’t perform that action at this time.
0 commit comments