Skip to content
Htkyama Blog

Raspberry Pi上のターミナルで速度テストをする

Raspberry Pi1 min read

Speed Test

Raspberry Pi上のターミナルから、speedtest-cliコマンドを使うことにより、Speedtest.netの速度測定サービスに接続して、速度測定することができます。

Speedtest.netは、pingにより自分から近いサーバを選び、そこから速度測定するようです。

pipを使って、Pythonのパッケージからspeedtest-cliをインストールします。

$ sudo pip install speedtest-cli

(追記) aptでもインストール可能でした。こちらのほうが簡単ですね。

$ sudo apt install speedtest-cli

インストールしたら、speedtest-cliコマンドで速度測定ができます。

$ speedtest-cli
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by fdcservers.net (Tokyo) [26.47 km]: 5.775 ms
Testing download speed....................................................................
Download: 291.06 Mbit/s
Testing upload speed......................................................................
Upload: 259.08 Mbit/s

お手軽に速度テストができるので、知っているとかなり便利です。

© 2023 All rights reserved.
RSS