docs(readme): docs for wait parameter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1492c8ca20
commit
28a0fe8f53
@ -49,6 +49,7 @@ Flags:
|
|||||||
--time int time in seconds to transmit for (default 5)
|
--time int time in seconds to transmit for (default 5)
|
||||||
--timeout duration scraping timeout (default 1m0s)
|
--timeout duration scraping timeout (default 1m0s)
|
||||||
-v, --version print version
|
-v, --version print version
|
||||||
|
--wait duration time to wait between download and upload runs (default 1s)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
@ -69,6 +70,7 @@ colors = false # disable colors. this is only usable if log.json is set to false
|
|||||||
|
|
||||||
[iperf3] # straight up iperf3 command line flag options
|
[iperf3] # straight up iperf3 command line flag options
|
||||||
time = 10 # this sets the --time flag of iperf3 to 10
|
time = 10 # this sets the --time flag of iperf3 to 10
|
||||||
|
wait = "10s" # wait time between download and upload scrape
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Environment variables
|
#### Environment variables
|
||||||
|
Loading…
Reference in New Issue
Block a user