curl測試網頁響應時間

鏈接時間:curl

curl -s -o /dev/null -w "%{time_connect}\n" http://www.joinpay.com網站

傳輸時間:url

curl -s -o /dev/null -w "%{time_starttransfer}\n" http://www.joinpay.com.net

總時間:
curl -s -o /dev/null -w "%{time_total}\n" http://www.joinpay.comip

 

curl對網站響應時間監控:
[root@localhost script]# curl -o /dev/null -s -w "time_connect: %{time_connect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{time_total}\n" "https://www.joinpay.com"
time_connect: 0.015
time_starttransfer: 0.394
time_total: 0.433get

相關文章
相關標籤/搜索