@@ -108,6 +108,7 @@ GLOBAL OPTIONS:
108108 --ipv6, -6 Force IPv6 only (default: false)
109109 --no-download Do not perform download test (default: false)
110110 --no-upload Do not perform upload test (default: false)
111+ --concurrent value Concurrent HTTP requests being made (default: 3)
111112 --bytes Display values in bytes instead of bits. Does not affect
112113 the image generated by --share, nor output from
113114 --json or --csv (default: false)
@@ -144,13 +145,14 @@ GLOBAL OPTIONS:
144145 option to avoid out of memory errors (default: false)
145146 --telemetry-json value Load telemetry server settings from a JSON file. This
146147 options overrides --telemetry-level, --telemetry-server,
147- --telemetry-path, and --telemetry-share
148+ --telemetry-path, and --telemetry-share. Implies --share
148149 --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
154156```
155157
156158## Use a custom backend server list
0 commit comments