Skip to content

Instantly share code, notes, and snippets.

@Sharkrit
Created April 20, 2020 07:40
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 Sharkrit/b6741117bc7fa12e4a64123f82d3732f to your computer and use it in GitHub Desktop.
Save Sharkrit/b6741117bc7fa12e4a64123f82d3732f to your computer and use it in GitHub Desktop.
Test BitBucket
cat <<EOF > /tmp/test.txt
time_namelookup: %{time_namelookup}s\n
time_connect: %{time_connect}s\n
time_appconnect: %{time_appconnect}s\n
time_pretransfer: %{time_pretransfer}s\n
time_redirect: %{time_redirect}s\n
time_starttransfer: %{time_starttransfer}s\n
----------\n
time_total: %{time_total}s\n
EOF
cd /tmp
curl -w "@test.txt" -o /dev/null -s "https://bitbucket.org/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment