Linuxコマンドラインから実行する、SPEEDTEST のインターネット回線の速度テストです。
ブラウザからは https://www.speedtest.net/ja でアクセスして、次の画面のように速度テストができます。
ここではインストールが不要なコマンドの入手方法と実行方法を説明します。
Speedtest CLI:コマンドライン用のインターネット速度テスト にアクセスし、「Speedtest CLIをダウンロード」の [Linux用ダウンロード] からダウンロードします。
ダウンロードしたファイルの形式は tgz なので、次のように展開します。
tar zxvf ookla-speedtest-1.2.0-linux-x86_64.tgz
展開したら、speedtest ができています。これがインターネット回線の速度テストを行うコマンドです。
./speedtest と実行し、回線テストを行います。
$ ./speedtest
==============================================================================
You may only use this Speedtest software and information generated
from it for personal, non-commercial use, through a command line
interface on a personal computer. Your use of this software is subject
to the End User License Agreement, Terms of Use and Privacy Policy at
these URLs:
https://www.speedtest.net/about/eula
https://www.speedtest.net/about/terms
https://www.speedtest.net/about/privacy
==============================================================================
Do you accept the license? [type YES to accept]:
初回実行では Do you accept the license? と聞かれますので、YES と入力してください。
次回以降は聞かれることはありません。
その後、速度テストが実行され、結果が次のように表示されます。
Speedtest by Ookla
Server: i3D.net - Tokyo (id: 21569)
ISP: SAKURA Internet
Idle Latency: 7.55 ms (jitter: 0.06ms, low: 7.51ms, high: 7.63ms)
Download: 94.39 Mbps (data used: 46.2 MB)
7.87 ms (jitter: 0.28ms, low: 7.38ms, high: 9.79ms)
Upload: 96.68 Mbps (data used: 159.6 MB)
7.70 ms (jitter: 0.19ms, low: 7.56ms, high: 9.44ms)
Packet Loss: 0.0%
Result URL: https://www.speedtest.net/result/c/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
コメント