Skip to content

Instantly share code, notes, and snippets.

@sagi
Created November 2, 2018 22:29
Show Gist options
  • Save sagi/aed84103a8b47f06b90e73f43db59669 to your computer and use it in GitHub Desktop.
Save sagi/aed84103a8b47f06b90e73f43db59669 to your computer and use it in GitHub Desktop.
Debug DNS, TCP, TLS Latency Issues with Curl
curl -w "dns_resolution: %{time_namelookup}, tcp_established: %{time_connect}, ssl_handshake_done: %{time_appconnect}, TTFB: %{time_starttransfer}\n" -o /dev/null -s https://cloudflare-dns.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment