Response time
Jump to navigation
Jump to search
↑ https://stackoverflow.com/questions/12714584/wget-time-measurement
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: