|
|
|
|
|
by v-yadli
1529 days ago
|
|
NAS-[10GbE]->switch-[1GbE]->asus router, 2 hops ping test:
```
yatli@yatao-nas ~ % ping 192.168.50.1
PING 192.168.50.1 (192.168.50.1) 56(84) bytes of data.
64 bytes from 192.168.50.1: icmp_seq=1 ttl=64 time=0.236 ms
64 bytes from 192.168.50.1: icmp_seq=2 ttl=64 time=0.195 ms
64 bytes from 192.168.50.1: icmp_seq=3 ttl=64 time=0.300 ms
64 bytes from 192.168.50.1: icmp_seq=4 ttl=64 time=0.271 ms
64 bytes from 192.168.50.1: icmp_seq=5 ttl=64 time=0.153 ms
64 bytes from 192.168.50.1: icmp_seq=6 ttl=64 time=0.216 ms
64 bytes from 192.168.50.1: icmp_seq=7 ttl=64 time=0.300 ms
64 bytes from 192.168.50.1: icmp_seq=8 ttl=64 time=0.165 ms
64 bytes from 192.168.50.1: icmp_seq=9 ttl=64 time=0.163 ms
64 bytes from 192.168.50.1: icmp_seq=10 ttl=64 time=0.265 ms
64 bytes from 192.168.50.1: icmp_seq=11 ttl=64 time=0.174 ms
64 bytes from 192.168.50.1: icmp_seq=12 ttl=64 time=0.272 ms
64 bytes from 192.168.50.1: icmp_seq=13 ttl=64 time=0.397 ms
64 bytes from 192.168.50.1: icmp_seq=14 ttl=64 time=0.256 ms
^C
--- 192.168.50.1 ping statistics ---
14 packets transmitted, 14 received, 0% packet loss, time 13168ms
rtt min/avg/max/mdev = 0.153/0.240/0.397/0.065 ms
``` |
|