Response time
(Redirected from Response times)
Jump to navigation
Jump to search
curl -so /dev/null -w '%{time_total}\n' https://google.com
while true; do echo "Time_total"; curl -so /dev/null -w '%{time_total}\n' test.wikieduonline.com | awk '{printf "%.0f ms\n", $1 * 1000}'; echo -n "HTTP Code: "; curl -so /dev/null -w '%{http_code}\n' test.wikieduonline.com; sleep 1; done
See also[edit]
Advertising: