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.comhtml


image

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

time_commect:client和server端创建TCP 链接的时间web

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

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

speed_download:下周速度 单位 byte/scode



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

相关文章
相关标签/搜索