RTT.ICU
Real-Time Global Telemetry

Precision Network Diagnostics & Telemetry

Execute multi-region latency, hop route tracing, DNS resolution, and HTTP audits across 240+ global probes without local software.

Telemetry Command Console
Auto-Routing Active
Sample Targets:
Diagnostic Protocol Suite

Network Telemetry Engines

7 Diagnostic Protocols Available
LAYER 3/4

ICMP Ping Test

Measures millisecond round-trip latency, jitter, and packet loss across multiple geographical regions.

Multi-region parallel execution
Standardized JSON & Markdown API output
Zero local software installation required
session: ping
RTT-ENGINE
$rtt-ping --target=1.1.1.1 --count=4 --regions=global
64 bytes from 1.1.1.1: icmp_seq=1 ttl=59 time=11.8 ms [Frankfurt, DE]
64 bytes from 1.1.1.1: icmp_seq=2 ttl=58 time=12.2 ms [London, UK]
64 bytes from 1.1.1.1: icmp_seq=3 ttl=57 time=14.1 ms [New York, US]
RTT stats: min/avg/max = 11.8 / 12.7 / 14.1 ms, 0.0% packet loss
Telemetry Engine ReadyLaunch Console
Distributed Edge Fleet

Global Measurement Constellation

240+ Probes/45 Countries/Zero-Software Architecture
NA-EAST/WEST

North America

12ms RTT

Ashburn, San Jose, Chicago, Toronto

82 active nodesOptimal
EU-CENTRAL

Western Europe

16ms RTT

Frankfurt, London, Amsterdam, Paris

74 active nodesOptimal
AP-EAST/SOUTH

Asia-Pacific

38ms RTT

Tokyo, Singapore, Hong Kong, Sydney

56 active nodesOptimal
SA-EAST

South America

84ms RTT

Sao Paulo, Santiago, Buenos Aires

18 active nodesActive
ME-AFRICA

Middle East & Africa

72ms RTT

Dubai, Johannesburg, Tel Aviv

16 active nodesActive
Autonomous Architecture

Distributed Telemetry

Execute multi-hop traceroutes, ICMP ping sweeps, and DNS validation from residential, eyeball, and datacenter networks globally.

Global CoverageTest Global Fleet
Protocol Directory

All Diagnostic Engines & Tools

Autonomous Agents & Scripts

Machine-Readable Network API

Every diagnostic tool on RTT.ICU is backed by high-throughput REST and markdown negotiation endpoints. AI agents, autonomous LLM tools, and SRE scripts can programmatically dispatch global measurements without browser dependencies.

REST JSON Endpoints

POST to /api/measurements for asynchronous global telemetry polling with 202 Accepted.

Markdown Negotiation

Send Accept: text/markdown to receive clean, LLM-ready markdown summaries directly.

curl -X POST https://rtt.icu/api/measurements \
  -H "Content-Type: application/json" \
  -d '{"type":"ping","target":"1.1.1.1","locationPreset":"global"}'
Status: 202 Accepted with polling IDPoll /api/measurements/{id}