I pinged in a flood mode:
# ping -c 1000000 -f 127.0.0.1
and I got the following output:
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
--- 127.0.0.1 ping statistics ---
1000000 packets transmitted, 1000000 received, 0% packet loss, time 15408ms
rtt min/avg/max/mdev = 0.003/0.004/0.798/0.003 ms, ipg/ewma 0.015/0.005 ms
I found nothing in man ping
about this, but I found an article about IPG. After reading it, I understand that the lower value is better.
What then means the EWMA value, its lower and higher value or the ratio of IGP and EWMA? What causes changes in the IGP and EWMA values?