Using mtr to gather some statistics, if I run sudo mtr 10.0.1.1
to ping my router, it looks terrible:
My traceroute [v0.85]
Johns-MacBook-Air.local (0.0.0.0) Tue Feb 11 10:11:32 2014
Keys: Help Display mode Restart statistics Order of fields quit
Packets Pings
Host Loss% Snt Last Avg Best Wrst StDev
1. 10.0.1.1 0.0% 52 17.1 79.0 1.0 298.9 103.1
But if I run sudo mtr google.com
, and look at just the first hop, it looks fine:
My traceroute [v0.85]
Johns-MacBook-Air.local (0.0.0.0) Tue Feb 11 10:12:55 2014
Keys: Help Display mode Restart statistics Order of fields quit
Packets Pings
Host Loss% Snt Last Avg Best Wrst StDev
1. 10.0.1.1 0.0% 40 1.4 1.7 1.4 4.1 0.5
2. mosca-lan207.gw.monkeybrains.net 0.0% 39 13.7 23.8 5.6 111.4 22.9
3. grillo.grillo-mosca-10GB.core.monke 0.0% 39 6.0 10.0 5.5 21.7 3.6
[snip]
Why would this happen?