Response time

From wikieduonline
Revision as of 08:03, 21 January 2025 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: