发布时间:2024-09-07 11:01
1.在centos7 主机A 和主机B 上安装iperf3
# yum install -y iperf3
Total download size: 79 k
Installed size: 197 k
Downloading packages:
iperf3-3.1.7-2.el7.x86_64.rpm | 79 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
Installing : iperf3-3.1.7-2.el7.x86_64 1/1
Verifying : iperf3-3.1.7-2.el7.x86_64 1/1
Installed:
iperf3.x86_64 0:3.1.7-2.el7
2. 在主机A上启动iperf3,作为server
#iperf3 -version
# iperf3 -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
3. 在主机B上启动iperf3,作为client 向serverA 发起连接
iperf3 -c -d -t 60
输出例子如下:
更多的用法:
iperf3 -help
JavaScript基础知识总结 14:学习JavaScript中的File API、Streams API、Web Cryptography API
linux给目录赋访问权限_Linux中的文件权限Chmod命令:教你使用chmod更改文件和目录的访问权限...
Python&C++相互混合调用编程全面实战-07Python调用 Windows系统函数
Pycharm使用Database Navigator连接mysql数据库全过程
C#中DataSet、DataTable、DataRow数据的复制方法
「OpenCV3.4」图像添加噪声、GaussianBlur、medianBlur、bilateralFilter
【合肥黑马程序员】JavaEE就业班同步笔记第一阶段: JavaWeb之Linux及常用命令