Networking

Icon

How to Determine Network Latency when ICMP is Blocked

Jayan Kandathil

First published

You can use the TCP Ping utility to determine network latency between two instances. See this for more details

  1. yum install tcptraceroute
  2. cd /home/username
  3. wget http://www.vdberg.org/~richard/tcpping
  4. chmod 755 tcpping
  5. ./tcpping 192.25.26.27 4503

To clean up, delete TCP Ping with rm -rf tcpping and uninstall TCP TraceRoute with yum remove tcptraceroute