diff --git a/pages/common/speedtest-cli.md b/pages/common/speedtest-cli.md index 5ffe08dc13..9d61573fc0 100644 --- a/pages/common/speedtest-cli.md +++ b/pages/common/speedtest-cli.md @@ -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: . - 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`