Response time

From wikieduonline
Jump to navigation Jump to search


[1]


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]

  • https://stackoverflow.com/questions/12714584/wget-time-measurement
  • Advertising: