您的位置:首页 > 其它

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

2017-03-10 00:00 302 查看
命令如下:

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 时间