Mtr-Cmd
de bCloud LLC
Version 0.95.0 + Free Support on Ubuntu 24.04
MTR (My Traceroute) is an open-source network diagnostic tool that combines the functionality of the traditional ping and traceroute utilities. It provides real-time analysis of network routes, helping users identify latency issues, packet loss, and routing problems. The command-line version, commonly referred to as mtr-cmd, is widely used by system administrators and network engineers for troubleshooting and monitoring network performance.
Features of mtr-cmd:
- Combines
pingandtraceroutefunctionality in a single tool. - Provides real-time monitoring of each hop in the network path.
- Displays packet loss percentage and latency statistics.
- Supports ICMP, TCP, and UDP probing methods.
- Command-line interface suitable for scripting and automation.
- Supports multiple output formats including report mode, JSON, XML, and CSV.
To check the installed version of mtr-cmd:
$ sudo su $ mtr --version
Disclaimer: mtr-cmd is open-source software licensed under the GNU General Public License (GPL). It is developed and maintained by the open-source community. It is provided "as is," without any warranty. Users should ensure proper usage and refer to official documentation when performing network diagnostics in production environments.