网站首页 > 技术教程 正文
工具名称:iPerf3
官网: https://iperf.fr/
简介:用于TCP,UDP和SCTP的终极速度测试工具;
功能:跨平台(Windows,Linux,Android,MacOS X,FreeBSD,OpenBSD,NetBSD,VxWorks,Solaris,…),其他详见官网
各平台下载地址: https://iperf.fr/iperf-download.php
命令使用帮助: https://iperf.fr/iperf-doc.php#3doc
====测试演示1开始===
环境说明1:window10下的客户端A 和 window10下的服务器B
环境准备1:在服务器B 下执行以下命令为启动成功
D:\temp\iperf-3.1.3-win64
λ iperf3.exe -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
测试过程1:在客户端A 下执行以下命令
D:\temp\iperf-3.1.3-win64
λ iperf3.exe -c 192.168.1.105
Connecting to host 192.168.1.105, port 5201
[ 4] local 192.168.1.103 port 62191 connected to 192.168.1.105 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.00 sec 11.5 MBytes 96.4 Mbits/sec
[ 4] 1.00-2.00 sec 11.2 MBytes 94.4 Mbits/sec
[ 4] 2.00-3.00 sec 11.2 MBytes 94.4 Mbits/sec
[ 4] 3.00-4.00 sec 11.4 MBytes 95.4 Mbits/sec
[ 4] 4.00-5.00 sec 11.2 MBytes 94.3 Mbits/sec
[ 4] 5.00-6.00 sec 11.4 MBytes 95.3 Mbits/sec
[ 4] 6.00-7.00 sec 11.2 MBytes 94.4 Mbits/sec
[ 4] 7.00-8.00 sec 11.4 MBytes 95.4 Mbits/sec
[ 4] 8.00-9.00 sec 11.2 MBytes 94.4 Mbits/sec
[ 4] 9.00-10.00 sec 11.4 MBytes 95.4 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-10.00 sec 113 MBytes 95.0 Mbits/sec sender
[ 4] 0.00-10.00 sec 113 MBytes 94.9 Mbits/sec receiver
iperf Done.
测试结论:95/8=11.875MB/s客户端A 和 服务器B(192.168.1.105)的带宽约为 11MB/秒;
===测试演示1结束===
===测试演示2开始===
环境说明1:window10下的客户端A 和 centerOS下的服务器B
环境准备1:在服务器B 下执行以下命令为启动成功
[root@cent7dev1-70 app]# rpm -ivh iperf3-3.1.3-1.fc24.x86_64.rpm
准备中... ################################# [100%]
正在升级/安装...
1:iperf3-3.1.3-1.fc24 ################################# [100%]
[root@cent7dev1-70 app]# iperf3 -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
测试过程1:在客户端A 下执行以下命令
D:\temp\iperf-3.1.3-win64
λ iperf3.exe -c 192.168.1.70
Connecting to host 192.168.1.70, port 5201
[ 4] local 192.168.1.103 port 63622 connected to 192.168.1.70 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.00 sec 113 MBytes 950 Mbits/sec
[ 4] 1.00-2.00 sec 113 MBytes 947 Mbits/sec
[ 4] 2.00-3.00 sec 113 MBytes 948 Mbits/sec
[ 4] 3.00-4.00 sec 111 MBytes 932 Mbits/sec
[ 4] 4.00-5.00 sec 111 MBytes 930 Mbits/sec
[ 4] 5.00-6.00 sec 113 MBytes 946 Mbits/sec
[ 4] 6.00-7.00 sec 113 MBytes 949 Mbits/sec
[ 4] 7.00-8.00 sec 113 MBytes 945 Mbits/sec
[ 4] 8.00-9.00 sec 111 MBytes 932 Mbits/sec
[ 4] 9.00-10.00 sec 113 MBytes 948 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-10.00 sec 1.10 GBytes 943 Mbits/sec sender
[ 4] 0.00-10.00 sec 1.10 GBytes 943 Mbits/sec receiver
iperf Done.
测试结论:943/8=117.875MB/s客户端A 和 服务器B(192.168.1.70)的带宽约为 117MB/秒;
===测试演示2结束===
参考链接:
《netperf 与网络性能测量》https://www.ibm.com/developerworks/cn/linux/l-netperf/
《Linux下3种常用的网络测速工具》https://blog.csdn.net/g6U8W7p06dCO99fQ3/article/details/106030202
《局域网带宽测试工具——iperf》https://blog.csdn.net/xihuanyuye/article/details/85009816
《Mb(全称为Mbps)与MB(Mbytes)的区别》https://blog.csdn.net/joeyon1985/article/details/51513643
猜你喜欢
- 2024-11-11 Linux网络管理相关命令和技巧 linux网络基础知识
- 2024-11-11 网络机顶盒千兆网口测速教程 机顶盒千兆网卡
- 2024-11-11 pingtools pro安卓版 pingtools pro 中文版
- 2024-11-11 Linux下3种常用的网络测速工具简介
- 2024-11-11 涅磐重生般炫丽,Windows 10全方位评测
- 2024-11-11 搭载Android11的ZidooM6预览版 安卓11预览版
- 2024-11-11 TOS5X系统自带网络吞吐量测试工具iperf3
- 2024-11-11 几种性能测试工具的总结 性能测试常用软件
- 2024-11-11 福利来了!ESXi虚拟机性能问题排错思路
- 2024-11-11 Linux下的这几个测速工具,你用过几个?
你 发表评论:
欢迎- 最近发表
- 标签列表
-
- sd分区 (65)
- raid5数据恢复 (81)
- 地址转换 (73)
- 手机存储卡根目录 (55)
- tcp端口 (74)
- project server (59)
- 双击ctrl (55)
- 鼠标 单击变双击 (67)
- debugview (59)
- 字符动画 (65)
- flushdns (57)
- ps复制快捷键 (57)
- 清除系统垃圾代码 (58)
- web服务器的架设 (67)
- 16进制转换 (69)
- xclient (55)
- ps源文件 (67)
- filezilla server (59)
- 句柄无效 (56)
- word页眉页脚设置 (59)
- ansys实例 (56)
- 6 1 3固件 (59)
- sqlserver2000挂起 (59)
- vm虚拟主机 (55)
- config (61)
本文暂时没有评论,来添加一个吧(●'◡'●)