Last active
August 12, 2020 14:34
-
-
Save wheaties/62c568c6381c752d7cea6f58901aff20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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