Created
October 22, 2022 13:15
-
-
Save foru17/710419a2dbb87b51ebedd3d230bfb255 to your computer and use it in GitHub Desktop.
curl 命令分析请求耗时
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
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