From 215ae8fba6fb643476e971ec0bc393a900cbdf77 Mon Sep 17 00:00:00 2001 From: Abhishek <50703483+Abhishek-1804@users.noreply.github.com> Date: Sat, 21 Dec 2024 12:09:48 -0700 Subject: [PATCH] speedtest-rs: add page (#15193) Co-authored-by: Juri Dispan --- pages/common/speedtest-rs.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/speedtest-rs.md diff --git a/pages/common/speedtest-rs.md b/pages/common/speedtest-rs.md new file mode 100644 index 0000000000..dc95e4e458 --- /dev/null +++ b/pages/common/speedtest-rs.md @@ -0,0 +1,28 @@ +# speedtest-rs + +> An unofficial Rust-based tool for testing network speeds using speedtest.net, limited to HTTP Legacy Fallback. +> More information: . + +- Run a full speed test (download and upload): + +`speedtest-rs` + +- Display a list of `speedtest.net` servers sorted by distance: + +`speedtest-rs --list` + +- Run a download test only: + +`speedtest-rs --no-upload` + +- Run an upload test only: + +`speedtest-rs --no-download` + +- Generate a shareable link to the test results image: + +`speedtest-rs --share` + +- Display basic output information only: + +`speedtest-rs --simple`