|
1 | 1 | #!/bin/bash |
2 | 2 |
|
3 | 3 | # Yet Another Bench Script by Mason Rowe |
4 | | -# Initial Oct 2019; Last update Apr 2023 |
| 4 | +# Initial Oct 2019; Last update Sep 2023 |
5 | 5 |
|
6 | 6 | # Disclaimer: This project is a work in progress. Any errors or suggestions should be |
7 | 7 | # relayed to me via the GitHub project page linked below. |
|
12 | 12 | # performance via fio. The script is designed to not require any dependencies |
13 | 13 | # - either compiled or installed - nor admin privileges to run. |
14 | 14 |
|
15 | | -YABS_VERSION="v2023-07-08" |
| 15 | +YABS_VERSION="v2023-09-06" |
16 | 16 |
|
17 | 17 | echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' |
18 | 18 | echo -e '# Yet-Another-Bench-Script #' |
@@ -823,8 +823,7 @@ if [ -z "$SKIP_IPERF" ]; then |
823 | 823 | "speedtest.uztelecom.uz" "5200-5207" "Uztelecom" "Tashkent, UZ (10G)" "IPv4|IPv6" \ |
824 | 824 | "nyc.speedtest.clouvider.net" "5200-5209" "Clouvider" "NYC, NY, US (10G)" "IPv4|IPv6" \ |
825 | 825 | "dal.speedtest.clouvider.net" "5200-5209" "Clouvider" "Dallas, TX, US (10G)" "IPv4|IPv6" \ |
826 | | - "la.speedtest.clouvider.net" "5200-5209" "Clouvider" "Los Angeles, CA, US (10G)" "IPv4|IPv6" \ |
827 | | - "iperf.biznetnetworks.com" "5201-5203" "Biznet" "Jakarta, ID (10G)" "IPv4|IPv6" |
| 826 | + "la.speedtest.clouvider.net" "5200-5209" "Clouvider" "Los Angeles, CA, US (10G)" "IPv4|IPv6" |
828 | 827 | ) |
829 | 828 |
|
830 | 829 | # if the "REDUCE_NET" flag is activated, then do a shorter iperf test with only three locations |
|
0 commit comments