mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-06 15:41:30 +05:30
Updated fio (3.7->3.9) and iperf3 (3.17->3.23) to latest release
This commit is contained in:
parent
a748260467
commit
96227f76a2
7 changed files with 8 additions and 7 deletions
|
|
@ -6,6 +6,7 @@ source /hbb/activate
|
|||
|
||||
set -x
|
||||
|
||||
yum install -y yum-plugin-ovl # fix for docker overlay fs
|
||||
yum install -y xz
|
||||
|
||||
# determine arch
|
||||
|
|
@ -31,7 +32,7 @@ source /hbb_exe/activate
|
|||
|
||||
# download and compile fio
|
||||
cd ~
|
||||
curl -L https://github.com/axboe/fio/archive/fio-3.17.tar.gz -o "fio.tar.gz"
|
||||
curl -L https://github.com/axboe/fio/archive/fio-3.23.tar.gz -o "fio.tar.gz"
|
||||
tar xf fio.tar.gz
|
||||
cd fio-fio*
|
||||
./configure --disable-native
|
||||
|
|
@ -44,7 +45,7 @@ cp fio /io/fio_$ARCH
|
|||
|
||||
# download and compile iperf
|
||||
cd ~
|
||||
curl -L https://github.com/esnet/iperf/archive/3.7.tar.gz -o "iperf.tar.gz"
|
||||
curl -L https://github.com/esnet/iperf/archive/3.9.tar.gz -o "iperf.tar.gz"
|
||||
tar xf iperf.tar.gz
|
||||
cd iperf*
|
||||
./configure --disable-shared --disable-profiling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue