LinuxCommandLibrary

speedtest-rs

TLDR

Run speed test

$ speedtest-rs
copy
List servers
$ speedtest-rs --list
copy
Use specific server
$ speedtest-rs --server [server-id]
copy
Simple output
$ speedtest-rs --simple
copy
No download test
$ speedtest-rs --no-download
copy
No upload test
$ speedtest-rs --no-upload
copy

SYNOPSIS

speedtest-rs [--server id] [--simple] [options]

DESCRIPTION

speedtest-rs tests internet speed. It's written in Rust.
Uses Speedtest.net servers. Standard methodology.
Download and upload tests. Measure bandwidth.
Latency measurement. Ping to server.
Fast and efficient. Rust implementation.

PARAMETERS

--list

List servers.
--server ID
Server ID.
--simple
Minimal output.
--no-download
Skip download test.
--no-upload
Skip upload test.
--bytes
Show bytes/sec.

CAVEATS

Network dependent. Server selection matters. Uses Speedtest.net.

HISTORY

speedtest-rs is a Rust implementation of the Speedtest.net CLI, providing internet speed measurements.

SEE ALSO

speedtest-cli(1), iperf(1), curl(1)

Copied to clipboard