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:


Messages In This Thread
Server ping times - by Ronald_Reagan - 28 Jul 13, 06:17AM
RE: Server ping times - by vonunov - 28 Jul 13, 06:52AM
RE: Server ping times - by Luc@s - 28 Jul 13, 10:00AM
RE: Server ping times - by Jpablon - 28 Jul 13, 11:10AM
RE: Server ping times - by [SODA]___ME___ - 28 Jul 13, 03:38PM
RE: Server ping times - by RandumKiwi - 29 Jul 13, 06:35AM
RE: Server ping times - by RandumKiwi - 29 Jul 13, 10:25AM
RE: Server ping times - by RandumKiwi - 29 Jul 13, 10:26AM
RE: Server ping times - by MathiasB - 02 Aug 13, 02:01PM
RE: Server ping times - by RandumKiwi - 03 Aug 13, 07:15AM
RE: Server ping times - by Jg99 - 08 Aug 13, 04:08AM