安装iperf3
Posted lilideng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装iperf3相关的知识,希望对你有一定的参考价值。
iperf3_version=3.2
iperf3_url=https://github.com/esnet/iperf/archive/$iperf3_version.tar.gz
wget $iperf3_url
tar xf $iperf3_version.tar.gz
pushd iperf-$iperf3_version
./configure; make; make install
ldconfig
popd
PATH="$PATH:/usr/local/bin"
iperf3 -v > /dev/null 2>&1
以上是关于安装iperf3的主要内容,如果未能解决你的问题,请参考以下文章