From 83b97fc24883840ea3a647a20339fc02e22ad01c Mon Sep 17 00:00:00 2001 From: Tan A <40173707+Yutyo@users.noreply.github.com> Date: Thu, 4 Mar 2021 16:16:55 +0300 Subject: [PATCH] speed-test: add page (#5339) --- pages/common/speed-test.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/speed-test.md diff --git a/pages/common/speed-test.md b/pages/common/speed-test.md new file mode 100644 index 0000000000..d093b85265 --- /dev/null +++ b/pages/common/speed-test.md @@ -0,0 +1,20 @@ +# speed-test + +> Test your internet connection speed and ping using speedtest.net from the CLI. +> More information: . + +- Test your internet connection and ping speed: + +`speed-test` + +- Output the results as JSON: + +`speed-test --json` + +- Output the results in megabytes per second (MBps): + +`speed-test --bytes` + +- Output more detailed information: + +`speed-test --verbose`