mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-04-19 08:55:15 +00:00
update binaries - fio v3.33; iperf3 v3.12
This commit is contained in:
parent
b3a7dcb142
commit
8467f89896
@ -6,18 +6,18 @@ This directory contains all of the binaries required to run the benchmarking tes
|
|||||||
|
|
||||||
| Binary Name | Version | Compile Date | Architecture | OS |
|
| Binary Name | Version | Compile Date | Architecture | OS |
|
||||||
|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|:-:|
|
||||||
| fio_x64 | 3.31 | 19-AUG-2022 | x86_64 | 64-bit |
|
| fio_x64 | 3.33 | 23-NOV-2022 | x86_64 | 64-bit |
|
||||||
| fio_x86 | 3.30* | 19-AUG-2022 | x86 | 32-bit |
|
| fio_x86 | 3.30* | 19-AUG-2022 | x86 | 32-bit |
|
||||||
| fio_aarch64 | 3.31 | 19-AUG-2022 | ARM | 64-bit |
|
| fio_aarch64 | 3.33 | 23-NOV-2022 | ARM | 64-bit |
|
||||||
| fio_arm | 3.31 | 19-AUG-2022 | ARM | 32-bit |
|
| fio_arm | 3.30* | 19-AUG-2022 | ARM | 32-bit |
|
||||||
| iperf_x64 | 3.11 | 19-AUG-2022 | x86_64 | 64-bit |
|
| iperf_x64 | 3.12 | 23-NOV-2022 | x86_64 | 64-bit |
|
||||||
| iperf_x86 | 3.11 | 19-AUG-2022 | x86 | 32-bit |
|
| iperf_x86 | 3.12 | 23-NOV-2022 | x86 | 32-bit |
|
||||||
| iperf_aarch64 | 3.11 | 19-AUG-2022 | ARM | 64-bit |
|
| iperf_aarch64 | 3.12 | 23-NOV-2022 | ARM | 64-bit |
|
||||||
| iperf_arm | 3.11 | 19-AUG-2022 | ARM | 32-bit |
|
| iperf_arm | 3.12 | 23-NOV-2022 | ARM | 32-bit |
|
||||||
|
|
||||||
Note: ARM compatibility is considered experimental. Static binaries for ARM-based machines are cross-compiled within a Holy Build Box container using the [musl toolchain](https://musl.cc/).
|
Note: ARM compatibility is considered experimental. Static binaries for ARM-based machines are cross-compiled within a Holy Build Box container using the [musl toolchain](https://musl.cc/).
|
||||||
|
|
||||||
\* fio v3.31 is failing to build in a 32-bit environment
|
\* fio v3.31+ is failing to build in a 32-bit environment
|
||||||
|
|
||||||
### Compile Notes
|
### Compile Notes
|
||||||
|
|
||||||
|
@ -26,7 +26,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.31.tar.gz -o "fio.tar.gz"
|
curl -L https://github.com/axboe/fio/archive/fio-3.33.tar.gz -o "fio.tar.gz"
|
||||||
tar xf fio.tar.gz
|
tar xf fio.tar.gz
|
||||||
cd fio-fio*
|
cd fio-fio*
|
||||||
CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-native --build-static
|
CC=/root/${CROSS}-cross/bin/${CROSS}-gcc ./configure --disable-native --build-static
|
||||||
@ -39,7 +39,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.11.tar.gz -o "iperf.tar.gz"
|
curl -L https://github.com/esnet/iperf/archive/3.12.tar.gz -o "iperf.tar.gz"
|
||||||
tar xf iperf.tar.gz
|
tar xf iperf.tar.gz
|
||||||
cd iperf*
|
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
|
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
|
||||||
|
@ -35,7 +35,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.31.tar.gz -o "fio.tar.gz"
|
curl -L https://github.com/axboe/fio/archive/fio-3.33.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
|
||||||
@ -48,7 +48,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.11.tar.gz -o "iperf.tar.gz"
|
curl -L https://github.com/esnet/iperf/archive/3.12.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.
BIN
bin/fio/fio_x64
BIN
bin/fio/fio_x64
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
yabs.sh
4
yabs.sh
@ -744,8 +744,8 @@ if [ -z "$SKIP_IPERF" ]; then
|
|||||||
if [ ! -z "$REDUCE_NET" ]; then
|
if [ ! -z "$REDUCE_NET" ]; then
|
||||||
IPERF_LOCS=( \
|
IPERF_LOCS=( \
|
||||||
"lon.speedtest.clouvider.net" "5200-5209" "Clouvider" "London, UK (10G)" "IPv4|IPv6" \
|
"lon.speedtest.clouvider.net" "5200-5209" "Clouvider" "London, UK (10G)" "IPv4|IPv6" \
|
||||||
"ping.online.net" "5200-5209" "Online.net" "Paris, FR (10G)" "IPv4" \
|
"ping.online.net" "5200-5209" "Scaleway" "Paris, FR (10G)" "IPv4" \
|
||||||
"ping6.online.net" "5200-5209" "Online.net" "Paris, FR (10G)" "IPv6" \
|
"ping6.online.net" "5200-5209" "Scaleway" "Paris, FR (10G)" "IPv6" \
|
||||||
"nyc.speedtest.clouvider.net" "5200-5209" "Clouvider" "NYC, NY, US (10G)" "IPv4|IPv6" \
|
"nyc.speedtest.clouvider.net" "5200-5209" "Clouvider" "NYC, NY, US (10G)" "IPv4|IPv6" \
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user