Close

Ping — measure time latency

Ping shows time latency while sending packets from one Internet host to another.

Packets to send:

Examples: yoip.com.ua or 17.254.3.183

 
 
If you wish to ping some host from your computer follow these steps:
  1. If you are using Windows

    1. Go to «Start» —> «Run»
    2. Type "cmd"
    3. Press <Enter>
    4. Type in command line "ping -n 4 [ip_addr]", where [ip_addr] is an IP address or hostname to ping.

      OR

    5. Install and use it to run this command directly from your browser.

  2. If you are using UNIX-family OS

    1. Open terminal 
    2. Type in command line "ping -c 4 [ip_addr]", where [ip_addr] is an IP address or hostname to ping.