Created
July 17, 2011 05:28
-
-
Save chrisberkhout/1087223 to your computer and use it in GitHub Desktop.
Google: .com vs .co.jp (in Japan)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chris-berkhouts-macbook-pro-2:~$ ping google.com | |
PING google.com (74.125.153.147): 56 data bytes | |
64 bytes from 74.125.153.147: icmp_seq=0 ttl=46 time=136.270 ms | |
64 bytes from 74.125.153.147: icmp_seq=1 ttl=46 time=135.076 ms | |
64 bytes from 74.125.153.147: icmp_seq=2 ttl=46 time=135.428 ms | |
64 bytes from 74.125.153.147: icmp_seq=3 ttl=46 time=134.717 ms | |
^C | |
--- google.com ping statistics --- | |
4 packets transmitted, 4 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 134.717/135.373/136.270/0.576 ms | |
chris-berkhouts-macbook-pro-2:~$ ping google.co.jp | |
PING google.co.jp (74.125.95.104): 56 data bytes | |
64 bytes from 74.125.95.104: icmp_seq=0 ttl=46 time=229.334 ms | |
64 bytes from 74.125.95.104: icmp_seq=1 ttl=46 time=248.526 ms | |
64 bytes from 74.125.95.104: icmp_seq=2 ttl=46 time=230.115 ms | |
^C | |
--- google.co.jp ping statistics --- | |
3 packets transmitted, 3 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 229.334/235.992/248.526/8.869 ms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chris-berkhouts-macbook-pro-2:~$ ping google.com | |
PING google.com (74.125.153.99): 56 data bytes | |
64 bytes from 74.125.153.99: icmp_seq=0 ttl=48 time=73.935 ms | |
64 bytes from 74.125.153.99: icmp_seq=1 ttl=48 time=57.073 ms | |
64 bytes from 74.125.153.99: icmp_seq=2 ttl=48 time=73.561 ms | |
64 bytes from 74.125.153.99: icmp_seq=3 ttl=48 time=65.287 ms | |
64 bytes from 74.125.153.99: icmp_seq=4 ttl=48 time=65.973 ms | |
^C | |
--- google.com ping statistics --- | |
5 packets transmitted, 5 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 57.073/67.166/73.935/6.222 ms | |
chris-berkhouts-macbook-pro-2:~$ | |
chris-berkhouts-macbook-pro-2:~$ ping google.co.jp | |
PING google.co.jp (74.125.95.104): 56 data bytes | |
64 bytes from 74.125.95.104: icmp_seq=0 ttl=40 time=170.797 ms | |
64 bytes from 74.125.95.104: icmp_seq=1 ttl=40 time=182.166 ms | |
64 bytes from 74.125.95.104: icmp_seq=2 ttl=40 time=227.607 ms | |
^C | |
--- google.co.jp ping statistics --- | |
3 packets transmitted, 3 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 170.797/193.523/227.607/24.544 ms | |
chris-berkhouts-macbook-pro-2:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment