网络延迟测试k8s 性能测试
curl -o /dev/null -s -w '%{time_connect} %{time_starttransfer} %{time_total}' "http://baidu.com"time_connect:建立到服务器的tcp 连接所用的时间time_starttransfer :在发出请求后,web 服务器返回数据第一个字节所用的时间time :完成请求所用的时间转载于:http..
·
curl -o /dev/null -s -w '%{time_connect} %{time_starttransfer} %{time_total}' "http://baidu.com"
time_connect:建立到服务器的tcp 连接所用的时间
time_starttransfer :在发出请求后,web 服务器返回数据第一个字节所用的时间
time :完成请求所用的时间
转载于:https://blog.51cto.com/study2008/2064649
更多推荐
已为社区贡献466条内容
所有评论(0)