This repo intends to provide static builds of iPerf3 for some platforms that were unsupported by the original repo.
Static compilation with Zig.
Binaries are available here: https://github.com/scria1000/iperf3-static-zig/releases/latest
| Architecture | Operating System |
|---|---|
| mips | linux |
| mipsel | linux |
| mips64 | linux |
| mips64el | linux |
| riscv64 | linux |
Download and install to the bin directory of your local user (for root this may not be in the $PATH)
Pick the platform URL you need:
mips
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips-linux-musl
chmod 700 ~/bin/iperf3mips build with openssl
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips-linux-musl_openssl
chmod 700 ~/bin/iperf3mips little endian
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mipsel-linux-musl
chmod 700 ~/bin/iperf3mips little endian build with openssl
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mipsel-linux-musl_openssl
chmod 700 ~/bin/iperf3mips64
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips64-linux-musl
chmod 700 ~/bin/iperf3mips64 build with openssl
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips64-linux-musl_openssl
chmod 700 ~/bin/iperf3mips64 little endian
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips64el-linux-musl
chmod 700 ~/bin/iperf3mips64 little endian build with openssl
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips64el-linux-musl_openssl
chmod 700 ~/bin/iperf3riscv64
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-riscv64-linux-musl
chmod 700 ~/bin/iperf3riscv64 build with openssl
mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-riscv64-linux-musl_openssl
chmod 700 ~/bin/iperf3