speedtest-cli: add --csv and --json examples (#4465)

beep
Jay Piamjariyakul 2020-10-05 03:10:29 +01:00 committed by GitHub
parent af1ed4fd21
commit 4e4622b40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,10 @@
`speedtest-cli`
- Run without performing download tests:
`speedtest-cli --no-download`
- Run a speed test and generate a shareable result picture:
`speedtest-cli --share`
@ -18,3 +22,11 @@
- Run a speed test to the given speedtest.net server id:
`speedtest-cli --server {{server_id}}`
- Display results in CSV format, suppressing the progress information:
`speedtest-cli --csv --csv-delimiter {{delimiter_char}}`
- Display results in JSON format, suppressing the progress information:
`speedtest-cli --json`