step 1: down load cygwin and install gcc, g++, mingw
step 2:
$ cygcheck -cd | egrep "cygwin|mingw"
base-cygwin 2.1-1
cygwin 1.7.7-1
cygwin-doc 1.7-1
gcc-mingw-core 20050522-1
gcc-mingw-g++ 20050522-1
mingw-runtime 3.18-1step 3:
$ tar zxf iperf-2.0.5.tar.gz
$ cd iperf-2.0.5
$ ./configure --build=mingw32
$ make clean allstep 4:
$ ./src/iperf.exe -v
iperf version 2.0.5 (08 Jul 2010) pthreadsstep 5:
$ cygcheck ./src/iperf.exe
E:\signal-MTK\3rd_party\iperf\src\iperf.exe
E:\cygwin64\bin\cygwin1.dll
C:\WINDOWS\system32\KERNEL32.dll
C:\WINDOWS\system32\ntdll.dll
C:\WINDOWS\system32\KERNELBASE.dll
E:\cygwin64\bin\cyggcc_s-seh-1.dll
E:\cygwin64\bin\cygstdc++-6.dllstep 6: copy iperf.exe and all DLL to your path(cygwin1.dll, cyggcc_s-seh-1.dll, sygstdc++-6.dll)
本文档详细介绍了如何使用Cygwin环境下载并安装iperf网络性能测试工具,包括安装必要的GCC、G++及MinGW组件,配置及验证iperf安装过程。
748

被折叠的 条评论
为什么被折叠?



