curl -o /dev/null -s -w %{time_connect}:%{time_starttransfer}:%{time_total} http://localhost/
0.004:0.004:0.005
curl -o /dev/null -s -w %{time_connect}:%{time_starttransfer}:%{time_total} http://127.0.0.1/
0.000:0.000:0.001
这意味着“localhost”的dns花费4ms,这太长了〜
为什么?是否有一些配置错了?
在centos 5.4的虚拟机上
dns的成本仅为1毫秒
在我的mac air上
花费2毫秒