Server ping times
#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:


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