ルッキンググラス
ネットワークをテスト
デプロイ前に確認しましょう。
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