룩킹 글래스
네트워크 테스트하기
배포하기 전에.
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