Skip to content

Instantly share code, notes, and snippets.

@s-tajima
Created April 20, 2020 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s-tajima/8a4e9344288bc449b98fcf8942314b08 to your computer and use it in GitHub Desktop.
Save s-tajima/8a4e9344288bc449b98fcf8942314b08 to your computer and use it in GitHub Desktop.
SQS Endpoint Latency
$ for EP in $(cat sqs-endpoint.txt); do ping -c 4 $EP; echo; echo; done
PING sqs.ap-east-1.amazonaws.com (13.248.36.32) 56(84) bytes of data.
64 bytes from 13.248.36.32 (13.248.36.32): icmp_seq=1 ttl=232 time=53.1 ms
64 bytes from 13.248.36.32 (13.248.36.32): icmp_seq=2 ttl=232 time=52.6 ms
64 bytes from 13.248.36.32 (13.248.36.32): icmp_seq=3 ttl=232 time=52.6 ms
64 bytes from 13.248.36.32 (13.248.36.32): icmp_seq=4 ttl=232 time=52.7 ms
--- sqs.ap-east-1.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 52.630/52.779/53.142/0.312 ms
PING ap-northeast-1.queue.amazonaws.com (54.240.225.132) 56(84) bytes of data.
64 bytes from 54.240.225.132 (54.240.225.132): icmp_seq=1 ttl=247 time=3.00 ms
64 bytes from 54.240.225.132 (54.240.225.132): icmp_seq=2 ttl=247 time=2.56 ms
64 bytes from 54.240.225.132 (54.240.225.132): icmp_seq=3 ttl=247 time=2.51 ms
64 bytes from 54.240.225.132 (54.240.225.132): icmp_seq=4 ttl=247 time=2.53 ms
--- ap-northeast-1.queue.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 2.514/2.653/3.002/0.205 ms
PING sqs.ap-northeast-2.amazonaws.com (52.95.196.186) 56(84) bytes of data.
64 bytes from 52.95.196.186 (52.95.196.186): icmp_seq=1 ttl=230 time=34.4 ms
64 bytes from 52.95.196.186 (52.95.196.186): icmp_seq=2 ttl=230 time=33.9 ms
64 bytes from 52.95.196.186 (52.95.196.186): icmp_seq=3 ttl=230 time=34.0 ms
64 bytes from 52.95.196.186 (52.95.196.186): icmp_seq=4 ttl=230 time=34.0 ms
--- sqs.ap-northeast-2.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 33.998/34.149/34.480/0.232 ms
PING sqs.ap-northeast-3.amazonaws.com (13.248.4.15) 56(84) bytes of data.
64 bytes from 13.248.4.15 (13.248.4.15): icmp_seq=1 ttl=233 time=9.24 ms
64 bytes from 13.248.4.15 (13.248.4.15): icmp_seq=2 ttl=233 time=8.76 ms
64 bytes from 13.248.4.15 (13.248.4.15): icmp_seq=3 ttl=233 time=8.75 ms
64 bytes from 13.248.4.15 (13.248.4.15): icmp_seq=4 ttl=233 time=9.02 ms
--- sqs.ap-northeast-3.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 8.750/8.947/9.248/0.236 ms
PING sqs.ap-south-1.amazonaws.com (52.95.88.23) 56(84) bytes of data.
64 bytes from 52.95.88.23 (52.95.88.23): icmp_seq=1 ttl=227 time=133 ms
64 bytes from 52.95.88.23 (52.95.88.23): icmp_seq=2 ttl=227 time=133 ms
64 bytes from 52.95.88.23 (52.95.88.23): icmp_seq=3 ttl=227 time=132 ms
64 bytes from 52.95.88.23 (52.95.88.23): icmp_seq=4 ttl=227 time=132 ms
--- sqs.ap-south-1.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 132.909/133.099/133.455/0.334 ms
PING ap-southeast-1.queue.amazonaws.com (52.119.186.150) 56(84) bytes of data.
64 bytes from 52.119.186.150 (52.119.186.150): icmp_seq=1 ttl=234 time=84.1 ms
64 bytes from 52.119.186.150 (52.119.186.150): icmp_seq=2 ttl=234 time=83.8 ms
64 bytes from 52.119.186.150 (52.119.186.150): icmp_seq=3 ttl=234 time=83.6 ms
64 bytes from 52.119.186.150 (52.119.186.150): icmp_seq=4 ttl=234 time=83.7 ms
--- ap-southeast-1.queue.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 83.673/83.844/84.153/0.189 ms
PING ap-southeast-2.queue.amazonaws.com (52.119.210.126) 56(84) bytes of data.
64 bytes from 52.119.210.126 (52.119.210.126): icmp_seq=1 ttl=230 time=105 ms
64 bytes from 52.119.210.126 (52.119.210.126): icmp_seq=2 ttl=230 time=104 ms
64 bytes from 52.119.210.126 (52.119.210.126): icmp_seq=3 ttl=230 time=104 ms
64 bytes from 52.119.210.126 (52.119.210.126): icmp_seq=4 ttl=230 time=104 ms
--- ap-southeast-2.queue.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 104.787/104.935/105.298/0.210 ms
PING sqs.ca-central-1.amazonaws.com (52.94.105.89) 56(84) bytes of data.
64 bytes from 52.94.105.89 (52.94.105.89): icmp_seq=1 ttl=227 time=154 ms
64 bytes from 52.94.105.89 (52.94.105.89): icmp_seq=2 ttl=227 time=154 ms
64 bytes from 52.94.105.89 (52.94.105.89): icmp_seq=3 ttl=227 time=154 ms
64 bytes from 52.94.105.89 (52.94.105.89): icmp_seq=4 ttl=227 time=154 ms
--- sqs.ca-central-1.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 154.442/154.578/154.897/0.334 ms
PING sqs.cn-north-1.amazonaws.com.cn (54.222.6.80) 56(84) bytes of data.
64 bytes from sqs.cn-north-1.amazonaws.com.cn (54.222.6.80): icmp_seq=1 ttl=221 time=84.4 ms
64 bytes from sqs.cn-north-1.amazonaws.com.cn (54.222.6.80): icmp_seq=2 ttl=221 time=84.1 ms
64 bytes from sqs.cn-north-1.amazonaws.com.cn (54.222.6.80): icmp_seq=3 ttl=221 time=84.1 ms
64 bytes from sqs.cn-north-1.amazonaws.com.cn (54.222.6.80): icmp_seq=4 ttl=221 time=84.1 ms
--- sqs.cn-north-1.amazonaws.com.cn ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3001ms
rtt min/avg/max/mdev = 84.118/84.241/84.495/0.325 ms
PING sqs.cn-northwest-1.amazonaws.com.cn (52.82.208.172) 56(84) bytes of data.
64 bytes from 52.82.208.172 (52.82.208.172): icmp_seq=1 ttl=221 time=84.6 ms
64 bytes from 52.82.208.172 (52.82.208.172): icmp_seq=3 ttl=221 time=84.1 ms
64 bytes from 52.82.208.172 (52.82.208.172): icmp_seq=4 ttl=221 time=84.2 ms
--- sqs.cn-northwest-1.amazonaws.com.cn ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3011ms
rtt min/avg/max/mdev = 84.155/84.330/84.627/0.211 ms
PING sqs.eu-central-1.amazonaws.com (52.119.190.137) 56(84) bytes of data.
64 bytes from 52.119.190.137 (52.119.190.137): icmp_seq=1 ttl=227 time=250 ms
64 bytes from 52.119.190.137 (52.119.190.137): icmp_seq=2 ttl=227 time=250 ms
64 bytes from 52.119.190.137 (52.119.190.137): icmp_seq=3 ttl=227 time=250 ms
64 bytes from 52.119.190.137 (52.119.190.137): icmp_seq=4 ttl=227 time=250 ms
--- sqs.eu-central-1.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 250.196/250.353/250.716/0.543 ms
PING sqs.eu-north-1.amazonaws.com (52.46.196.24) 56(84) bytes of data.
64 bytes from 52.46.196.24 (52.46.196.24): icmp_seq=1 ttl=218 time=258 ms
64 bytes from 52.46.196.24 (52.46.196.24): icmp_seq=2 ttl=218 time=258 ms
64 bytes from 52.46.196.24 (52.46.196.24): icmp_seq=3 ttl=218 time=257 ms
64 bytes from 52.46.196.24 (52.46.196.24): icmp_seq=4 ttl=218 time=258 ms
--- sqs.eu-north-1.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 257.983/258.136/258.436/0.176 ms
PING eu-west-1.queue.amazonaws.com (52.95.120.61) 56(84) bytes of data.
64 bytes from 52.95.120.61 (52.95.120.61): icmp_seq=1 ttl=224 time=222 ms
64 bytes from 52.95.120.61 (52.95.120.61): icmp_seq=2 ttl=224 time=222 ms
64 bytes from 52.95.120.61 (52.95.120.61): icmp_seq=3 ttl=224 time=222 ms
64 bytes from 52.95.120.61 (52.95.120.61): icmp_seq=4 ttl=224 time=222 ms
--- eu-west-1.queue.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 222.010/222.231/222.774/0.315 ms
PING sqs.eu-west-2.amazonaws.com (52.94.57.121) 56(84) bytes of data.
64 bytes from 52.94.57.121 (52.94.57.121): icmp_seq=1 ttl=224 time=234 ms
64 bytes from 52.94.57.121 (52.94.57.121): icmp_seq=2 ttl=224 time=233 ms
64 bytes from 52.94.57.121 (52.94.57.121): icmp_seq=3 ttl=224 time=233 ms
64 bytes from 52.94.57.121 (52.94.57.121): icmp_seq=4 ttl=224 time=233 ms
--- sqs.eu-west-2.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 233.840/234.013/234.315/0.181 ms
PING sqs.eu-west-3.amazonaws.com (52.46.64.39) 56(84) bytes of data.
64 bytes from 52.46.64.39 (52.46.64.39): icmp_seq=1 ttl=227 time=244 ms
64 bytes from 52.46.64.39 (52.46.64.39): icmp_seq=2 ttl=227 time=244 ms
64 bytes from 52.46.64.39 (52.46.64.39): icmp_seq=3 ttl=227 time=244 ms
64 bytes from 52.46.64.39 (52.46.64.39): icmp_seq=4 ttl=227 time=244 ms
--- sqs.eu-west-3.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 244.229/244.365/244.724/0.207 ms
PING sqs.me-south-1.amazonaws.com (99.82.128.26) 56(84) bytes of data.
64 bytes from 99.82.128.26 (99.82.128.26): icmp_seq=1 ttl=225 time=159 ms
64 bytes from 99.82.128.26 (99.82.128.26): icmp_seq=2 ttl=225 time=158 ms
64 bytes from 99.82.128.26 (99.82.128.26): icmp_seq=3 ttl=225 time=158 ms
64 bytes from 99.82.128.26 (99.82.128.26): icmp_seq=4 ttl=225 time=158 ms
--- sqs.me-south-1.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 158.892/159.043/159.388/0.446 ms
PING sa-east-1.queue.amazonaws.com (177.72.244.179) 56(84) bytes of data.
64 bytes from 177.72.244.179 (177.72.244.179): icmp_seq=1 ttl=226 time=267 ms
64 bytes from 177.72.244.179 (177.72.244.179): icmp_seq=2 ttl=226 time=267 ms
64 bytes from 177.72.244.179 (177.72.244.179): icmp_seq=3 ttl=226 time=267 ms
64 bytes from 177.72.244.179 (177.72.244.179): icmp_seq=4 ttl=226 time=267 ms
--- sa-east-1.queue.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 267.327/267.448/267.791/0.663 ms
PING queue.amazonaws.com (52.94.236.8) 56(84) bytes of data.
64 bytes from 52.94.236.8 (52.94.236.8): icmp_seq=1 ttl=214 time=160 ms
64 bytes from 52.94.236.8 (52.94.236.8): icmp_seq=2 ttl=214 time=159 ms
64 bytes from 52.94.236.8 (52.94.236.8): icmp_seq=3 ttl=214 time=159 ms
64 bytes from 52.94.236.8 (52.94.236.8): icmp_seq=4 ttl=214 time=159 ms
--- queue.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 159.692/159.845/160.199/0.450 ms
PING sqs.us-east-2.amazonaws.com (52.95.17.212) 56(84) bytes of data.
64 bytes from 52.95.17.212 (52.95.17.212): icmp_seq=1 ttl=227 time=160 ms
64 bytes from 52.95.17.212 (52.95.17.212): icmp_seq=2 ttl=227 time=159 ms
64 bytes from 52.95.17.212 (52.95.17.212): icmp_seq=3 ttl=227 time=159 ms
64 bytes from 52.95.17.212 (52.95.17.212): icmp_seq=4 ttl=227 time=159 ms
--- sqs.us-east-2.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 159.660/159.772/160.059/0.516 ms
PING sqs.us-gov-east-1.amazonaws.com (52.46.100.19) 56(84) bytes of data.
64 bytes from 52.46.100.19 (52.46.100.19): icmp_seq=1 ttl=228 time=158 ms
64 bytes from 52.46.100.19 (52.46.100.19): icmp_seq=2 ttl=228 time=157 ms
64 bytes from 52.46.100.19 (52.46.100.19): icmp_seq=3 ttl=228 time=157 ms
64 bytes from 52.46.100.19 (52.46.100.19): icmp_seq=4 ttl=228 time=157 ms
--- sqs.us-gov-east-1.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 157.553/157.742/158.150/0.463 ms
PING us-gov-west-1.queue.amazonaws.com (52.46.232.100) 56(84) bytes of data.
64 bytes from 52.46.232.100 (52.46.232.100): icmp_seq=1 ttl=229 time=98.9 ms
64 bytes from 52.46.232.100 (52.46.232.100): icmp_seq=2 ttl=229 time=98.6 ms
64 bytes from 52.46.232.100 (52.46.232.100): icmp_seq=3 ttl=229 time=98.6 ms
64 bytes from 52.46.232.100 (52.46.232.100): icmp_seq=4 ttl=229 time=98.7 ms
--- us-gov-west-1.queue.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 98.620/98.737/98.972/0.343 ms
PING us-west-1.queue.amazonaws.com (52.119.176.106) 56(84) bytes of data.
64 bytes from 52.119.176.106 (52.119.176.106): icmp_seq=1 ttl=225 time=109 ms
64 bytes from 52.119.176.106 (52.119.176.106): icmp_seq=2 ttl=225 time=109 ms
64 bytes from 52.119.176.106 (52.119.176.106): icmp_seq=3 ttl=225 time=109 ms
64 bytes from 52.119.176.106 (52.119.176.106): icmp_seq=4 ttl=225 time=109 ms
--- us-west-1.queue.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 109.126/109.306/109.724/0.336 ms
PING us-west-2.queue.amazonaws.com (54.240.249.101) 56(84) bytes of data.
64 bytes from 54.240.249.101 (54.240.249.101): icmp_seq=1 ttl=221 time=102 ms
64 bytes from 54.240.249.101 (54.240.249.101): icmp_seq=2 ttl=221 time=102 ms
64 bytes from 54.240.249.101 (54.240.249.101): icmp_seq=3 ttl=221 time=102 ms
64 bytes from 54.240.249.101 (54.240.249.101): icmp_seq=4 ttl=221 time=102 ms
--- us-west-2.queue.amazonaws.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 102.165/102.271/102.451/0.251 ms
sqs.ap-east-1.amazonaws.com
sqs.ap-northeast-1.amazonaws.com
sqs.ap-northeast-2.amazonaws.com
sqs.ap-northeast-3.amazonaws.com
sqs.ap-south-1.amazonaws.com
sqs.ap-southeast-1.amazonaws.com
sqs.ap-southeast-2.amazonaws.com
sqs.ca-central-1.amazonaws.com
sqs.cn-north-1.amazonaws.com.cn
sqs.cn-northwest-1.amazonaws.com.cn
sqs.eu-central-1.amazonaws.com
sqs.eu-north-1.amazonaws.com
sqs.eu-west-1.amazonaws.com
sqs.eu-west-2.amazonaws.com
sqs.eu-west-3.amazonaws.com
sqs.me-south-1.amazonaws.com
sqs.sa-east-1.amazonaws.com
sqs.us-east-1.amazonaws.com
sqs.us-east-2.amazonaws.com
sqs.us-gov-east-1.amazonaws.com
sqs.us-gov-west-1.amazonaws.com
sqs.us-west-1.amazonaws.com
sqs.us-west-2.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment