Last Updated: February 25, 2016
·
408
· 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}"