mtr

Probe network hops for latency and packet loss with mtr.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill mtr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mtr
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/linux-sysadmin/skills/mtr
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill mtr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps diagnose network connectivity issues by providing detailed, real-time information about latency and packet loss across each hop in a network path.

Core Features & Use Cases

  • Live Network Monitoring: Continuously probes each hop, displaying latency and packet loss in a live TUI.
  • Route Tracing: Identifies bottlenecks and points of failure in network paths.
  • Use Case: When experiencing slow internet, use this Skill to pinpoint if the issue lies with your local network, your ISP, or further down the internet backbone.

Quick Start

Use the mtr skill to diagnose the network path to example.com.

Frequently Asked Questions about mtr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose network latency and packet loss across each hop?

You can diagnose network latency and packet loss by combining traceroute and ping functionalities to continuously probe each hop. This approach pinpoints exactly where bottlenecks or failures occur along the network path in real-time.

Can I use TCP or UDP protocols for traceroute to bypass ICMP rate limiting?

Yes, you can use TCP and UDP protocols for traceroute to bypass ICMP rate limiting. Probing network hops with these alternative protocols ensures accurate latency and packet loss detection when ICMP traffic is restricted.

What is the best way to monitor live network path issues to a specific server?

The best way to monitor live network path issues is using an interactive TUI that continuously probes each hop. This live monitoring displays real-time latency and packet loss, identifying whether connectivity issues lie with your local network, ISP, or backbone.

Do I need to install the mtr utility on my system to trace network routes?

Yes, you need the mtr command-line utility installed on your system to trace network routes. The diagnostic functionality relies entirely on this underlying utility to continuously probe hops and display latency and packet loss.

How does continuous hop probing differ from running standard ping and traceroute separately?

Continuous hop probing combines ping and traceroute into a single live view, updating latency and packet loss for every hop simultaneously. Standard traceroute provides a single snapshot, making it difficult to catch intermittent network path issues.