How to measure latency (not rtt) using ICMP (ping) on linux ?
The Internet Control Message Protocol (ICMP) is a supporting protocol in the Internet protocol suite.
How to measure latency (not rtt) using ICMP (ping) on linux ?
The Internet Control Message Protocol (ICMP) is a supporting protocol in the Internet protocol suite.
ping -U <remote-address>
for IPv4 or ping6 -U <remote-address>
for IPv6