Created
December 4, 2017 16:31
-
-
Save petrkohut/f9cd21ef6b6e67248765bc8f77549f1a to your computer and use it in GitHub Desktop.
Curl with transfer time on output
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 -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