Round Trip Time

Monetization is highly sensitive to latency, especially App monetization. Test each regional server to estimate the time to reach the nearest Adagio server.

circle-check
circle-exclamation
for i in {1..5}; do curl -w "\nDNS: %{time_namelookup}s\nConnect: %{time_connect}s\nTTFB: %{time_starttransfer}s\nTotal: %{time_total}s\n" -o /dev/null -s https://mp-ams.4dex.io/healthcheck; done

Last updated

Was this helpful?