Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
Created May 9, 2023 17:46
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 shollingsworth/d0b411246e6d1ed72a72d43551931c74 to your computer and use it in GitHub Desktop.
Save shollingsworth/d0b411246e6d1ed72a72d43551931c74 to your computer and use it in GitHub Desktop.
realtime traceroute like utility to troubleshoot network connection issues
# normal mtr with icmp
mtr $1
# tcp
mtr -T -P 443 $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment