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
-U ("Print full user-to-user latency")
– Andreas Rogge
Sep 23 '19 at 12:04