Created
November 2, 2018 22:29
-
-
Save sagi/aed84103a8b47f06b90e73f43db59669 to your computer and use it in GitHub Desktop.
Debug DNS, TCP, TLS Latency Issues with Curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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