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.
Have your Tech (DevOps) team run the following command on each regional server and forward the results to your Solution Engineer.
Note that for each region the prefix of our endpoint changes in https://<prefix>.4dex.io/healthcheck
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; donefor 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-las.4dex.io/healthcheck; donefor 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-tyo.4dex.io/healthcheck; doneLast updated
Was this helpful?

