Linux Memo/Iperf
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
*Iperf(アイパーフ) [#j1a438a6]
RIGHT:更新日&lastmod();
**Linux [#hf5818e8]
$ tar zxvf iperf-2.0.5.tar.gz
$ cd iperf-2.0.5
$ ./configure
$ make
$ su
# make install
/usr/local/sbinにインストール
***サーバ起動 [#b764b6e5]
$ /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.9...
[ 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 [#l83fda84]
-http://linhost.info/2010/02/iperf-on-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.1...
[ 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
終了行:
*Iperf(アイパーフ) [#j1a438a6]
RIGHT:更新日&lastmod();
**Linux [#hf5818e8]
$ tar zxvf iperf-2.0.5.tar.gz
$ cd iperf-2.0.5
$ ./configure
$ make
$ su
# make install
/usr/local/sbinにインストール
***サーバ起動 [#b764b6e5]
$ /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.9...
[ 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 [#l83fda84]
-http://linhost.info/2010/02/iperf-on-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.1...
[ 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
ページ名: