LinuxCommandLibrary

speedtest

TLDR

Run speed test

$ speedtest
copy
List servers
$ speedtest --servers
copy
Use specific server
$ speedtest --server-id [12345]
copy
Output as JSON
$ speedtest --format json
copy
Accept license
$ speedtest --accept-license
copy
Show progress
$ speedtest --progress yes
copy

SYNOPSIS

speedtest [--server-id id] [--format fmt] [options]

DESCRIPTION

speedtest measures internet speed. It's official Ookla CLI.
Download and upload. Bandwidth measurement.
Latency and jitter. Connection quality.
Server selection. Choose test location.
Structured output. JSON for automation.

PARAMETERS

--servers

List nearby servers.
--server-id ID
Select server.
--format FMT
Output format (json, csv).
--progress BOOL
Show progress.
--accept-license
Accept EULA.
--accept-gdpr
Accept privacy terms.

CAVEATS

Requires license acceptance. Network dependent. Ookla servers only.

HISTORY

speedtest is the official CLI from Ookla, the company behind Speedtest.net internet speed testing.

SEE ALSO

Copied to clipboard