curl -o /dev/null -s -w '%{time_connect} %{time_starttransfer} %{time_total}' "http://baidu.com"web
time_connect:創建到服務器的tcp 鏈接所用的時間time_starttransfer :在發出請求後,web 服務器返回數據第一個字節所用的時間time :完成請求所用的時間服務器