Run a check to see latency and connection stability.
Server Latency Checker
Measure real round-trip latency to any server with repeated TCP connect timing - min/avg/max, jitter and connection loss, plus a best-effort ICMP ping.
📊 Individual Attempts
Each row is one independent TCP connect attempt, in order.
📡 ICMP Ping (Bonus)
📋 Query Details
📦 Raw API Result
Eight Real Connections, Timed Individually
This tool opens eight independent TCP connections to the host and port you choose, timing each one with a stopwatch from the first SYN to the completed handshake, with a short pause between attempts. From those eight real numbers it reports the minimum, average and maximum round-trip time, plus jitter - the average change in latency between one attempt and the next, the same definition used by the Global Ping Test - and how many attempts failed outright. A single best-effort ICMP echo is attempted afterward purely as a bonus data point; if it's blocked or unavailable in this hosting environment, that's reported honestly rather than treated as a failure, since the TCP-based numbers above are unaffected either way.
What else can you check?
These tools all work on the same connection and address data — pick whichever question you actually have.
Server Latency Checker FAQ
Why TCP connect time instead of a normal ping?
A normal ping uses ICMP, which most cloud providers and many corporate networks block outbound entirely. TCP connect time to an actual open port is measurable almost everywhere and reflects a real cost - the same handshake your browser pays before any data is exchanged.
What does "ICMP not available in this environment" mean?
Either the target/network is blocking ICMP echo requests, or this server's own hosting environment doesn't grant the raw-socket privilege ICMP needs on Linux. Either way, it's reported honestly rather than guessed, and the TCP-based numbers are unaffected.
Why does jitter matter?
Average latency alone can hide an inconsistent connection. High jitter (large swings between attempts) is often more disruptive for real-time uses like calls or gaming than a slightly higher but stable average latency.
What port should I check?
443 (HTTPS) works for most public web servers and is the default. Use 80 for a plain HTTP-only server, or whatever port the specific service you care about actually listens on.