Skip to content

Instantly share code, notes, and snippets.

@wheaties
Last active August 12, 2020 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wheaties/62c568c6381c752d7cea6f58901aff20 to your computer and use it in GitHub Desktop.
Save wheaties/62c568c6381c752d7cea6f58901aff20 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl \
--write-out "%{http_code},%{time_namelookup},%{time_appconnect},%{time_connect},%{time_appconnect},%{time_starttransfer},%{time_total}\n" \
--silent \
--output /dev/null \
-L
"$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment