xutil.dev
Login

MTR Result Viewer

Visualize traceroute results with per-hop graphs

MTR / Traceroute Output
Sample
Installing & Using MTR

Linux

# Debian / Ubuntu
sudo apt install mtr-tiny
# RHEL / CentOS / Fedora
sudo dnf install mtr
# Arch Linux
sudo pacman -S mtr

macOS

brew install mtr

Windows

Use WinMTR (GUI version). Download from the official site.

# Or via WSL
sudo apt install mtr-tiny
# WinMTR text export → paste here

Usage

# Report mode (send 10 packets and summarize)
mtr --report google.com
# Specify packet count
mtr --report --report-cycles 20 google.com
# Show IPs only (no reverse DNS)
mtr --report --no-dns google.com

Note: Without --report, mtr runs in interactive mode. Paste the report mode output into this tool.