Skip to content

Instantly share code, notes, and snippets.

@komura-c
Last active November 27, 2021 17:55
Show Gist options
  • Save komura-c/bccd3ece3df34447a9536fc64341fc73 to your computer and use it in GitHub Desktop.
Save komura-c/bccd3ece3df34447a9536fc64341fc73 to your computer and use it in GitHub Desktop.
CurlでBotのレスポンスタイム計測
curl --user-agent "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" -s -o /dev/null -w "%{time_starttransfer}\n%{time_total}\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment