Skip to content

Instantly share code, notes, and snippets.

@tateisu
Created September 19, 2019 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tateisu/1616e73dec3602e1c673662873713320 to your computer and use it in GitHub Desktop.
Save tateisu/1616e73dec3602e1c673662873713320 to your computer and use it in GitHub Desktop.
Wi-Fiアダプタの速度計測をやってみる。
Wi-Fiアダプタを買ったのでLANの速度計測をやってみる。
* 測定に使うソフト
iperfを使う。
* 無線LAN環境
NEC Aterm WG2600HP
壁式鉄筋の家屋なので電波の通りは悪い。
** ubuntu
$ sudo apt install iperf
$ iperf -v
iperf version 2.0.10 (2 June 2018) pthreads
** Windows
https://sourceforge.net/projects/iperf2/ からiperf-2.0.14a-win.exe をダウンロードできる。
インストールや解凍ではなく、この実行ファイルをコマンドプロンプトから使う。
** 使い方(サーバ側)
iperf -s
でポート5001を開いて待機する。
** 使い方(クライアント側)
iperf -c (サーバのIPアドレス)
でサーバに接続して計測を行う。
* 有線接続
[ ID] Interval Transfer Bandwidth
[348] 0.0-10.0 sec 1.11 GBytes 950 Mbits/sec
* アイ・オー・データ WN-G150UM https://www.iodata.jp/product/network/adp/wn-g150um/
connect failed: Connection timed out.
connect failed: Connection timed out.
connect failed: Connection timed out.
(クライアントPCのWi-FiをOFF/ONしなおす)
2.4G
[ ID] Interval Transfer Bandwidth
[320] 0.0-10.1 sec 40.1 MBytes 33.4 Mbits/sec
不安定だ。
* Planex GW-450D https://www.planex.co.jp/products/gw-450d/
2.4G
[ ID] Interval Transfer Bandwidth
[320] 0.0-10.0 sec 40.8 MBytes 34.0 Mbits/sec
5G
[ ID] Interval Transfer Bandwidth
[320] 0.0-10.0 sec 202 MBytes 169 Mbits/sec
* アイ・オー・データ WN-AC433UA https://www.iodata.jp/product/network/adp/wn-ac433ua/
2.4G
[ ID] Interval Transfer Bandwidth
[320] 0.0-10.0 sec 48.5 MBytes 40.6 Mbits/sec
5G
[ ID] Interval Transfer Bandwidth
[320] 0.0-10.0 sec 199 MBytes 167 Mbits/sec
アンテナが多少大きい程度では帯域はあまり上がらないようだった。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment