diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/111-mtr.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/111-mtr.md index ecb0e6b4c..8e97e1f46 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/111-mtr.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/111-mtr.md @@ -1 +1,10 @@ -# Mtr \ No newline at end of file +# mtr + +`mtr` combines the functionality of the traceroute and ping programs in a single network diagnostic tool. + +As `mtr` starts, it investigates the network connection between the host `mtr` runs on and `HOSTNAME` by sending packets with purposely low TTLs. It continues sending packets with low TTL, noting the response time of the intervening routers. This allows `mtr` to print the internet route's response percentage and response times to HOSTNAME. A sudden packet loss or response time increase often indicates a bad (or simply overloaded) link. + +Free Content +Javatpoint: Linux mtr Command +mtr Linux command +How to traceroute use mtr command in Linux \ No newline at end of file