Performance & reliability
How much latency should I expect from a VPS?
Within a metro, under 5 ms. Within a continent, 10–40 ms. Across the Atlantic, 70–90 ms. Europe to Asia, 150–200 ms. Antipodal routes, 250–320 ms. Light in fibre travels at roughly two-thirds of c and real paths are about 1.35 times the great-circle distance, so about 1 ms per 100 km each way is the floor.
That floor is physics and no provider beats it. What a good network does is get you close to it — direct peering rather than three transit hops, and no congested links adding jitter on top of distance.
Every location page here publishes an estimated round trip to every other location, computed from great-circle distance with the routing factor applied. The method is published so the numbers are reproducible rather than promotional.
| Route | Approximate RTT |
|---|---|
| Same city | <2 ms |
| Amsterdam ↔ Frankfurt | ~8 ms |
| London ↔ New York | ~72 ms |
| Frankfurt ↔ Singapore | ~160 ms |
| Los Angeles ↔ Tokyo | ~105 ms |
| Miami ↔ São Paulo | ~115 ms |
| London ↔ Sydney | ~275 ms |
7 answers in Performance & reliability
- What is CPU steal time and why does it matter? Steal time is the percentage of time your virtual CPU was ready to run but the hypervisor gave the physical core to someone else. It appears as the "s…
- Why is my VPS slow? In order of likelihood: memory exhaustion causing swap thrashing, disk IO saturation, CPU steal time on shared cores, an unoptimised database, or netw…
- How many visitors can a VPS handle? A well-configured 2 vCPU / 4 GB instance serves a static site to millions of monthly visits, a cached WordPress site to roughly 300,000, and an uncach…
- How do I benchmark a VPS? Measure the three things that actually vary: single-thread CPU with sysbench, disk with fio at 4K random read/write, and network with iperf3 to a know…
- How much faster is NVMe than SATA SSD? Roughly five times the random IOPS — about 500,000 versus 90,000 — and around five times lower latency, under 0.1 ms versus about 0.5 ms. Sequential t…
- What uptime should I expect from a VPS? Our SLA is 99.99% per instance, which permits about 4.4 minutes of downtime a month, and observed availability across the fleet over the last twelve m…