Created
October 10, 2012 12:10
-
-
Save rickychilcott/3865213 to your computer and use it in GitHub Desktop.
Webserver Ping - Wireless
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
dhcp-056-109:~ $ ping sea.edu | |
PING sea.edu (74.54.29.37): 56 data bytes | |
64 bytes from 74.54.29.37: icmp_seq=0 ttl=49 time=66.811 ms | |
64 bytes from 74.54.29.37: icmp_seq=1 ttl=49 time=58.854 ms | |
64 bytes from 74.54.29.37: icmp_seq=2 ttl=49 time=48.258 ms | |
64 bytes from 74.54.29.37: icmp_seq=3 ttl=49 time=58.843 ms | |
64 bytes from 74.54.29.37: icmp_seq=4 ttl=49 time=58.839 ms | |
^C | |
--- sea.edu ping statistics --- | |
5 packets transmitted, 5 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 48.258/58.321/66.811/5.902 ms | |
dhcp-056-109:~ $ ping nahoda.com | |
PING nahoda.com (109.205.73.53): 56 data bytes | |
64 bytes from 109.205.73.53: icmp_seq=0 ttl=50 time=145.560 ms | |
64 bytes from 109.205.73.53: icmp_seq=1 ttl=50 time=148.306 ms | |
64 bytes from 109.205.73.53: icmp_seq=2 ttl=50 time=145.747 ms | |
64 bytes from 109.205.73.53: icmp_seq=3 ttl=50 time=135.438 ms | |
64 bytes from 109.205.73.53: icmp_seq=4 ttl=50 time=148.121 ms | |
^C | |
--- nahoda.com ping statistics --- | |
5 packets transmitted, 5 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 135.438/144.634/148.306/4.739 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment