mtr-packet
MTR combines the functionality of the 'traceroute' and 'ping'
Install
- All systems
-
curl cmd.cat/mtr-packet.sh
- Debian
-
apt-get install mtr
- Ubuntu
-
apt-get install mtr
- Alpine
-
apk add mtr
- Arch Linux
-
pacman -S mtr
- Kali Linux
-
apt-get install mtr
- CentOS
-
yum install mtr
- Fedora
-
dnf install mtr-2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mtr
- OS X
-
brew install mtr
- Raspbian
-
apt-get install mtr
- Dockerfile
- dockerfile.run/mtr-packet
- Docker
-
docker run cmd.cat/mtr-packet mtr-packet
powered by Commando
mtr
MTR combines the functionality of the 'traceroute' and 'ping'
programs in a single network diagnostic tool. When MTR is started, it investigates the network connection between the host MTR runs on and the user-specified destination host. Afterwards it determines the address of each network hop between the machines and sends a sequence of ICMP echo requests to each one to determine the quality of the link to each machine. While doing this, it prints running statistics about each machine. MTR provides two user interfaces: an ncurses interface, useful for the command line, e.g. for SSH sessions; and a GTK+ interface for X (provided in the mtr-gtk package).
mtr-tiny
Full screen ncurses traceroute tool
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 a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence of ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine. mtr-tiny is compiled without support for X and conserves disk space.
mtr-2
0.87-6.fc27.x86_64 : A network diagnostic tool
mtr-gtk
MTR combines the functionality of the 'traceroute' and 'ping'
programs in a single network diagnostic tool. The mtr-gtk package provides the GTK+ interface for MTR. When MTR is started, it investigates the network connection between the host MTR runs on and the user-specified destination host. Afterwards it determines the address of each network hop between the machines and sends a sequence of ICMP echo requests to each one to determine the quality of the link to each machine. While doing this, it prints running statistics about each machine.