mtr

Matt's Traceroute: combined traceroute and ping tool. More information: <https://www.bitwizard.nl/mtr/>.

Debian Debian
RUN apt-get update && \ apt-get install -y mtr
Ubuntu
RUN apt-get update && \ apt-get install -y mtr
Alpine
RUN apk add mtr
Arch Arch Linux
RUN pacman -S --noconfirm mtr
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mtr
CentOS
RUN yum install -y mtr
Fedora
RUN dnf install -y mtr
Raspbian
RUN apt-get update && \ apt-get install -y mtr
click the source code to copy install mtr on any operating system with command-not-found.com