操作系统: centos 7#安装
yum install iperf3 -y#环境规划server : 192.168.80.100
clinet : 192.168.80.200#服务端启动iperf3 -s -p 12345参数说明:-s 以服务端方式启动-p 指定端口#客户端连接测试iperf3 -u -c 192.168.80.100 -b 100M -i 1 -t 10 -p 12345参数说明:-u 指定协议为udp-c  指定服务端ip-b  指定带宽-i  指定间隔时间-t  指定测试时长-p  指定服务端端口
iperf3帮助信息:Usage: iperf [-s|-c host] [options]iperf [-h|--help] [-v|--version]Server or Client:-p, --port      #         server port to listen on/connect to-f, --format    [kmgKMG]  format to report: Kbits, Mbits, KBytes, MBytes-i, --interval  #         seconds between periodic bandwidth reports-F, --file name           xmit/recv the specified file-A, --affinity n/n,m      set CPU affinity-B, --bind      <host>    bind to a specific interface-V, --verbose             more detailed output-J, --json                output in JSON format--logfile f               send output to a log file--forceflush              force flushing output at every interval-d, --debug               emit debugging output-v, --version             show version information and quit-h, --help                show this message and quit
Server specific:-s, --server              run in server mode-D, --daemon              run the server as a daemon-I, --pidfile file        write PID file-1, --one-off             handle one client connection then exit
Client specific:-c, --client    <host>    run in client mode, connecting to <host>-u, --udp                 use UDP rather than TCP-b, --bandwidth #[KMG][/#] target bandwidth in bits/sec (0 for unlimited)(default 1 Mbit/sec for UDP, unlimited for TCP)(optional slash and packet count for burst mode)--fq-rate #[KMG]          enable fair-queuing based socket pacing inbits/sec (Linux only)-t, --time      #         time in seconds to transmit for (default 10 secs)-n, --bytes     #[KMG]    number of bytes to transmit (instead of -t)-k, --blockcount #[KMG]   number of blocks (packets) to transmit (instead of -t or -n)-l, --len       #[KMG]    length of buffer to read or write(default 128 KB for TCP, dynamic or 1 for UDP)--cport         <port>    bind to a specific client port (TCP and UDP, default: ephemeral port)-P, --parallel  #         number of parallel client streams to run-R, --reverse             run in reverse mode (server sends, client receives)-w, --window    #[KMG]    set window size / socket buffer size-C, --congestion <algo>   set TCP congestion control algorithm (Linux and FreeBSD only)-M, --set-mss   #         set TCP/SCTP maximum segment size (MTU - 40 bytes)-N, --no-delay            set TCP/SCTP no delay, disabling Nagle's Algorithm-4, --version4            only use IPv4-6, --version6            only use IPv6-S, --tos N               set the IP 'type of service'-L, --flowlabel N         set the IPv6 flow label (only supported on Linux)-Z, --zerocopy            use a 'zero copy' method of sending data-O, --omit N              omit the first n seconds-T, --title str           prefix every output line with this string--get-server-output       get results from server--udp-counters-64bit      use 64-bit counters in UDP test packets[KMG] indicates options that support a K/M/G suffix for kilo-, mega-, or giga-iperf3 homepage at: http://software.es.net/iperf/
Report bugs to:     https://github.com/esnet/iperf

参考资料:快速上手:iperf网络性能测试工具(运维必会)

iperf3 网络测速工具 —— 筑梦之路相关推荐

  1. Linux Command iperf3网络测速工具

    Linux Command iperf3网络测速工具 文章目录 Linux Command iperf3网络测速工具 1. 简介 2. 安装 3. 功能 4. 参数 5. 示例 5.1 测试TCP吞吐 ...

  2. hping3网络延迟检测工具——筑梦之路

    网络延迟(Network Latency),人们通常认为它是指网络数据传输所需的时间.但是,这里的"时间"是指双向流量,即数据从源发送到目的地,然后从目的地地址返回响应的往返时间: ...

  3. 查看网络抖动_Linux下3种常用的网络测速工具

    大家好,我是良许. 不管你用的是什么操作系统,网速都是你非常关心的一个性能指标,毕竟,谁都不想看个视频结果网速卡到你怀疑人生.本文介绍三个 Linux 命令行下的网络测速工具,让你随时随地知道你的网络 ...

  4. 在线多线网络测速工具

    http://www.webkaka.com/Ping.aspx#a6 在线多线网络测速工具

  5. linux 网路测速服务器,Linux下3种常用的网络测速工具

    不管你用的是什么操作系统,网速都是你非常关心的一个性能指标,毕竟,谁都不想看个视频结果网速卡到你怀疑人生.本文介绍三个 Linux 命令行下的网络测速工具,让你随时随地知道你的网络状况. fast f ...

  6. linux sd卡测速工具下载,Linux下3种常用的网络测速工具

    原标题:Linux下3种常用的网络测速工具 不管你用的是什么操作系统,网速都是你非常关心的一个性能指标,毕竟,谁都不想看个视频结果网速卡到你怀疑人生.本文介绍三个 Linux 命令行下的网络测速工具, ...

  7. mac brew 测速 软件_最好用的网络测速工具speedtest

    你可以通过浏览器打开网站 http://www.speedtest.net/ 在线进行测速当上网速度很慢的时候,人们想到的第一件事就进行网络测速.在window上,只要你安装了360全家桶,测速功能就 ...

  8. Linux网络测速工具Speedtest

    安装speedtest-cli yum install python-pip –y pip install speedtest-cli 执行网络测速 speedtest #执行结果 Retrievin ...

  9. Linux、centos、ubuntu 可用的几种网络测速工具(外网)

    1.fast fast 是 Netflix 提供的一项服务,它不仅可以通过命令行来使用,而且可以直接在 Web 端使用:fast.com. 我们可以通过以下命令来安装这个工具: npm install ...

最新文章

  1. 打印正方形和各种三角形
  2. 嵌入式linux hdmi分辨率,【Firefly3399Pro】rk3399pro在Framebuffer状态命令行模式中强制HDMI输出固定分辨率...
  3. 集合框架源码分析六之堆结构的实现(PriorityQueue)
  4. 为什么电商的命门是供应链?
  5. 3.1.1 存储器的分类(半导体-磁芯-磁表面-光存储-ROM-RAM-永久非永久-内存-外存-Cache)
  6. DML和DQL 总结
  7. 【spine】原理介绍和程序实现
  8. HDU 4907 BestCoder3_1 Task schedule
  9. JS倒计时:从某个固定时间开始倒记
  10. Selenium定位不到元素的解决方法—iframe挡住了去路
  11. NOI 题库 6264
  12. 7. COM编程——初始化并创建COM对象
  13. 基于php的购物网站源代码,基于PHP的网上商城购物网站设计(含源文件).doc
  14. Linux下报ora-12162,登录RMAN 报ORA-12162:TNS:net service name is incorrectly specified错误
  15. [Mongodb] 3.使用mongodb -----------使用compass
  16. 冬天,这6款养生粥,你是一定要喝的
  17. java程序员必备英语词汇_java程序员常用英文单词整理
  18. 【站内题解】十六道csdn每日一练Python题解
  19. 00 Linux到底是什么?
  20. 邦有道则智邦无道则愚

热门文章

  1. 团队-团队编程项目作业名称-团队信息
  2. Origin色卡(oth、pal格式)
  3. Two Sum (两数之和) - Hash Table (哈希表)
  4. 基于深度学习的烟草工业人员行为分析管控研究(二)
  5. fla转为html canvas,使用html2canvas将html转为图片
  6. 基于帝国主义竞争算法(ICA)求解旅行商问题(TSP)(Matlab代码实现)
  7. spark 读取lzo 环境依赖
  8. HTTPS 证书手机浏览有风险怎么办
  9. 单一用户登录,即当前用户登录后要踢出前一个登录,即做出踢人效果,如何实现?
  10. 线性代数(7):矩阵的应用