0

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.

USER
  • 53
  • 1
  • 2
  • 6

1 Answers1

0

ping -U <remote-address> for IPv4 or ping6 -U <remote-address> for IPv6

Andreas Rogge
  • 2,670
  • 10
  • 24