Skip to content

Instantly share code, notes, and snippets.

@mjudeikis
Created November 9, 2016 20:54
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 mjudeikis/2ba4ba3e2f0a3c4629fb3ea83fd64a61 to your computer and use it in GitHub Desktop.
Save mjudeikis/2ba4ba3e2f0a3c4629fb3ea83fd64a61 to your computer and use it in GitHub Desktop.
[mangis@mj cluster]$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=56 time=3.64 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=56 time=4.81 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=56 time=15.5 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=56 time=3.77 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=56 time=64.5 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=56 time=4.86 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=56 time=7.52 ms
^C
--- 8.8.8.8 ping statistics ---
7 packets transmitted, 7 received, 0% packet loss, time 6009ms
rtt min/avg/max/mdev = 3.644/14.966/64.588/20.621 ms
[mangis@mj cluster]$ sudo traceroute -I 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 hyperhub.mynet (192.168.1.1) 3.262 ms 4.167 ms 4.238 ms
2 100.96.1.129 (100.96.1.129) 13.312 ms 14.419 ms 16.055 ms
3 172.16.29.46 (172.16.29.46) 14.419 ms 19.405 ms 19.415 ms
4 172.16.25.236 (172.16.25.236) 52.186 ms 52.200 ms 52.757 ms
5 172.16.22.233 (172.16.22.233) 13.271 ms 14.369 ms 19.250 ms
6 172.16.22.224 (172.16.22.224) 10.917 ms 6.895 ms 10.200 ms
7 172.16.20.96 (172.16.20.96) 10.457 ms 8.685 ms 44.861 ms
8 172.16.25.23 (172.16.25.23) 4.451 ms 3.118 ms 3.092 ms
9 google1.lonap.net (5.57.80.136) 7.537 ms 7.568 ms 7.570 ms
10 64.233.175.173 (64.233.175.173) 7.571 ms 7.573 ms 7.573 ms
11 216.239.57.69 (216.239.57.69) 8.031 ms 8.059 ms 8.191 ms
12 google-public-dns-a.google.com (8.8.8.8) 8.034 ms 6.019 ms 6.022 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment