Linux install iperf3 record
centos7:yum install epel-releaseyum install iperf3ubuntu 15.10:apt-get install iperf3
·
centos7:
yum install epel-release
yum install iperf3
ubuntu 15.10:
apt-get install iperf3
OpenSUSE 11:
step1:download tar.gz package from http://stats.es.net/software/
step2:decompress file
step3: ./configure
step4:make
step5: make install
step6:ldconfig
iperf3 download link:https://iperf.fr/iperf-download.php
usage:
As Client to Server:
iperf3 -c serverip
As Server in background:
iperf3 -s &
更多推荐
已为社区贡献1条内容
所有评论(0)