Skip to content

Instantly share code, notes, and snippets.

@foru17
Created October 22, 2022 13:15
Show Gist options
  • Save foru17/710419a2dbb87b51ebedd3d230bfb255 to your computer and use it in GitHub Desktop.
Save foru17/710419a2dbb87b51ebedd3d230bfb255 to your computer and use it in GitHub Desktop.
curl 命令分析请求耗时
curl -w " \ntime_namelookup:%{time_namelookup}\ntime_connect: %{time_connect}\ntime_appconnect: %{time_appconnect}\ntime_redirect: %{time_redirect}\ntime_pretransfer: %{time_pretransfer}\ntime_starttransfer: %{time_starttransfer}\n----------\ntime_total: %{time_total}\n" -o /dev/null -s -L "https://www.google.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment