Server ping times
#1
I saw RK's post here:

(28 Jul 13, 04:41AM)RandumKiwi Wrote: Now, these are all to proper data centres, so assume an extra 50ms for a normal home-based connection... unless you're on a real crap connection, in which case, add 100.

and I decided to do the same study with my VPS, which I have liked, but never thought was the best thing ever. Probably lower quality than his (I'm sure he shelled out more money than me), but I figured I'd see how it turns out.

Use the following code to be lazy and do all these pings + pre-write the output. Only change the first alias labelled "YRHOST" to whatever you want it to say. (Thanks to RK for this better script)
YRHOST="WHATEVER YOU WANT IT TO SAY" && a1="[b][u]Ping from $YRHOST to" && a2="[/b][/u]" && echo -e "\n\n" $a1 "California (West Coast USA):" $a2 && ping -c 10 -q 208.79.89.243 && echo -e "\n" $a1 "Dallas (Central USA):" $a2 && ping -c 10 -q 72.249.66.192 && echo -e "\n" $a1 "New York (East Coast USA):" $a2 && ping -c 10 -q 199.167.194.101 && echo -e "\n" $a1 "Miami, USA:" $a2 && ping -c 10 -q 46.182.109.9 && echo -e "\n" $a1 "Sao Paulo, Brazil:" $a2 && ping -c 10 -q 37.252.238.11 && echo -e "\n" $a1 "Tokyo, Japan:" $a2 && ping -c 10 -q 37.252.229.21 && echo -e "\n" $a1 "Hong Kong, China:" $a2 && ping -c 10 -q 37.252.249.20 && echo -e "\n" $a1 "Singapore" $a2 && ping -c 10 -q 119.81.28.170 && echo -e "\n" $a1 "Mumbai, India:" $a2 && ping -c 10 -q 182.73.58.241 && echo -e "\n" $a1 "Dubai, UAE:" $a2 && ping -c 10 -q 37.252.245.20 && echo -e "\n" $a1 "Cape Town, South Africa:" $a2 && ping -c 10 -q 197.85.190.251 && echo -e "\n" $a1 "London, UK:" $a2 && ping -c 10 -q 217.112.86.130 && echo -e "\n" $a1 "Amsterdam, Netherlands:" $a2 && ping -c 10 -q 159.253.130.90 && echo -e "\n" $a1 "Paris, France:" $a2 && ping -c 10 -q 37.252.225.11 && echo -e "\n" $a1 "Frankfurt, Germany:" $a2 && ping -c 10 -q 85.195.82.74 && echo -e "\n" $a1 "Moscow, Russia:" $a2 && ping -c 10 -q 37.252.254.10 && echo -e "\n" $a1 "Auckland, New Zealand:" $a2 && ping -c 10 -q 103.6.212.9 && echo -e "\n" $a1 "Sydney, Australia:" $a2 && ping -c 10 -q 37.252.240.19

Should take about 5 minutes.

If you host a server, I'd be interested in seeing your results, along with a comment about the quality (in terms of cheap VPS to mega Dedi server).

VPS is in LA

Ping to a datacentre for West Coast USA (California):
--- 208.79.89.243 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49042ms
rtt min/avg/max/mdev = 0.587/0.950/3.369/0.447 ms

Ping to a datacentre for Central USA (Dallas):
--- 72.249.66.192 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49050ms
rtt min/avg/max/mdev = 33.127/33.728/34.537/0.434 ms

Ping to a datacentre for East Coast, USA (New York):
--- 199.167.194.101 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49043ms
rtt min/avg/max/mdev = 77.918/78.066/78.718/0.336 ms

Ping to a datacentre Australia (Brisbane):
--- 117.20.11.52 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49047ms
rtt min/avg/max/mdev = 175.838/176.150/177.578/0.547 ms

Ping to a datacentre in the UK (London):
--- 217.112.86.130 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49001ms
rtt min/avg/max/mdev = 145.243/145.290/145.387/0.155 ms

Ping to a datacentre in Germany (Frankfurt):
--- 85.195.82.74 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49047ms
rtt min/avg/max/mdev = 172.972/173.304/173.740/0.606 ms

For those not so familiar with the ping command, (probably more of the crowd just playing on servers), you will be most interested in the second number in the line that looks like this:
rtt min/avg/max/mdev = 172.966/173.153/173.633/0.452 ms

That second number is the average ping you will get. It will also be interesting seeing the last number which is the amount that the ping changed on average. Another interesting number is the % packet loss. More packet loss = bad.
Thanks given by:
#2
VPS on CoreXchange in Dallas.
Thanks given by:
#3
ac-akimbo.net / gaia.woop.us server (Vitry Sur Seine, 5 Kms from Paris, France)

Thanks given by:
#4
ac.mafia-asesina.org, Vps (Miami, USA)
Thanks given by:
#5
sodaclan.com (North Carolina, USA)
Thanks given by:
#6
From what I figure, these are probably the most important pings (based on covering the worlds biggest populations and data routes).

America:
California: 208.79.89.243
Dallas: 72.249.66.192
New York: 199.167.194.101
Miami: 46.182.109.9
São Paulo: 37.252.238.11

Asia:
Tokyo: 37.252.229.21
Hong Kong: 37.252.249.20
Singapore: 119.81.28.170
Mumbai: 182.73.58.241

Africa/Middle east:
Dubai: 37.252.245.20
Cape Town: 197.85.190.251

Europe:
London: 217.112.86.130
Amsterdam: 159.253.130.90
Paris: 37.252.225.11
Frankfurt: 85.195.82.74
Moscow: 37.252.254.10

Oceania:
Auckland: 103.6.212.9
Sydney: 37.252.240.19
Thanks given by:
#7
Use the following code to be lazy and do all these pings + pre-write the output. Only change the first alias labelled "YRHOST" to whatever you want it to say.

YRHOST="WHATEVER YOU WANT IT TO SAY" && a1="[b][u]Ping from $YRHOST to" && a2="[/b][/u]" && echo -e "\n\n" $a1 "California (West Coast USA):" $a2 && ping -c 10 -q 208.79.89.243 && echo -e "\n" $a1 "Dallas (Central USA):" $a2 && ping -c 10 -q 72.249.66.192 && echo -e "\n" $a1 "New York (East Coast USA):" $a2 && ping -c 10 -q 199.167.194.101 && echo -e "\n" $a1 "Miami, USA:" $a2 && ping -c 10 -q 46.182.109.9 && echo -e "\n" $a1 "Sao Paulo, Brazil:" $a2 && ping -c 10 -q 37.252.238.11 && echo -e "\n" $a1 "Tokyo, Japan:" $a2 && ping -c 10 -q 37.252.229.21 && echo -e "\n" $a1 "Hong Kong, China:" $a2 && ping -c 10 -q 37.252.249.20 && echo -e "\n" $a1 "Singapore" $a2 && ping -c 10 -q 119.81.28.170 && echo -e "\n" $a1 "Mumbai, India:" $a2 && ping -c 10 -q 182.73.58.241 && echo -e "\n" $a1 "Dubai, UAE:" $a2 && ping -c 10 -q 37.252.245.20 && echo -e "\n" $a1 "Cape Town, South Africa:" $a2 && ping -c 10 -q 197.85.190.251 && echo -e "\n" $a1 "London, UK:" $a2 && ping -c 10 -q 217.112.86.130 && echo -e "\n" $a1 "Amsterdam, Netherlands:" $a2 && ping -c 10 -q 159.253.130.90 && echo -e "\n" $a1 "Paris, France:" $a2 && ping -c 10 -q 37.252.225.11 && echo -e "\n" $a1 "Frankfurt, Germany:" $a2 && ping -c 10 -q 85.195.82.74 && echo -e "\n" $a1 "Moscow, Russia:" $a2 && ping -c 10 -q 37.252.254.10 && echo -e "\n" $a1 "Auckland, New Zealand:" $a2 && ping -c 10 -q 103.6.212.9 && echo -e "\n" $a1 "Sydney, Australia:" $a2 && ping -c 10 -q 37.252.240.19
Thanks given by:
#8
Server based in (the North Shore of) Auckland, New Zealand by Rimu Hosting (inside Hosting Direct's datacentre)

Auckland, New Zealand = 0.5ms (the datacentre being pinged is my own VPS provider)
Sydney, Australia = 24.8ms
California, West USA = 134.9ms
Dallas, Central USA = 167.2ms
Singapore = 169.0ms
Miami, South East USA = 200.1ms
New York, East USA = 201.6ms
Hong Kong, China = 211.4ms
Tokyo, Japan = 223.9ms
London, UK = 265.8ms
Amsterdam, Netherlands = 273.1ms
Frankfurt, Germany = 285.1ms
Paris, France = 288.2ms
Dubai, UAE = 311.9ms
Sao Paulo, Brazil = 332.0ms
Moscow, Russia = 347.4ms
Mumbai, India = 347.6ms
Cape Town, South Africa = 408.9ms


Thanks given by:
#9
Ping from VPS in the Netherlands to California (West Coast USA):
PING 208.79.89.243 (208.79.89.243): 56 data bytes

--- 208.79.89.243 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 170.927/171.190/171.665/0.232 ms

Ping from VPS in the Netherlands to Dallas (Central USA):
PING 72.249.66.192 (72.249.66.192): 56 data bytes

--- 72.249.66.192 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 130.967/131.528/132.642/0.472 ms

Ping from VPS in the Netherlands to New York (East Coast USA):
PING 199.167.194.101 (199.167.194.101): 56 data bytes

--- 199.167.194.101 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 82.109/84.025/90.003/2.129 ms

Ping from VPS in the Netherlands to Miami, USA:
PING 46.182.109.9 (46.182.109.9): 56 data bytes

--- 46.182.109.9 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 153.905/160.327/170.454/5.655 ms

Ping from VPS in the Netherlands to Sao Paulo, Brazil:
PING 37.252.238.11 (37.252.238.11): 56 data bytes

--- 37.252.238.11 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 228.763/229.039/229.897/0.366 ms

Ping from VPS in the Netherlands to Tokyo, Japan:
PING 37.252.229.21 (37.252.229.21): 56 data bytes

--- 37.252.229.21 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 256.752/257.062/257.886/0.311 ms

Ping from VPS in the Netherlands to Hong Kong, China:
PING 37.252.249.20 (37.252.249.20): 56 data bytes

--- 37.252.249.20 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 323.228/351.690/600.906/83.073 ms

Ping from VPS in the Netherlands to Singapore
PING 119.81.28.170 (119.81.28.170): 56 data bytes

--- 119.81.28.170 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 344.264/344.566/345.249/0.293 ms

Ping from VPS in the Netherlands to Mumbai, India:
PING 182.73.58.241 (182.73.58.241): 56 data bytes

--- 182.73.58.241 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 132.740/191.465/357.303/78.167 ms

Ping from VPS in the Netherlands to Dubai, UAE:
PING 37.252.245.20 (37.252.245.20): 56 data bytes

--- 37.252.245.20 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 145.806/146.239/147.929/0.598 ms

Ping from VPS in the Netherlands to Cape Town, South Africa:
PING 197.85.190.251 (197.85.190.251): 56 data bytes

--- 197.85.190.251 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 151.628/152.227/156.113/1.307 ms

Ping from VPS in the Netherlands to London, UK:
PING 217.112.86.130 (217.112.86.130): 56 data bytes

--- 217.112.86.130 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 8.623/19.149/106.254/29.066 ms

Ping from VPS in the Netherlands to Amsterdam, Netherlands:
PING 159.253.130.90 (159.253.130.90): 56 data bytes

--- 159.253.130.90 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 2.554/3.085/5.895/0.950 ms

Ping from VPS in the Netherlands to Paris, France:
PING 37.252.225.11 (37.252.225.11): 56 data bytes

--- 37.252.225.11 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 18.533/19.237/21.496/0.817 ms

Ping from VPS in the Netherlands to Frankfurt, Germany:
PING 85.195.82.74 (85.195.82.74): 56 data bytes

--- 85.195.82.74 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 9.343/33.770/248.297/71.510 ms

Ping from VPS in the Netherlands to Moscow, Russia:
PING 37.252.254.10 (37.252.254.10): 56 data bytes

--- 37.252.254.10 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 51.062/51.348/52.262/0.324 ms

Ping from VPS in the Netherlands to Auckland, New Zealand:
PING 103.6.212.9 (103.6.212.9): 56 data bytes

--- 103.6.212.9 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 294.461/294.627/294.820/0.111 ms

Ping from VPS in the Netherlands to Sydney, Australia:
PING 37.252.240.19 (37.252.240.19): 56 data bytes

--- 37.252.240.19 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 328.462/364.763/688.869/108.036 ms
Thanks given by:
#10
Hahahaha, NZ server gets a better ping to Euro that Australia does.
Thanks given by:
#11
My VPS http://sctechusa.com in Dallas, TX:

Thanks given by: