Get response time with curl

  To get response time of website/url with curl use following command: $ curl -o /dev/null -s -w %{time_total}\\n  http://www.google.com Output: 0.889 We can also use following command to get different types of times with curl: $ curl -o /dev/null … Continue reading Get response time with curl