curl 的命令行输出
$ curl -s -o /dev/null -w "%{http_code}" http://www.example.org/
-w:按照后面的格式写出rt
time_namelookup:DNS 解析域名[www.taobao.com]的时间
time_commect:client和server端建立TCP 连接的时间
time_starttransfer:从client发出请求;到web的server 响应第一个字节的时间
time_total:client发出请求;到web的server发送会所有的相应数据的时间
speed_download:下周速度 单位 byte/s
http_code : http status
-s:不打印进度
-o 输出到文件

浙公网安备 33010602011771号