perloader

监控网页的响应时间

curl -o /dev/null -s -w %{time_connect}:%{time_starttransfer}:%{time_total} http://xx.com

curl -o /dev/null -s -w %{time_connect}:%{time_starttrans}:%{time_total} http://google.com
0.025:0.036:0.036

xyz