使用curl命令查看访问url的时间

命令以下:html

time curl 'http://www.baidu.com' -o /tmp/test.html  -s -w %{http_code}:%{http_connect}:%{content_type}:%{time_namelookup}:%{time_redirect}:%{time_pretransfer}:%{time_connect}:%{time_starttransfer}:%{time_total}:%{speed_download}curl

相关文章
相关标签/搜索