Interactive CLI Bash utility for running iperf3 network tests with automatic servers from public lists
- Automatically downloads iperf3 public servers
- Latency-based iperf3 server selection
- Interactive navigation using
fzf - Favourite servers feature
- Russia
- Europe
- Asia
- North America
- Latin America
- Oceania
- Africa
This tool automatically downloads and parses public iperf3 servers from:
-
Clone repository:
git clone https://github.com/resolvectl/rapid-iperf cd rapid-iperf -
Make script executable:
chmod +x iperf.sh
-
Run tool:
./iperf.sh
- Region selection
- Automatic install of dependencies
- Favourite servers
- Fallback server feature -> Available servers selection UI
iperf3- Network bandwith toolfping- ICMP checkfzf- Interactive UIjq&yq- JSON and YAML servers parsingcurl- Fetching iperf3 servers
Dependencies will install if you are running Debian/Ubuntu or RHEL/Fedora. Other cases requires manual installation Still WIP