Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Firefishy
Created March 29, 2017 11:05
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 Firefishy/b2bc79e9d4460e020a0631da839dcfa3 to your computer and use it in GitHub Desktop.
Save Firefishy/b2bc79e9d4460e020a0631da839dcfa3 to your computer and use it in GitHub Desktop.
Plusnet MTR traceroute ICMP and TCP port 443 to rubygems
grant@redbox:~$ mtr --report -c 60 --no-dns rubygems.org
Start: Wed Mar 29 10:44:31 2017
HOST: redbox Loss% Snt Last Avg Best Wrst StDev
1.|-- 195.166.130.248 0.0% 60 4.7 5.6 4.4 30.4 3.9
2.|-- 84.93.253.71 0.0% 60 5.2 5.2 5.0 5.7 0.0
3.|-- 195.99.125.140 0.0% 60 5.3 5.2 4.8 5.9 0.0
4.|-- 62.172.103.13 0.0% 60 6.6 6.1 5.5 6.7 0.0
5.|-- 166.49.211.238 0.0% 60 5.4 6.6 5.2 28.8 3.6
6.|-- 213.248.82.249 0.0% 60 6.1 6.4 5.7 21.4 2.2
7.|-- 149.11.4.90 0.0% 60 5.6 5.7 5.3 6.1 0.0
8.|-- 151.101.0.70 0.0% 60 5.6 5.8 5.5 6.1 0.0
grant@redbox:~$ mtr --report -c 60 --no-dns --tcp -P 443 rubygems.org
Start: Wed Mar 29 10:58:53 2017
HOST: redbox Loss% Snt Last Avg Best Wrst StDev
1.|-- 195.166.130.248 0.0% 60 4.8 5.6 4.8 35.0 3.9
2.|-- 84.93.253.71 0.0% 60 5.7 5.6 5.3 6.9 0.1
3.|-- 195.99.125.140 0.0% 60 5.3 5.5 5.0 6.1 0.0
4.|-- 195.99.127.83 0.0% 60 6.1 6.3 5.7 6.9 0.0
5.|-- 213.137.183.38 0.0% 60 6.0 6.0 5.5 9.7 0.5
6.|-- 213.248.67.97 0.0% 60 6.2 7.0 5.5 28.1 3.5
7.|-- 149.11.4.94 0.0% 60 6.5 7.6 5.7 54.0 7.2
8.|-- 62.115.119.145 0.0% 60 6.6 91.1 5.6 225.8 88.9
9.|-- 151.101.0.70 0.0% 60 225.3 70.3 5.8 225.3 62.7
@Firefishy
Copy link
Author

I can create a PCAP dump too if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment