mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-06-28 01:06:54 +00:00
Updated fio (3.7->3.9) and iperf3 (3.17->3.23) to latest release
This commit is contained in:
parent
a748260467
commit
96227f76a2
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
BIN
bin/fio_x64
BIN
bin/fio_x64
Binary file not shown.
BIN
bin/fio_x86
BIN
bin/fio_x86
Binary file not shown.
BIN
bin/iperf3_x64
BIN
bin/iperf3_x64
Binary file not shown.
BIN
bin/iperf3_x86
BIN
bin/iperf3_x86
Binary file not shown.
2
yabs.sh
2
yabs.sh
@ -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 '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user