Last Updated: February 25, 2016
·
461
· rhumlover

Get Curl Response Time

$ curl -o /dev/null -s -w %{time_total}\\n  http://www.dailymotion.com

As an alias:

$ alias curltime="curl -o /dev/null -s -w %{time_total}"