0

what is the use of mtr command

what is the use of mtr command and how to use that???

Advanced commands mtr command Add a comment
julian
asked May 15 2017

Answer

0

mtr command is normally a combination of ping and traceroute commands. It checks constantly when the remote host is mentioned for the performance and the time to reach.

Example:

# mtr google.com

It will traceroute the path and also the ping request will be on process till you stop abruptly.

To get just a report as traceroute use --report option as below.

# mtr --report google.com
Add a comment
jagannatharumugam
asked May 15 2017
edited Oct 05 2018
Post your Answer