Skip to content

Instantly share code, notes, and snippets.

@stevetemple
Created May 25, 2023 07:40
Show Gist options
  • Save stevetemple/4a91a1c03f58cb4dbd66dd9c733f6cbb to your computer and use it in GitHub Desktop.
Save stevetemple/4a91a1c03f58cb4dbd66dd9c733f6cbb to your computer and use it in GitHub Desktop.
Speedtest using Curl
curl -s -w 'Testing Website Response Time for :%{url_effective}\n\nLookup Time:\t\t%{time_namelookup}\nConnect Time:\t\t%{time_connect}\nAppCon Time:\t\t%{time_appconnect}\nRedirect Time:\t\t%{time_redirect}\nPre-transfer Time:\t%{time_pretransfer}\nStart-transfer Time:\t%{time_starttransfer}\n\nTotal Time:\t\t%{time_total}\n' -o /dev/null https://www.wolves.co.uk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment