curl  -o /dev/null -s -w %{time_namelookup}::%{time_connect}::%{time_starttransfer}::%{time_total}::%{speed_download}"\n" -d  "param1=value1&param2=value2" "http://127.0.0.1:8081/detail"

 

  •  -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://blog.csdn.net/caoshuming_500/article/details/14044697

相关文章:

  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2021-08-09
  • 2021-08-09
  • 2021-08-09
  • 2022-03-01
猜你喜欢
  • 2021-08-09
  • 2021-10-01
  • 2022-02-27
  • 2022-12-23
  • 2021-11-02
相关资源
相似解决方案