Skip to content

Instantly share code, notes, and snippets.

@aforemny
Created February 3, 2021 06:51
Show Gist options
  • Save aforemny/39c498af7b987e6abad878af54308285 to your computer and use it in GitHub Desktop.
Save aforemny/39c498af7b987e6abad878af54308285 to your computer and use it in GitHub Desktop.
% time curl -w '%{time_total}' google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
46445
real 0m0.055s
user 0m0.007s
sys 0m0.002s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment