linux服务器如何用iperf3测速,两台linux服务器如何用测相互传输速度
debian/centos
debian/centos
首先安装iperf3(debian/centos)
apt-get install iperf3 -y //debian
yum install iperf3 -y //centos
在接收服务器上开启iperf3
iperf3 -s
在发送的服务器执行
iperf3 -c 接收的服务器的IP -R
iperf3下载链接
windows/tcping
windows/tcping
windows的 cmd 用iperf3, 就下载windows的包,然后把他解压放在
C:\Windows\System32
然后你就可以在windows的cmd窗口使用iperf3啦.
tcping下载链接
在发送的服务器执行
tcping 接受的服务器地址 端口
windows/curl
windows/curl
windows的 cmd 用curl, 就下载windows的包,然后把/bin里面的文件解压放在
C:\Windows\System32
然后你就可以在windows的cmd窗口使用curl啦.
curl下载链接
dsadsads
欢迎加入 Typecho 大家族