snippetbashTip
speedtest-rs — An unofficial Rust-based tool for testing network speeds using speedtest.net, limited to HTTP Legacy
Viewed 0 times
commandrustspeedtest-rscliunofficialtoolbasedfor
Problem
How to use the
speedtest-rs command: An unofficial Rust-based tool for testing network speeds using speedtest.net, limited to HTTP Legacy Fallback. More information: <https://github.com/nelsonjchen/speedtest-rs>.Solution
speedtest-rs — An unofficial Rust-based tool for testing network speeds using speedtest.net, limited to HTTP Legacy Fallback. More information: <https://github.com/nelsonjchen/speedtest-rs>.Run a full speed test (download and upload):
speedtest-rsDisplay a list of
speedtest.net servers sorted by distance:speedtest-rs --listRun a download test only:
speedtest-rs --no-uploadRun an upload test only:
speedtest-rs --no-downloadGenerate a shareable link to the test results image:
speedtest-rs --shareDisplay basic output information only:
speedtest-rs --simpleCode Snippets
Run a full speed test (download and upload)
speedtest-rsDisplay a list of `speedtest.net` servers sorted by distance
speedtest-rs --listRun a download test only
speedtest-rs --no-uploadRun an upload test only
speedtest-rs --no-downloadGenerate a shareable link to the test results image
speedtest-rs --shareContext
tldr-pages: common/speedtest-rs
Revisions (0)
No revisions yet.