ネットワークの速度測定をiperfで行う * インストール [#oed598cd] ** サーバー(CentOS6)側 [#qd892853] sudo yum install iperf ** クライアント(RaspberryPi)側 [#b13cfe05] sudo apt-get insyall iperf 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でテスト