mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-06 07:41:30 +05:30
update iperf 3.15->3.16
This commit is contained in:
parent
81ad0d2ded
commit
09512e24de
6 changed files with 5 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ cp fio "/io/fio_$ARCH"
|
|||
|
||||
# download and compile iperf
|
||||
cd ~
|
||||
curl -L https://github.com/esnet/iperf/archive/3.15.tar.gz -o "iperf.tar.gz"
|
||||
curl -L https://github.com/esnet/iperf/archive/3.16.tar.gz -o "iperf.tar.gz"
|
||||
tar xf iperf.tar.gz
|
||||
cd iperf*
|
||||
CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-shared --disable-profiling --build x86_64-pc-linux-gnu --host "${HOST}" --with-openssl=no --enable-static-bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue