http响应时长分析



curl -o /dev/null -s -w "time_namelookup:%{time_namelookup}::time_connect:%{time_connect}::time_starttransfer:%{time_starttransfer}::time_total:%{time_total}::speed_download:%{speed_download}::http_code:%{http_code}" https://www.qq.com


image

time_namelookup:DNS 解析域名www.bnxb.com的时间

time_commect:client和server端建立TCP 连接的时间

time_starttransfer:从client发出请求;到web的server 响应第一个字节的时间

time_total:client发出请求;到web的server发送会所有的相应数据的时间

speed_download:下周速度 单位 byte/s



引用: https://www.bnxb.com/linuxserver/27454.html


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM