Posts: 3,462
Threads: 72
Joined: Jun 2010
28 Jul 13, 06:17AM
(This post was last modified: 29 Jul 13, 11:19AM by Ronald_Reagan.)
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.
Posts: 562
Threads: 61
Joined: Jul 2010
28 Jul 13, 06:52AM
(This post was last modified: 28 Jul 13, 10:17PM by Ronald_Reagan.)
Ping to a datacentre for West Coast USA (California):
--- 208.79.89.243 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49066ms
rtt min/avg/max/mdev = 35.214/36.567/40.366/1.555 ms
Ping to a datacentre for Central USA (Dallas):
--- 72.249.66.192 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49067ms
rtt min/avg/max/mdev = 0.913/1.557/3.797/0.449 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 49072ms
rtt min/avg/max/mdev = 38.648/39.529/52.914/2.290 ms
Ping to a datacentre Australia (Brisbane):
--- 117.20.11.52 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49056ms
rtt min/avg/max/mdev = 210.825/211.092/214.035/0.467 ms
Ping to a datacentre in the UK (London):
--- 217.112.86.130 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49069ms
rtt min/avg/max/mdev = 107.369/107.446/107.660/0.201 ms
Ping to a datacentre in Germany (Frankfurt):
--- 85.195.82.74 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49053ms
rtt min/avg/max/mdev = 122.317/122.403/122.614/0.446 ms
VPS on CoreXchange in Dallas.
Posts: 1,981
Threads: 63
Joined: Jun 2010
28 Jul 13, 10:00AM
(This post was last modified: 28 Jul 13, 10:01AM by Luc@s.)
ac-akimbo.net / gaia.woop.us server (Vitry Sur Seine, 5 Kms from Paris, France)
Ping to a datacentre for West Coast USA (California):
--- 208.79.89.243 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49048ms
rtt min/avg/max/mdev = 152.959/153.761/156.138/0.776 ms
Ping to a datacentre for Central USA (Dallas):
--- 72.249.66.192 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49015ms
rtt min/avg/max/mdev = 109.944/111.449/113.363/1.289 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 49062ms
rtt min/avg/max/mdev = 73.270/73.477/75.048/0.365 ms
Ping to a datacentre Australia (Brisbane):
--- 117.20.11.52 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49052ms
rtt min/avg/max/mdev = 348.291/373.377/392.453/12.094 ms
Ping to a datacentre in the UK (London):
--- 217.112.86.130 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49071ms
rtt min/avg/max/mdev = 9.590/9.738/10.335/0.244 ms
Ping to a datacentre in Germany (Frankfurt):
--- 85.195.82.74 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49063ms
rtt min/avg/max/mdev = 10.372/10.467/10.681/0.148 ms
Posts: 101
Threads: 2
Joined: Sep 2011
ac.mafia-asesina.org, Vps (Miami, USA)
Ping to a datacentre for West Coast USA (California):
--- 208.79.89.243 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49054ms
rtt min/avg/max/mdev = 75.050/75.371/84.605/1.331 ms
Ping to a datacentre for Central USA (Dallas):
--- 72.249.66.192 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49032ms
rtt min/avg/max/mdev = 33.119/33.595/34.643/0.409 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 49079ms
rtt min/avg/max/mdev = 32.708/32.961/37.697/0.706 ms
Ping to a datacentre Australia (Brisbane):
--- 117.20.11.52 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49055ms
rtt min/avg/max/mdev = 242.129/242.496/251.466/1.343 ms
Ping to a datacentre in the UK (London):
--- 217.112.86.130 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49065ms
rtt min/avg/max/mdev = 104.804/106.673/110.849/2.174 ms
Ping to a datacentre in Germany (Frankfurt):
--- 85.195.82.74 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49027ms
rtt min/avg/max/mdev = 114.546/117.181/123.790/2.845 ms
Posts: 119
Threads: 2
Joined: Oct 2011
sodaclan.com (North Carolina, USA)
Ping to a datacentre for West Coast USA (California):
--- 208.79.89.243 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49007ms
rtt min/avg/max/mdev = 54.296/55.314/64.414/1.708 ms
Ping to a datacentre for Central USA (Dallas):
--- 72.249.66.192 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49054ms
rtt min/avg/max/mdev = 32.103/32.945/33.698/0.416 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 49050ms
rtt min/avg/max/mdev = 19.030/19.339/19.892/0.241 ms
Ping to a datacentre Australia (Brisbane):
--- 117.20.11.52 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49052ms
rtt min/avg/max/mdev = 248.243/248.637/250.868/0.406 ms
Ping to a datacentre in the UK (London):
--- 217.112.86.130 ping statistics ---
50 packets transmitted, 50 received, 0% packet loss, time 49069ms
rtt min/avg/max/mdev = 90.425/92.933/94.832/2.074 ms
Ping to a datacentre in Germany (Frankfurt):
--- 85.195.82.74 ping statistics ---
50 packets transmitted, 49 received, 2% packet loss, time 49051ms
rtt min/avg/max/mdev = 96.259/96.404/97.401/0.208 ms
Posts: 1,039
Threads: 77
Joined: Jun 2010
29 Jul 13, 06:35AM
(This post was last modified: 29 Jul 13, 10:34AM by RandumKiwi.)
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
Posts: 1,039
Threads: 77
Joined: Jun 2010
29 Jul 13, 10:25AM
(This post was last modified: 29 Jul 13, 10:29AM by RandumKiwi.)
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
Posts: 1,039
Threads: 77
Joined: Jun 2010
29 Jul 13, 10:26AM
(This post was last modified: 29 Jul 13, 10:51AM by RandumKiwi.)
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
Ping from KiWi.AC AssaultCube servers to California (West Coast USA):
PING 208.79.89.243 (208.79.89.243) 56(84) bytes of data.
--- 208.79.89.243 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9087ms
rtt min/avg/max/mdev = 134.332/134.955/136.340/0.787 ms
Ping from KiWi.AC AssaultCube servers to Dallas (Central USA):
PING 72.249.66.192 (72.249.66.192) 56(84) bytes of data.
--- 72.249.66.192 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9083ms
rtt min/avg/max/mdev = 166.827/167.256/167.729/0.541 ms
Ping from KiWi.AC AssaultCube servers to New York (East Coast USA):
PING 199.167.194.101 (199.167.194.101) 56(84) bytes of data.
--- 199.167.194.101 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9079ms
rtt min/avg/max/mdev = 201.436/201.601/201.937/0.136 ms
Ping from KiWi.AC AssaultCube servers to Miami, USA:
PING 46.182.109.9 (46.182.109.9) 56(84) bytes of data.
--- 46.182.109.9 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9085ms
rtt min/avg/max/mdev = 200.107/200.195/200.337/0.354 ms
Ping from KiWi.AC AssaultCube servers to Sao Paulo, Brazil:
PING 37.252.238.11 (37.252.238.11) 56(84) bytes of data.
--- 37.252.238.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9086ms
rtt min/avg/max/mdev = 331.787/332.027/332.365/0.602 ms
Ping from KiWi.AC AssaultCube servers to Tokyo, Japan:
PING 37.252.229.21 (37.252.229.21) 56(84) bytes of data.
--- 37.252.229.21 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9065ms
rtt min/avg/max/mdev = 223.497/223.934/224.249/0.692 ms
Ping from KiWi.AC AssaultCube servers to Hong Kong, China:
PING 37.252.249.20 (37.252.249.20) 56(84) bytes of data.
--- 37.252.249.20 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9083ms
rtt min/avg/max/mdev = 211.134/211.475/212.213/0.697 ms
Ping from KiWi.AC AssaultCube servers to Singapore
PING 119.81.28.170 (119.81.28.170) 56(84) bytes of data.
--- 119.81.28.170 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9086ms
rtt min/avg/max/mdev = 160.781/169.053/176.458/5.565 ms
Ping from KiWi.AC AssaultCube servers to Mumbai, India:
PING 182.73.58.241 (182.73.58.241) 56(84) bytes of data.
--- 182.73.58.241 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9067ms
rtt min/avg/max/mdev = 334.085/347.664/378.667/12.587 ms
Ping from KiWi.AC AssaultCube servers to Dubai, UAE:
PING 37.252.245.20 (37.252.245.20) 56(84) bytes of data.
--- 37.252.245.20 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9090ms
rtt min/avg/max/mdev = 297.071/311.977/321.520/8.639 ms
Ping from KiWi.AC AssaultCube servers to Cape Town, South Africa:
PING 197.85.190.251 (197.85.190.251) 56(84) bytes of data.
--- 197.85.190.251 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9086ms
rtt min/avg/max/mdev = 408.676/408.982/410.604/0.932 ms
Ping from KiWi.AC AssaultCube servers to London, UK:
PING 217.112.86.130 (217.112.86.130) 56(84) bytes of data.
--- 217.112.86.130 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9087ms
rtt min/avg/max/mdev = 265.596/265.800/266.082/0.479 ms
Ping from KiWi.AC AssaultCube servers to Amsterdam, Netherlands:
PING 159.253.130.90 (159.253.130.90) 56(84) bytes of data.
--- 159.253.130.90 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9091ms
rtt min/avg/max/mdev = 272.967/273.167/273.429/0.354 ms
Ping from KiWi.AC AssaultCube servers to Paris, France:
PING 37.252.225.11 (37.252.225.11) 56(84) bytes of data.
--- 37.252.225.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9053ms
rtt min/avg/max/mdev = 287.784/288.234/288.856/0.581 ms
Ping from KiWi.AC AssaultCube servers to Frankfurt, Germany:
PING 85.195.82.74 (85.195.82.74) 56(84) bytes of data.
--- 85.195.82.74 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9089ms
rtt min/avg/max/mdev = 284.811/285.114/285.226/0.686 ms
Ping from KiWi.AC AssaultCube servers to Moscow, Russia:
PING 37.252.254.10 (37.252.254.10) 56(84) bytes of data.
--- 37.252.254.10 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9082ms
rtt min/avg/max/mdev = 335.434/347.403/359.687/7.932 ms
Ping from KiWi.AC AssaultCube servers to Auckland, New Zealand:
PING 103.6.212.9 (103.6.212.9) 56(84) bytes of data.
--- 103.6.212.9 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9017ms
rtt min/avg/max/mdev = 0.255/0.504/1.590/0.421 ms
Ping from KiWi.AC AssaultCube servers to Sydney, Australia:
PING 37.252.240.19 (37.252.240.19) 56(84) bytes of data.
--- 37.252.240.19 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9087ms
rtt min/avg/max/mdev = 24.526/24.801/25.109/0.227 ms
Posts: 400
Threads: 37
Joined: Jun 2010
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
Posts: 1,039
Threads: 77
Joined: Jun 2010
Hahahaha, NZ server gets a better ping to Euro that Australia does.
Posts: 740
Threads: 61
Joined: Jun 2011
My VPS http://sctechusa.com in Dallas, TX:
Ping from VPS to California (West Coast USA):
PING 208.79.89.243 (208.79.89.243) 56(84) bytes of data.
--- 208.79.89.243 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9010ms
rtt min/avg/max/mdev = 31.920/34.368/35.861/1.478 ms
Ping from VPS to Dallas (Central USA):
PING 72.249.66.192 (72.249.66.192) 56(84) bytes of data.
--- 72.249.66.192 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9008ms
rtt min/avg/max/mdev = 1.231/2.236/5.393/1.158 ms
Ping from VPS to New York (East Coast USA):
PING 199.167.194.101 (199.167.194.101) 56(84) bytes of data.
--- 199.167.194.101 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9011ms
rtt min/avg/max/mdev = 38.447/38.747/38.939/0.266 ms
Ping from VPS to Miami, USA:
PING 46.182.109.9 (46.182.109.9) 56(84) bytes of data.
--- 46.182.109.9 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9011ms
rtt min/avg/max/mdev = 32.423/32.633/32.840/0.269 ms
Ping from VPS to Sao Paulo, Brazil:
PING 37.252.238.11 (37.252.238.11) 56(84) bytes of data.
--- 37.252.238.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9011ms
rtt min/avg/max/mdev = 241.417/241.633/242.241/0.696 ms
Ping from VPS to Tokyo, Japan:
PING 37.252.229.21 (37.252.229.21) 56(84) bytes of data.
--- 37.252.229.21 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9008ms
rtt min/avg/max/mdev = 155.549/156.044/156.744/0.509 ms
Ping from VPS to Hong Kong, China:
PING 37.252.249.20 (37.252.249.20) 56(84) bytes of data.
--- 37.252.249.20 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9000ms
rtt min/avg/max/mdev = 201.150/202.213/203.145/0.723 ms
Ping from VPS to Singapore
PING 119.81.28.170 (119.81.28.170) 56(84) bytes of data.
--- 119.81.28.170 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9009ms
rtt min/avg/max/mdev = 208.924/218.278/222.731/3.977 ms
Ping from VPS to Mumbai, India:
PING 182.73.58.241 (182.73.58.241) 56(84) bytes of data.
--- 182.73.58.241 ping statistics ---
10 packets transmitted, 9 received, 10% packet loss, time 9010ms
rtt min/avg/max/mdev = 278.844/312.842/396.288/36.489 ms
Ping from VPS to Dubai, UAE:
PING 37.252.245.20 (37.252.245.20) 56(84) bytes of data.
--- 37.252.245.20 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9009ms
rtt min/avg/max/mdev = 330.905/336.769/344.672/5.612 ms
Ping from VPS to Cape Town, South Africa:
PING 197.85.190.251 (197.85.190.251) 56(84) bytes of data.
--- 197.85.190.251 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 8999ms
rtt min/avg/max/mdev = 248.191/248.314/248.527/0.635 ms
Ping from VPS to London, UK:
PING 217.112.86.130 (217.112.86.130) 56(84) bytes of data.
--- 217.112.86.130 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9008ms
rtt min/avg/max/mdev = 106.104/106.133/106.170/0.292 ms
Ping from VPS to Amsterdam, Netherlands:
PING 159.253.130.90 (159.253.130.90) 56(84) bytes of data.
--- 159.253.130.90 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9010ms
rtt min/avg/max/mdev = 113.611/117.299/125.040/3.715 ms
Ping from VPS to Paris, France:
PING 37.252.225.11 (37.252.225.11) 56(84) bytes of data.
--- 37.252.225.11 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9009ms
rtt min/avg/max/mdev = 132.831/132.905/133.062/0.436 ms
Ping from VPS to Frankfurt, Germany:
PING 85.195.82.74 (85.195.82.74) 56(84) bytes of data.
--- 85.195.82.74 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9012ms
rtt min/avg/max/mdev = 122.658/122.725/122.774/0.315 ms
Ping from VPS to Moscow, Russia:
PING 37.252.254.10 (37.252.254.10) 56(84) bytes of data.
--- 37.252.254.10 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9008ms
rtt min/avg/max/mdev = 169.023/170.376/173.416/1.629 ms
Ping from VPS to Auckland, New Zealand:
PING 103.6.212.9 (103.6.212.9) 56(84) bytes of data.
--- 103.6.212.9 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9009ms
rtt min/avg/max/mdev = 168.480/169.498/170.357/0.608 ms
Ping from VPS to Sydney, Australia:
PING 37.252.240.19 (37.252.240.19) 56(84) bytes of data.
--- 37.252.240.19 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9000ms
rtt min/avg/max/mdev = 199.076/199.687/200.686/0.776 ms
|