windows下iperf 2.0.4

上传者: ben79802007 | 上传时间: 2021-09-03 15:32:09 | 文件大小: 243KB | 文件类型: GZ
Iperf 是一个网络性能测试工具。Iperf可以测试TCP和UDP带宽质量。Iperf可以测量最大TCP带宽,具有多种参数和UDP特性。Iperf可以报告带宽,延迟抖动和数据包丢失。 功能介绍 TCP 测量网络带宽 报告MSS/MTU值的大小和观测值 支持TCP窗口值通过套接字缓冲 当P线程或Win32线程可用时,支持多线程。客户端与服务端支持同时多重连接 UDP 客户端可以创建指定带宽的UDP流 测量丢包 测量延迟 支持多播 当P线程可用时,支持多线程。客户端与服务端支持同时多重连接(不支持Windows) 在适当的地方,选项中可以使用K(kilo-)和M(mega-)。例如131072字节可以用128K代替。 可以指定运行的总时间,甚至可以设置传输的数据总量。 在报告中,为数据选用最合适的单位。 服务器支持多重连接,而不是等待一个单线程测试。 在指定时间间隔重复显示网络带宽,波动和丢包情况。 服务器端可作为后台程序运行。 服务器端可作为Windows 服务运行。 使用典型数据流来测试链接层压缩对于可用带宽的影响。 参数与说明 命令行选项 环境变量选项 描述 客户端与服务器端选项 -f, --format [bkmaBKMA] $IPERF_FORMAT 格式化带宽数输出。支持的格式有: 'b' = bits/sec 'B' = Bytes/sec 'k' = Kbits/sec 'K' = KBytes/sec 'm' = Mbits/sec 'M' = MBytes/sec 'g' = Gbits/sec 'G' = GBytes/sec 'a' = adaptive bits/sec 'A' = adaptive Bytes/sec 自适应格式是kilo-和mega-二者之一。除了带宽之外的字段都输出为字节,除非指定输出的格式,默认的参数是a。 注意:在计算字节byte时,Kilo = 1024, Mega = 1024^2,Giga = 1024^3。通常,在网络中,Kilo = 1000, Mega = 1000^2, and Giga = 1000^3,所以,Iperf也按此来计算比特(位)。如果这些困扰了你,那么请使用-f b参数,然后亲自计算一下。 -i, --interval # $IPERF_INTERVAL 设置每次报告之间的时间间隔,单位为秒。如果设置为非零值,就会按照此时间间隔输出测试报告。默认值为零。 -l, --len #[KM] $IPERF_LEN 设置读写缓冲区的长度。TCP方式默认为8KB,UDP方式默认为1470字节。 -m, --print_mss $IPERF_PRINT_MSS 输出TCP MSS值(通过TCP_MAXSEG支持)。MSS值一般比MTU值小40字节。通常情况 -p, --port # $IPERF_PORT 设置端口,与服务器端的监听端口一致。默认是5001端口,与ttcp的一样。 -u, --udp $IPERF_UDP 使用UDP方式而不是TCP方式。参看-b选项。 -w, --window #[KM] $TCP_WINDOW_SIZE 设置套接字缓冲区为指定大小。对于TCP方式,此设置为TCP窗口大小。对于UDP方式,此设置为接受UDP数据包的缓冲区大小,限制可以接受数据包的最大值。 -B, --bind host $IPERF_BIND 绑定到主机的多个地址中的一个。对于客户端来说,这个参数设置了出栈接口。对于服务器端来说,这个参数设置入栈接口。这个参数只用于具有多网络接口的主机。在Iperf的UDP模式下,此参数用于绑定和加入一个多播组。使用范围在224.0.0.0至239.255.255.255的多播地址。参考-T 参数。 -C, --compatibility $IPERF_COMPAT 与低版本的Iperf使用时,可以使用兼容模式。不需要两端同时使用兼容模式,但是强烈推荐两端同时使用兼容模式。某些情况下,使用某些数据流可以引起1.7版本的服务器端崩溃或引起非预期的连接尝试。 -M, --mss #[KM} $IPERF_MSS 通过TCP_MAXSEG选项尝试设置TCP最大信息段的值。MSS值的大小通常是TCP/IP头减去40字节。在以太网中,MSS值 为1460字节(MTU1500字节)。许多操作系统不支持此选项。 -N, --nodelay $IPERF_NODELAY 设置TCP无延迟选项,禁用Nagle's运算法则。通常情况此选项对于交互程序,例如telnet,是禁用的。 -V (fro

文件下载

资源详情

[{"title":"( 89 个子文件 243KB ) windows下iperf 2.0.4","children":[{"title":"iperf-2.0.4","children":[{"title":"man","children":[{"title":"Makefile.am <span style='color:#111;'> 47B </span>","children":null,"spread":false},{"title":"Makefile.in <span style='color:#111;'> 10.12KB </span>","children":null,"spread":false},{"title":"iperf.1 <span style='color:#111;'> 3.70KB </span>","children":null,"spread":false}],"spread":true},{"title":"compat","children":[{"title":"Thread.c <span style='color:#111;'> 14.94KB </span>","children":null,"spread":false},{"title":"gettimeofday.c <span style='color:#111;'> 3.44KB </span>","children":null,"spread":false},{"title":"delay.cpp <span style='color:#111;'> 3.15KB </span>","children":null,"spread":false},{"title":"inet_ntop.c <span style='color:#111;'> 5.23KB </span>","children":null,"spread":false},{"title":"error.c <span style='color:#111;'> 8.28KB </span>","children":null,"spread":false},{"title":"signal.c <span style='color:#111;'> 5.56KB </span>","children":null,"spread":false},{"title":"Makefile.am <span style='color:#111;'> 421B </span>","children":null,"spread":false},{"title":"string.c <span style='color:#111;'> 2.95KB </span>","children":null,"spread":false},{"title":"Makefile.in <span style='color:#111;'> 14.12KB </span>","children":null,"spread":false},{"title":"headers_slim.h <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"inet_pton.c <span style='color:#111;'> 5.58KB </span>","children":null,"spread":false},{"title":"snprintf.c <span style='color:#111;'> 3.45KB </span>","children":null,"spread":false}],"spread":false},{"title":"m4","children":[{"title":"dast.m4 <span style='color:#111;'> 4.53KB </span>","children":null,"spread":false},{"title":"ax_create_stdint_h.m4 <span style='color:#111;'> 22.78KB </span>","children":null,"spread":false},{"title":"acx_pthread.m4 <span style='color:#111;'> 7.43KB </span>","children":null,"spread":false}],"spread":true},{"title":"config.h.in <span style='color:#111;'> 6.95KB </span>","children":null,"spread":false},{"title":"depcomp <span style='color:#111;'> 15.50KB </span>","children":null,"spread":false},{"title":"include","children":[{"title":"SocketAddr.h <span style='color:#111;'> 4.31KB </span>","children":null,"spread":false},{"title":"report_default.h <span style='color:#111;'> 2.71KB </span>","children":null,"spread":false},{"title":"Server.hpp <span style='color:#111;'> 3.13KB </span>","children":null,"spread":false},{"title":"version.h <span style='color:#111;'> 70B </span>","children":null,"spread":false},{"title":"service.h <span style='color:#111;'> 5.19KB </span>","children":null,"spread":false},{"title":"util.h <span style='color:#111;'> 7.36KB </span>","children":null,"spread":false},{"title":"Extractor.h <span style='color:#111;'> 4.27KB </span>","children":null,"spread":false},{"title":"delay.hpp <span style='color:#111;'> 2.53KB </span>","children":null,"spread":false},{"title":"PerfSocket.hpp <span style='color:#111;'> 2.95KB </span>","children":null,"spread":false},{"title":"Client.hpp <span style='color:#111;'> 3.27KB </span>","children":null,"spread":false},{"title":"Condition.h <span style='color:#111;'> 6.75KB </span>","children":null,"spread":false},{"title":"Reporter.h <span style='color:#111;'> 7.47KB </span>","children":null,"spread":false},{"title":"Makefile.am <span style='color:#111;'> 379B </span>","children":null,"spread":false},{"title":"gettimeofday.h <span style='color:#111;'> 2.75KB </span>","children":null,"spread":false},{"title":"Settings.hpp <span style='color:#111;'> 16.45KB </span>","children":null,"spread":false},{"title":"Listener.hpp <span style='color:#111;'> 3.29KB </span>","children":null,"spread":false},{"title":"Makefile.in <span style='color:#111;'> 8.74KB </span>","children":null,"spread":false},{"title":"gnu_getopt.h <span style='color:#111;'> 4.72KB </span>","children":null,"spread":false},{"title":"snprintf.h <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"report_CSV.h <span style='color:#111;'> 2.57KB </span>","children":null,"spread":false},{"title":"inet_aton.h <span style='color:#111;'> 3.62KB </span>","children":null,"spread":false},{"title":"Thread.h <span style='color:#111;'> 5.31KB </span>","children":null,"spread":false},{"title":"List.h <span style='color:#111;'> 3.29KB </span>","children":null,"spread":false},{"title":"Locale.h <span style='color:#111;'> 5.44KB </span>","children":null,"spread":false},{"title":"Mutex.h <span style='color:#111;'> 4.29KB </span>","children":null,"spread":false},{"title":"config.win32.h <span style='color:#111;'> 2.41KB </span>","children":null,"spread":false},{"title":"Timestamp.hpp <span style='color:#111;'> 9.56KB </span>","children":null,"spread":false},{"title":"headers.h <span style='color:#111;'> 6.14KB </span>","children":null,"spread":false}],"spread":false},{"title":"aclocal.m4 <span style='color:#111;'> 31.43KB </span>","children":null,"spread":false},{"title":"config.guess <span style='color:#111;'> 42.59KB </span>","children":null,"spread":false},{"title":"Makefile.am <span style='color:#111;'> 220B </span>","children":null,"spread":false},{"title":"config.sub <span style='color:#111;'> 30.76KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"Server.cpp <span style='color:#111;'> 8.71KB </span>","children":null,"spread":false},{"title":"gnu_getopt.c <span style='color:#111;'> 29.46KB </span>","children":null,"spread":false},{"title":"gnu_getopt_long.c <span style='color:#111;'> 4.43KB </span>","children":null,"spread":false},{"title":"List.cpp <span style='color:#111;'> 4.23KB </span>","children":null,"spread":false},{"title":"Extractor.c <span style='color:#111;'> 4.86KB </span>","children":null,"spread":false},{"title":"service.c <span style='color:#111;'> 14.20KB </span>","children":null,"spread":false},{"title":"stdio.c <span style='color:#111;'> 8.94KB </span>","children":null,"spread":false},{"title":"SocketAddr.c <span style='color:#111;'> 15.36KB </span>","children":null,"spread":false},{"title":"Listener.cpp <span style='color:#111;'> 26.14KB </span>","children":null,"spread":false},{"title":"Client.cpp <span style='color:#111;'> 15.74KB </span>","children":null,"spread":false},{"title":"Reporter.c <span style='color:#111;'> 34.32KB </span>","children":null,"spread":false},{"title":"Makefile.am <span style='color:#111;'> 713B </span>","children":null,"spread":false},{"title":"Launch.cpp <span style='color:#111;'> 5.82KB </span>","children":null,"spread":false},{"title":"Settings.cpp <span style='color:#111;'> 31.64KB </span>","children":null,"spread":false},{"title":"Makefile.in <span style='color:#111;'> 16.36KB </span>","children":null,"spread":false},{"title":"Locale.c <span style='color:#111;'> 11.73KB </span>","children":null,"spread":false},{"title":"sockets.c <span style='color:#111;'> 6.31KB </span>","children":null,"spread":false},{"title":"main.cpp <span style='color:#111;'> 13.03KB </span>","children":null,"spread":false},{"title":"ReportDefault.c <span style='color:#111;'> 10.37KB </span>","children":null,"spread":false},{"title":"PerfSocket.cpp <span style='color:#111;'> 5.62KB </span>","children":null,"spread":false},{"title":"tcp_window_size.c <span style='color:#111;'> 6.16KB </span>","children":null,"spread":false},{"title":"ReportCSV.c <span style='color:#111;'> 5.83KB </span>","children":null,"spread":false}],"spread":false},{"title":"README <span style='color:#111;'> 693B </span>","children":null,"spread":false},{"title":"Makefile.in <span style='color:#111;'> 18.77KB </span>","children":null,"spread":false},{"title":"INSTALL <span style='color:#111;'> 304B </span>","children":null,"spread":false},{"title":"missing <span style='color:#111;'> 10.62KB </span>","children":null,"spread":false},{"title":"install-sh <span style='color:#111;'> 9.02KB </span>","children":null,"spread":false},{"title":"AUTHORS <span style='color:#111;'> 595B </span>","children":null,"spread":false},{"title":"doc","children":[{"title":"index.html <span style='color:#111;'> 41.06KB </span>","children":null,"spread":false},{"title":"Makefile.am <span style='color:#111;'> 49B </span>","children":null,"spread":false},{"title":"Makefile.in <span style='color:#111;'> 8.35KB </span>","children":null,"spread":false},{"title":"dast.gif <span style='color:#111;'> 4.51KB </span>","children":null,"spread":false},{"title":"ui_license.html <span style='color:#111;'> 2.91KB </span>","children":null,"spread":false}],"spread":false},{"title":"configure <span style='color:#111;'> 443.30KB </span>","children":null,"spread":false},{"title":"ChangeLog <span style='color:#111;'> 1.71KB </span>","children":null,"spread":false},{"title":"COPYING <span style='color:#111;'> 1.78KB </span>","children":null,"spread":false},{"title":"configure.ac <span style='color:#111;'> 7.96KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • w1204011028 :
    不错,对于网络测试很用帮助
    2021-04-27
  • shaguachy :
    没用上,跑不起来
    2018-05-09
  • qq446065466 :
    不错 可用 谢谢分享
    2018-03-08
  • jemima :
    这个是Linux下的,windows没法用
    2017-12-25
  • hongdaozi :
    很实用的工具,做吞吐率测试很方便
    2016-10-18

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明