Created
June 8, 2016 05:53
-
-
Save azraai/b0496750850fd9a152db037bc38b9ee9 to your computer and use it in GitHub Desktop.
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
aambp:~ aa$ ping -c 4 128.199.115.108 | |
PING 128.199.115.108 (128.199.115.108): 56 data bytes | |
Request timeout for icmp_seq 0 | |
64 bytes from 128.199.115.108: icmp_seq=1 ttl=57 time=73.497 ms | |
64 bytes from 128.199.115.108: icmp_seq=2 ttl=57 time=64.323 ms | |
--- 128.199.115.108 ping statistics --- | |
4 packets transmitted, 2 packets received, 50.0% packet loss | |
round-trip min/avg/max/stddev = 64.323/68.910/73.497/4.587 ms | |
aambp:~ aa$ ping -c 4 128.199.149.72 | |
PING 128.199.149.72 (128.199.149.72): 56 data bytes | |
64 bytes from 128.199.149.72: icmp_seq=0 ttl=57 time=70.690 ms | |
64 bytes from 128.199.149.72: icmp_seq=1 ttl=57 time=64.398 ms | |
Request timeout for icmp_seq 2 | |
64 bytes from 128.199.149.72: icmp_seq=3 ttl=57 time=77.787 ms | |
--- 128.199.149.72 ping statistics --- | |
4 packets transmitted, 3 packets received, 25.0% packet loss | |
round-trip min/avg/max/stddev = 64.398/70.958/77.787/5.469 ms | |
aambp:~ aa$ ping -c 4 128.199.176.74 | |
PING 128.199.176.74 (128.199.176.74): 56 data bytes | |
64 bytes from 128.199.176.74: icmp_seq=0 ttl=57 time=83.772 ms | |
64 bytes from 128.199.176.74: icmp_seq=1 ttl=57 time=79.833 ms | |
64 bytes from 128.199.176.74: icmp_seq=2 ttl=57 time=97.958 ms | |
64 bytes from 128.199.176.74: icmp_seq=3 ttl=57 time=76.225 ms | |
--- 128.199.176.74 ping statistics --- | |
4 packets transmitted, 4 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 76.225/84.447/97.958/8.245 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment