Skip to content

Instantly share code, notes, and snippets.

@ptz0n
Last active December 13, 2015 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptz0n/4987738 to your computer and use it in GitHub Desktop.
Save ptz0n/4987738 to your computer and use it in GitHub Desktop.
~$ ping google.com
PING google.com (173.194.32.6): 56 data bytes
64 bytes from 173.194.32.6: icmp_seq=0 ttl=48 time=9.125 ms
64 bytes from 173.194.32.6: icmp_seq=1 ttl=48 time=8.574 ms
^C
--- google.com ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 8.574/8.849/9.125/0.276 ms
~$ ping www.glesys.com
PING www.glesys.com (79.99.6.7): 56 data bytes
Request timeout for icmp_seq 0
^C
--- www.glesys.com ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss
~$ ping api.biljettapp.se
PING api.biljettapp.se (109.74.6.107): 56 data bytes
Request timeout for icmp_seq 0
^C
--- api.biljettapp.se ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss
~$
~$ traceroute www.glesys.com
traceroute to www.glesys.com (79.99.6.7), 64 hops max, 52 byte packets
1 172.16.1.1 (172.16.1.1) 0.976 ms 0.810 ms 0.583 ms
2 81-94-167-129.customer.itmastaren.net (81.94.167.129) 1.456 ms 1.276 ms 2.093 ms
3 172.16.89.238 (172.16.89.238) 1.171 ms 1.107 ms 1.040 ms
4 172.16.89.242 (172.16.89.242) 1.310 ms 1.355 ms 0.939 ms
5 172.16.89.246 (172.16.89.246) 1.040 ms 1.251 ms 1.038 ms
6 172.16.89.250 (172.16.89.250) 1.613 ms 2.054 ms 1.803 ms
7 172.16.0.142 (172.16.0.142) 1.824 ms 1.601 ms 1.567 ms
8 172.16.1.66 (172.16.1.66) 4.222 ms 4.493 ms 4.296 ms
9 ore-fbg1-rt002-eth1-341.itmastaren.se (81.94.160.65) 4.731 ms 4.651 ms 4.641 ms
10 * * *
^C
~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment