You've already forked datacenter-speed-tests
mirror of
https://github.com/jakejarvis/datacenter-speed-tests.git
synced 2025-06-27 17:35:41 -04:00
additional AWS regions
This commit is contained in:
@ -60,9 +60,12 @@ chmod +x ping.sh && chmod +x speed.sh
|
||||
- us-east-1
|
||||
- us-west-1
|
||||
- us-west-2
|
||||
- ca-central-1
|
||||
- eu-north-1
|
||||
- eu-central-1
|
||||
- eu-west-1
|
||||
- eu-west-2
|
||||
- eu-west-3
|
||||
- ap-northeast-1
|
||||
- ap-south-1
|
||||
- ap-southeast-1
|
||||
|
2
ping.sh
2
ping.sh
@ -16,7 +16,7 @@ done
|
||||
|
||||
echo -e "\n\nAWS Ping Test:\n"
|
||||
|
||||
for DC in us-east-1 us-west-1 us-west-2 eu-central-1 eu-west-1 eu-west-2 ap-northeast-1 ap-south-1 ap-southeast-1 ap-southeast-2 sa-east-1
|
||||
for DC in us-east-1 us-west-1 us-west-2 eu-north-1 ca-central-1 eu-central-1 eu-west-1 eu-west-2 ap-northeast-1 ap-south-1 ap-southeast-1 ap-southeast-2 sa-east-1
|
||||
do
|
||||
echo "$DC: $(ping -i .2 -c 10 -q ec2.$DC.amazonaws.com | awk -F/ '/^round|^rtt/{print $5}') ms"
|
||||
done
|
||||
|
2
speed.sh
2
speed.sh
@ -16,7 +16,7 @@ done
|
||||
|
||||
echo -e "\n\nAWS Speed Test: (10MB each)\n"
|
||||
|
||||
for DC in us-east-1 us-west-1 us-west-2 eu-central-1 eu-west-1 eu-west-2 ap-northeast-1 ap-south-1 ap-southeast-1 ap-southeast-2 sa-east-1
|
||||
for DC in us-east-1 us-west-1 us-west-2 eu-north-1 ca-central-1 eu-central-1 eu-west-1 eu-west-2 ap-northeast-1 ap-south-1 ap-southeast-1 ap-southeast-2 sa-east-1
|
||||
do
|
||||
echo "$DC: $(wget -O /dev/null http://$DC-ec2.cloudharmony.net/probe/test10mb.jpg 2>&1 | awk '/\/dev\/null/ {speed=$3 $4} END {gsub(/\(|\)/,"",speed); print speed}')"
|
||||
done
|
||||
|
Reference in New Issue
Block a user