https://store-images.s-microsoft.com/image/apps.52867.8c013ee3-09c3-46e0-bf7d-553add6cb295.a5566b85-7160-40eb-a44a-143fb139da47.f29b80c2-89cb-43c4-bd15-562b6bfefbb1

Mtr-Cmd

de bCloud LLC

(1 evaluări)

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 ping and traceroute functionality 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.