Skip to content

Instantly share code, notes, and snippets.

@mekicha
Created February 16, 2018 08:04
Show Gist options
  • Select an option

  • Save mekicha/555f4e677f8f3e396b3a60e7aba88cfb to your computer and use it in GitHub Desktop.

Select an option

Save mekicha/555f4e677f8f3e396b3a60e7aba88cfb to your computer and use it in GitHub Desktop.
a gist of command line utilities i don't want to google every time.

MTR(Matt's TraceRoute) MTR combines the functions of both the standard programs ping and traceroute. Like ping, it sends ICMP requests to a destination, either a domain name or an IP address, and listens for the destination to answer back. Like Traceroute, it also works by setting the Time To Live (TTL), or the number of maximum hops a packet can take over the network, to a low number, increasing with each attempt. This determines the route packets are taking to a destination along the way. The information will update continuously for as long as MTR runs. source

Install

sudo apt-get install mtr

sudo apt-get install mtr-tiny plain text version

Usage

mtr google.com

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