From 4e4622b40d42889bcc064316896ee7ef3a02b2f3 Mon Sep 17 00:00:00 2001 From: Jay Piamjariyakul Date: Mon, 5 Oct 2020 03:10:29 +0100 Subject: [PATCH] speedtest-cli: add --csv and --json examples (#4465) --- pages/common/speedtest-cli.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/common/speedtest-cli.md b/pages/common/speedtest-cli.md index dad3b3bfc..5ffe08dc1 100644 --- a/pages/common/speedtest-cli.md +++ b/pages/common/speedtest-cli.md @@ -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`