ping
Check network connectivity and measure latency to a host. Sends ICMP packets and returns packet loss and round-trip statistics.
Instructions
Ping a host to check connectivity and measure latency.
Use this tool to verify if a host is reachable and measure round-trip latency. Returns packet loss percentage and latency statistics (min/avg/max).
Args: target: Hostname or IP address to ping (e.g., "google.com" or "8.8.8.8") count: Number of ICMP packets to send (default: 4) timeout: Timeout in seconds for each packet (default: 5)
Returns: Ping results including success status, packet loss, and latency statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| count | No | ||
| timeout | No |