2.20.3.1. ping

ping is a standard utility with which you can check the availability of a site, the quality of the connection on the way to it, and also find out its IP address. It sends ICMP packets to the server where the site is located, measuring the time after which they will return back, and taking into account the percentage of losses.

  1. Openup command line.
  2. Run the command:
    ping example.com

    In a team: example.com — the address of the site to be pinged (specify without http:// or https:// at the beginning and / at the end):

  3. Wait for the execution results:
  1. Openup terminal.
  2. Run the command:
    ping example.com

    In a team: example.com — the address of the site to be pinged (specify without http:// or https:// at the beginning and / at the end):

  3. Wait until enough data has been collected and press the combination +Ctrl, to stop executing the command:
Content