观看镜像
测试我们的网络
在你部署之前。
Real-world latency to 14 regions across 4 continents. Run a quick ping from your terminal, or spin up a $2.48 starter for full iperf3 / mtr access between regions.
快速测试
你所在位置的延迟。
The fastest way to gauge latency to Cloudzy: ping our edge, then check your route with traceroute. Both are stock tools on macOS, Linux, and Windows.
# macOS / Linux $ ping -c 5 cloudzy.com $ traceroute cloudzy.com $ mtr -rwc 50 cloudzy.com # Windows (PowerShell) > Test-Connection cloudzy.com > tracert cloudzy.com
所有地区
12条地铁线,1个平台。
每个节点均支持直连对等互联。选择离你用户最近的节点,从内部发起测试。
| 地区代码 | 城市 | 测试 |
|---|---|---|
| us-utah-1 | Utah | 测试延迟 |
| us-dal-1 | Dallas | 测试延迟 |
| us-lax-1 | Los Angeles | 测试延迟 |
| us-nyc-1 | New York | 测试延迟 |
| us-mia-1 | Miami | 测试延迟 |
| us-lvg-1 | Las Vegas | 测试延迟 |
| eu-lon-1 | London | 测试延迟 |
| eu-ams-1 | Amsterdam | 测试延迟 |
| eu-fra-1 | Frankfurt | 测试延迟 |
| eu-brn-1 | Bern | 测试延迟 |
| me-dxb-1 | Dubai | 测试延迟 |
| ap-sgp-1 | Singapore | 测试延迟 |
| ap-syd-1 | Sydney | 测试延迟 |
| ap-tyo-1 | Tokyo | 即将推出 |
每个 测试延迟 link opens the per-region looking glass (a deployed VM with ping, MTR, traceroute, and speed-test files). Run it from your network to see real-world latency to that exact region before you deploy.
网络内部
真实服务器,真实数据。
The most accurate test runs from a deployed VPS. Spin up a $2.48 Starter, install iperf3 和 mtr, and measure inter-region throughput end-to-end. Cancel any time within 14 days for a full refund if the numbers don't fit your workload.
# Install tools $ apt install iperf3 mtr-tiny -y # Throughput between two regions $ iperf3 -c <region-2-ip> -t 30 # Hop-by-hop loss + latency $ mtr -rwc 100 <region-2-ip> # Bandwidth check $ curl -o /dev/null \ http://speed.cloudflare.com/__down?bytes=104857600