Skip to content

Instantly share code, notes, and snippets.

@frankyaorenjie
Created October 11, 2018 07:26
Show Gist options
  • Save frankyaorenjie/626055c07087cdea410c361019a36bec to your computer and use it in GitHub Desktop.
Save frankyaorenjie/626055c07087cdea410c361019a36bec to your computer and use it in GitHub Desktop.
[curl] #shell #curl
curl \
-s \
-x $proxy \
--max-time $TIMEOUT $url \
-w "$port\t%{time_total}\t%{time_namelookup}\t%{http_code}\t%{size_download}\n" \
-o /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment