mtr
Installation
SKILL.md
Identity
| Property | Value |
|---|---|
| Binary | mtr |
| Config | No persistent config — invoked directly |
| Logs | No persistent logs — output to terminal |
| Type | CLI tool |
| Install | apt install mtr-tiny / dnf install mtr |
Key Operations
| Task | Command |
|---|---|
| Interactive TUI mode | mtr example.com |
| Non-interactive report (default 10 cycles) | mtr --report example.com |
| Report with more cycles for accuracy | mtr --report --report-cycles 100 example.com |
| UDP mode (pierces ICMP rate limiting) | mtr --udp example.com |
| TCP mode with specific port | mtr --tcp --port 443 example.com |
Related skills