Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save emanuelduss/c82e4ddae16c8d68a67a9699ff7c4c20 to your computer and use it in GitHub Desktop.

Select an option

Save emanuelduss/c82e4ddae16c8d68a67a9699ff7c4c20 to your computer and use it in GitHub Desktop.
Curl Connection Statistics
curl -w "DNS: %{time_namelookup}\nTCP: %{time_connect}\nTLS: %{time_appconnect}\nTotal: %{time_total}\n" -o /dev/null -s https://example.net/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment