added out option (#24052)

* added out option

* Added example in readme
This commit is contained in:
Jon Gyllenswärd
2020-04-30 10:53:19 +02:00
committed by GitHub
parent 55ac97dccc
commit f2254081c2
2 changed files with 12 additions and 2 deletions

View File

@@ -35,6 +35,12 @@ Run load test for 10 virtual users:
$ ./run.sh -v 10
```
Run load test and send the results to the database "myDb" in influxDB running locally on port 8086 (with no authentication):
```bash
$ ./run.sh -o influxdb=http://localhost:8086/myDb
```
Run auth token slow test (random query latency between 1 and 30 seconds):
```bash