mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
speedtest-cli: update grammar, links, and token syntax (#5284)
This commit is contained in:
parent
aa47015366
commit
fca445d12e
1 changed files with 9 additions and 9 deletions
|
@ -1,32 +1,32 @@
|
|||
# speedtest-cli
|
||||
|
||||
> Command line interface for testing internet bandwidth using speedtest.net.
|
||||
> Command line interface for testing internet bandwidth using https://speedtest.net.
|
||||
> More information: <https://github.com/sivel/speedtest-cli>.
|
||||
|
||||
- Run a speed test:
|
||||
|
||||
`speedtest-cli`
|
||||
|
||||
- Run without performing download tests:
|
||||
- Run a speed test without performing download tests:
|
||||
|
||||
`speedtest-cli --no-download`
|
||||
|
||||
- Run a speed test and generate a shareable result picture:
|
||||
- Run a speed test and generate an image of the results (useful for sharing):
|
||||
|
||||
`speedtest-cli --share`
|
||||
|
||||
- Print a list of all speedtest.net servers, sorted by distance, to file:
|
||||
|
||||
`speedtest-cli --list > speedtest_servers.txt`
|
||||
|
||||
- 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:
|
||||
- Save a list of all speedtest.net servers, sorted by distance:
|
||||
|
||||
`speedtest-cli --list > {{speedtest_servers.txt}}`
|
||||
|
||||
- Display results as CSV (suppressing progress information):
|
||||
|
||||
`speedtest-cli --csv --csv-delimiter {{delimiter_char}}`
|
||||
|
||||
- Display results in JSON format, suppressing the progress information:
|
||||
- Display results as JSON (suppressing progress information):
|
||||
|
||||
`speedtest-cli --json`
|
||||
|
|
Loading…
Add table
Reference in a new issue