@@ -108,6 +108,7 @@ GLOBAL OPTIONS:
108
108
--ipv6, -6 Force IPv6 only (default: false)
109
109
--no-download Do not perform download test (default: false)
110
110
--no-upload Do not perform upload test (default: false)
111
+ --concurrent value Concurrent HTTP requests being made (default: 3)
111
112
--bytes Display values in bytes instead of bits. Does not affect
112
113
the image generated by --share, nor output from
113
114
--json or --csv (default: false)
@@ -144,13 +145,14 @@ GLOBAL OPTIONS:
144
145
option to avoid out of memory errors (default: false)
145
146
--telemetry-json value Load telemetry server settings from a JSON file. This
146
147
options overrides --telemetry-level, --telemetry-server,
147
- --telemetry-path, and --telemetry-share
148
+ --telemetry-path, and --telemetry-share. Implies --share
148
149
--telemetry-level value Set telemetry data verbosity, available values are:
149
- disabled, basic, full, debug
150
- --telemetry-server value Set the telemetry server base URL
151
- --telemetry-path value Set the telemetry upload path
152
- --telemetry-share value Set the telemetry share link path
153
- --telemetry-extra value Send a custom message along with the telemetry results
150
+ disabled, basic, full, debug. Implies --share
151
+ --telemetry-server value Set the telemetry server base URL. Implies --share
152
+ --telemetry-path value Set the telemetry upload path. Implies --share
153
+ --telemetry-share value Set the telemetry share link path. Implies --share
154
+ --telemetry-extra value Send a custom message along with the telemetry results.
155
+ Implies --share
154
156
```
155
157
156
158
## Use a custom backend server list
0 commit comments