Linux下使用curl查看http请求各阶段耗时
时间:2020-09-24 20:50:58
收藏:0
阅读:48
\n
time_namelookup: %{time_namelookup}\n
time_connect: %{time_connect}\n
time_appconnect: %{time_appconnect}\n
time_pretransfer: %{time_pretransfer}\n
time_redirect: %{time_redirect}\n
time_starttransfer: %{time_starttransfer}\n
----------\n
time_total: %{time_total}\n
\n
curl -w "@curl.txt" -o /dev/null -s https://www.sogo.com
https://www.cnblogs.com/lnlvinso/p/9775484.html
评论(0)