Skip to content

Instantly share code, notes, and snippets.

@petrkohut
Created December 4, 2017 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petrkohut/f9cd21ef6b6e67248765bc8f77549f1a to your computer and use it in GitHub Desktop.
Save petrkohut/f9cd21ef6b6e67248765bc8f77549f1a to your computer and use it in GitHub Desktop.
Curl with transfer time on output
curl -o /dev/null -s -w "time_connect: %{time_connect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{time_total}\n" https://www.seznam.cz/media/img/logo_v2.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment