I hereby claim:
- I am pshellvon on github.
- I am pshellvon (https://keybase.io/pshellvon) on keybase.
- I have a public key ASBBglJA953G83YSBMcmS7hPODWb_Uo9KSkDiRHcfTsD7go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Returns interesting information about a HTTP/S call | |
# http://chrisiona.com/post/125309997618/ttfb-a-bash-script-that-returns-interesting | |
curl -so /dev/null \ | |
-w "%{http_code}\tPre-Transfer: %{time_pretransfer}\tStart Transfer: %{time_starttransfer}\tTotal: %{time_total}\tSize: %{size_download}\n" \ | |
$1 | |
echo "" |