Iperf(アイパーフ)

更新日2013-10-04 (金) 16:33:22

Linux

$ tar zxvf iperf-2.0.5.tar.gz
$ cd iperf-2.0.5
$ ./configure
$ make
$ su
# make install

/usr/local/sbinにインストール

サーバ起動

$ /usr/local/bin/iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------

クライアントから接続されると

[  4] local 192.198.75.246 port 5001 connected with 10.99.99.100 port 61934
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec  54.3 MBytes  45.5 Mbits/sec

10秒間で54.3 MBytes受信し、45.5 Mbits/secだった。

デフォルトはtcpでポートは5001

Windows

からDLするこのサイトでは実行形式がUpされていたのでそのままコマンドプログラム上で実行

>iperf -c 192.168.75.246
------------------------------------------------------------
Client connecting to 192.168.75.246, TCP port 5001
TCP window size: 8.00 KByte (default)
------------------------------------------------------------
[156] local 10.99.99.100 port 61934 connected with 192.168.75.246 port 5001
[ ID] Interval       Transfer     Bandwidth
[156]  0.0-10.0 sec  54.3 MBytes  45.5 Mbits/sec

>iperf -v
iperf version 1.7.0 (13 Mar 2003) win32 threads

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS