Updated fio (3.7->3.9) and iperf3 (3.17->3.23) to latest release

This commit is contained in:
Mason Rowe 2020-09-15 23:31:59 -04:00
parent a748260467
commit 96227f76a2
7 changed files with 8 additions and 7 deletions

View File

@ -4,10 +4,10 @@ This directory contains all of the binaries required to run the benchmarking tes
### Binaries ### Binaries
* **fio_x64** - v3.17 (compiled 11 Mar 2020) - 64-bit version * **fio_x64** - v3.23 (compiled 15 Sep 2020) - 64-bit version
* **fio_x86** - v3.17 (compiled 11 Mar 2020) - 32-bit version * **fio_x86** - v3.23 (compiled 15 Sep 2020) - 32-bit version
* **iperf_x64** - v3.7 (compiled 28 Jan 2020) - 64-bit version * **iperf_x64** - v3.9 (compiled 15 Sep 2020) - 64-bit version
* **iperf_x86** - v3.7 (compiled 28 Jan 2020) - 32-bit version * **iperf_x86** - v3.9 (compiled 15 Sep 2020) - 32-bit version
### Compile Notes ### Compile Notes

View File

@ -6,6 +6,7 @@ source /hbb/activate
set -x set -x
yum install -y yum-plugin-ovl # fix for docker overlay fs
yum install -y xz yum install -y xz
# determine arch # determine arch
@ -31,7 +32,7 @@ source /hbb_exe/activate
# download and compile fio # download and compile fio
cd ~ 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 tar xf fio.tar.gz
cd fio-fio* cd fio-fio*
./configure --disable-native ./configure --disable-native
@ -44,7 +45,7 @@ cp fio /io/fio_$ARCH
# download and compile iperf # download and compile iperf
cd ~ 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 tar xf iperf.tar.gz
cd iperf* cd iperf*
./configure --disable-shared --disable-profiling ./configure --disable-shared --disable-profiling

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -15,7 +15,7 @@
echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #'
echo -e '# Yet-Another-Bench-Script #' echo -e '# Yet-Another-Bench-Script #'
echo -e '# v2020-09-09 #' echo -e '# v2020-09-15 #'
echo -e '# https://github.com/masonr/yet-another-bench-script #' echo -e '# https://github.com/masonr/yet-another-bench-script #'
echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #'