Check a Website Response Time from the Linux Command Line

Test you website response time from the Linux command line with CURL. Total website response time Use the following command to get a total response time, in seconds. $ curl -s -w %{time_total}\\n -o /dev/null http://www.shellhacks.com Sample output: 0,117 Brief options description: Option Description -s Quiet mode. Don’t show progress meter or error messages -w […]