2013-07-16 Tue
■ ネットワークスピードテストツール iperf [unix][windows][inet]
自社製 VPN router の帯域測定を思い立ち、久しぶりの iperf インストール。
# インストール
- FreeBSD
/usr/ports/benchmarks/iperf
- CentOS
# yum search iperf
==========N/S Matched: iperf==========
iperf.x86_64 : Measurement tool for TCP/UDP bandwidth performance
iperf3.x86_64 : Measurement tool for TCP/UDP bandwidth performance
# yum install iperf.x86_64
- windows
http://sourceforge.jp/projects/sfnet_iperf/releases/
から jperf-2.0.0.zip ダウンロードして解凍
その中の bin/iperf.exe
windows 用の iperf は、jperf(Java-GUI ラッパー付き iperf)の中にあるという不思議...
# 基本的使用方法
- サーバ (default port は 5001)
> iperf -s
- クライアント
> iperf -c SERV_DOMAIN/IP
10秒間の転送計測を行い、結果が表示される。
最終更新時間: 2024-11-21 17:03