Linux 利用curl 检测网站延迟,获取源代码

tetsai
原创声明
本文由tetsai原创,转载请注明来源
获取网站源代码
curl tetsai.net
检测网站延迟
curl -o /dev/null -s -w %{time_namelookup}---%{time_connect}---%{time_starttransfer}---%{time_total}---%{speed_download}"\n" tetsai.net
原创声明
curl tetsai.net
curl -o /dev/null -s -w %{time_namelookup}---%{time_connect}---%{time_starttransfer}---%{time_total}---%{speed_download}"\n" tetsai.net