Created
April 20, 2020 07:40
-
-
Save Sharkrit/b6741117bc7fa12e4a64123f82d3732f to your computer and use it in GitHub Desktop.
Test BitBucket
This file contains 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
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