traceroute
Trace the network path to any host or IP, revealing each hop with IP, hostname, and latency. Identify where delays or packet loss occur along the route.
Instructions
Trace the network path to a destination, showing each hop.
Use this tool to understand the network path between you and a target, identify where latency is introduced, or find where packets are being dropped.
Args: target: Hostname or IP address to trace (e.g., "google.com") max_hops: Maximum number of hops to trace (default: 30) timeout: Timeout in seconds for each probe (default: 5)
Returns: Path analysis with hop-by-hop details including IP, hostname, and latency
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| max_hops | No | ||
| timeout | No |