mtr
Run MTR to diagnose network path issues with per-hop packet loss and latency statistics. Combines traceroute and ping for detailed analysis.
Instructions
Run MTR (My Traceroute) for detailed path analysis with statistics.
MTR combines traceroute and ping to provide per-hop packet loss and latency statistics over multiple probes. Better than traceroute for diagnosing intermittent issues.
Note: Requires MTR to be installed on the system.
Args: target: Hostname or IP address to analyze count: Number of pings to send to each hop (default: 10) timeout: Timeout in seconds (default: 5)
Returns: Per-hop statistics including packet loss percentage and latency
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| count | No | ||
| timeout | No |