iperfの使い方
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
ネットワークの速度測定をiperfで行う
* インストール [#oed598cd]
** サーバー(CentOS6)側 [#qd892853]
sudo yum install iperf
** クライアント(RaspberryPi)側 [#b13cfe05]
sudo apt-get install iperf
* サーバー側の待機 [#ma967efd]
iperf -s -u~
UDPで待機
* クライアント側の測定コマンド [#taeb69ae]
iperf -c 192.168.1.1 -u -b 10000000~
10Mbpsでテスト
iperf -c 192.168.1.1 -u -b 100000000~
100Mbpsでテスト
終了行:
ネットワークの速度測定をiperfで行う
* インストール [#oed598cd]
** サーバー(CentOS6)側 [#qd892853]
sudo yum install iperf
** クライアント(RaspberryPi)側 [#b13cfe05]
sudo apt-get install iperf
* サーバー側の待機 [#ma967efd]
iperf -s -u~
UDPで待機
* クライアント側の測定コマンド [#taeb69ae]
iperf -c 192.168.1.1 -u -b 10000000~
10Mbpsでテスト
iperf -c 192.168.1.1 -u -b 100000000~
100Mbpsでテスト
ページ名: