📡

PING — Online Ping Test

Send ICMP echo requests to any hostname or IP and measure round-trip time. Diagnose connectivity issues and packet loss instantly.

nettoolz — ping
// ready — enter a target above and press run

// api access

Use this tool via API

Integrate Online Ping Test into your own scripts or dashboards using our free JSON API.

# Ping via API curl "https://nettoolz.co.uk/api/?tool=ping&host=google.com"

// faq

Frequently asked questions

What does ping measure?
Ping measures round-trip time (RTT) — how long it takes for a packet to travel from our server to the target host and back. Lower is better; anything under 50ms is excellent for most use cases.
What is packet loss?
Packet loss occurs when ICMP packets sent to the host don't receive a reply. Even 1–5% loss can cause noticeable lag in real-time applications. 0% is ideal.
Why might ping fail?
The target host may block ICMP packets (common on firewalls and cloud servers), the host may be offline, or DNS resolution may have failed.