Hierbij latency op een Budget lijn (in de praktijk 90/30), met een Zyxel 2812 met OpenWRT erop als router/gateway (NAT), met een ping vanaf een ARM box in mijn LAN:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| $ sudo ping 195.190.228.154 -c10 PING 195.190.228.154 (195.190.228.154) 56(84) bytes of data. 64 bytes from 195.190.228.154: icmp_seq=1 ttl=254 time=4.59 ms 64 bytes from 195.190.228.154: icmp_seq=2 ttl=254 time=4.48 ms 64 bytes from 195.190.228.154: icmp_seq=3 ttl=254 time=4.55 ms 64 bytes from 195.190.228.154: icmp_seq=4 ttl=254 time=4.46 ms 64 bytes from 195.190.228.154: icmp_seq=5 ttl=254 time=4.47 ms 64 bytes from 195.190.228.154: icmp_seq=6 ttl=254 time=4.23 ms 64 bytes from 195.190.228.154: icmp_seq=7 ttl=254 time=4.25 ms 64 bytes from 195.190.228.154: icmp_seq=8 ttl=254 time=4.47 ms 64 bytes from 195.190.228.154: icmp_seq=9 ttl=254 time=4.58 ms 64 bytes from 195.190.228.154: icmp_seq=10 ttl=254 time=4.48 ms --- 195.190.228.154 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 21ms rtt min/avg/max/mdev = 4.230/4.456/4.588/0.145 ms |