これにはspeedtest-cliツールをお勧めします。ダウンロード、インストール、使用の詳細を説明するブログ記事(Linuxコマンドラインからインターネット接続速度を測定する)を作成しました。
短いバージョンはこれです:(ルートは必要ありません)
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
出力:
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Comcast Cable (x.x.x.x)...
Selecting best server based on ping...
Hosted by FiberCloud, Inc (Seattle, WA) [12.03 km]: 44.028 ms
Testing download speed........................................
Download: 32.29 Mbit/s
Testing upload speed..................................................
Upload: 5.18 Mbit/s
2018年の更新:
を使用pip install --user speedtest-cli
すると、ディストリビューションのリポジトリから入手可能なバージョンよりもおそらく新しいバージョンが取得されます。
2016年の更新:
speedtest-cli
現在Ubuntuリポジトリにあります。Ubuntu 16.04(Xenial)以降の場合:
sudo apt install speedtest-cli
speedtest-cli