ネットワークの速度測定をiperfで行う

インストール

サーバー(CentOS6)側

sudo yum install iperf

クライアント(RaspberryPi)側

sudo apt-get install iperf

サーバー側の待機

iperf -s -u
UDPで待機

クライアント側の測定コマンド

iperf -c 192.168.1.1 -u -b 10000000
10Mbpsでテスト

iperf -c 192.168.1.1 -u -b 100000000
100Mbpsでテスト


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-11-27 (月) 23:39:34