Ping lento ainda rápido se o dispositivo remoto pings ao mesmo tempo (na LAN)

2

Estou com um problema estranho.

Eu tenho dois dispositivos:

  • ( A ) Ubuntu 14.04, computador x64 - 192.168.1.42
  • ( B ) Computador ARM embutido com o Ubuntu 14.04 (Odroid XU4) - 192.168.1.60

Testes:

  • A e B estão conectados por meio de Wi-Fi no mesmo roteador
  • Os pings de B para A são rápidos (< 10 ms)
  • Os pings de A para B são lentos (> 100ms)
  • Pings de A para B são rápidos se B estiver fazendo ping A ao mesmo tempo (< 10ms) e subir novamente se B parar o ping A (após ~ 5s)

Como eu poderia depurar isso? Como eu consegui ter um ping menor?

alexis@alexis:~/$ ping 192.168.1.60
PING 192.168.1.60 (192.168.1.60) 56(84) bytes of data.
64 bytes from 192.168.1.60: icmp_seq=1 ttl=64 time=128 ms
64 bytes from 192.168.1.60: icmp_seq=2 ttl=64 time=151 ms
64 bytes from 192.168.1.60: icmp_seq=3 ttl=64 time=181 ms
64 bytes from 192.168.1.60: icmp_seq=4 ttl=64 time=199 ms
64 bytes from 192.168.1.60: icmp_seq=5 ttl=64 time=123 ms
64 bytes from 192.168.1.60: icmp_seq=6 ttl=64 time=151 ms
64 bytes from 192.168.1.60: icmp_seq=7 ttl=64 time=186 ms
64 bytes from 192.168.1.60: icmp_seq=8 ttl=64 time=195 ms
64 bytes from 192.168.1.60: icmp_seq=9 ttl=64 time=117 ms <-- Start pinging from B to A
64 bytes from 192.168.1.60: icmp_seq=10 ttl=64 time=6.12 ms
64 bytes from 192.168.1.60: icmp_seq=11 ttl=64 time=5.76 ms
64 bytes from 192.168.1.60: icmp_seq=12 ttl=64 time=6.20 ms
64 bytes from 192.168.1.60: icmp_seq=13 ttl=64 time=10.8 ms
64 bytes from 192.168.1.60: icmp_seq=14 ttl=64 time=5.72 ms
64 bytes from 192.168.1.60: icmp_seq=15 ttl=64 time=9.90 ms
64 bytes from 192.168.1.60: icmp_seq=16 ttl=64 time=7.54 ms <-- Stop pinging from B to A
64 bytes from 192.168.1.60: icmp_seq=17 ttl=64 time=5.96 ms
64 bytes from 192.168.1.60: icmp_seq=18 ttl=64 time=5.80 ms
64 bytes from 192.168.1.60: icmp_seq=19 ttl=64 time=13.6 ms
64 bytes from 192.168.1.60: icmp_seq=20 ttl=64 time=158 ms
64 bytes from 192.168.1.60: icmp_seq=21 ttl=64 time=281 ms
64 bytes from 192.168.1.60: icmp_seq=22 ttl=64 time=202 ms
64 bytes from 192.168.1.60: icmp_seq=23 ttl=64 time=124 ms
64 bytes from 192.168.1.60: icmp_seq=24 ttl=64 time=147 ms
64 bytes from 192.168.1.60: icmp_seq=25 ttl=64 time=171 ms
--- 192.168.1.60 ping statistics ---
25 packets transmitted, 25 received, 0% packet loss, time 24020ms
rtt min/avg/max/mdev = 5.726/103.973/281.720/84.831 ms
    
por Alexis Paques 02.08.2017 / 16:06

0 respostas