![핑 시간이 단일 핑 시간보다 짧습니다.](https://linux55.com/image/172604/%ED%95%91%20%EC%8B%9C%EA%B0%84%EC%9D%B4%20%EB%8B%A8%EC%9D%BC%20%ED%95%91%20%EC%8B%9C%EA%B0%84%EB%B3%B4%EB%8B%A4%20%EC%A7%A7%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
답변에 따르면핑 통계 시간의 의미
이
time
통계는 각 패킷 간의 지연을 포함하여 에코 패킷을 보내고 받는 데 소요된 총 시간입니다.
그러나 내 time
결과는 훨씬 짧습니다. 무엇을 제공합니까?
$ ping 8.8.8.8 -c 10
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=53 time=31.10 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=53 time=32.7 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=53 time=33.0 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=53 time=36.8 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=53 time=40.5 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=53 time=50.3 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=53 time=34.4 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=53 time=146 ms
64 bytes from 8.8.8.8: icmp_seq=9 ttl=53 time=30.9 ms
64 bytes from 8.8.8.8: icmp_seq=10 ttl=53 time=123 ms
--- 8.8.8.8 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 21ms
rtt min/avg/max/mdev = 30.910/55.950/146.332/39.970 ms
마지막에 21ms가 표시되는 이유는 무엇입니까?
답변1
이것은 현재 구현의 버그입니다
iputils-ping
. (통과하다)