Created
December 19, 2012 11:24
-
-
Save bdossantos/4336039 to your computer and use it in GitHub Desktop.
ping test
This file contains hidden or 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
| bdossantos:~/ $ ping -c 4 91.121.149.132 | |
| PING 91.121.149.132 (91.121.149.132): 56 data bytes | |
| 64 bytes from 91.121.149.132: icmp_seq=0 ttl=54 time=87.858 ms | |
| 64 bytes from 91.121.149.132: icmp_seq=1 ttl=54 time=77.375 ms | |
| 64 bytes from 91.121.149.132: icmp_seq=2 ttl=54 time=76.998 ms | |
| 64 bytes from 91.121.149.132: icmp_seq=3 ttl=54 time=75.763 ms | |
| --- 91.121.149.132 ping statistics --- | |
| 4 packets transmitted, 4 packets received, 0.0% packet loss | |
| round-trip min/avg/max/stddev = 75.763/79.499/87.858/4.863 ms |
This file contains hidden or 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
| bdossantos:~/ $ ping -c 4 85.171.67.104 | |
| PING 85.171.67.104 (85.171.67.104): 56 data bytes | |
| 64 bytes from 85.171.67.104: icmp_seq=0 ttl=54 time=92.722 ms | |
| 64 bytes from 85.171.67.104: icmp_seq=1 ttl=54 time=137.909 ms | |
| 64 bytes from 85.171.67.104: icmp_seq=2 ttl=54 time=91.839 ms | |
| 64 bytes from 85.171.67.104: icmp_seq=3 ttl=54 time=94.673 ms | |
| --- 85.171.67.104 ping statistics --- | |
| 4 packets transmitted, 4 packets received, 0.0% packet loss | |
| round-trip min/avg/max/stddev = 91.839/104.286/137.909/19.439 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment