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.
- Openup command line.
- Enter the command and press Enter:
ping example.com
In the team instead of
example.com
specify the address of the site that you want to ping (the address must be specified withouthttp://
orhttps://
at the beginning and/
at the end): - Wait for the execution results:
- Openup terminal.
- Enter the command and press Enter:
ping example.com
In the team instead of
example.com
specify the address of the site that you want to ping (the address must be specified withouthttp://
orhttps://
at the beginning and/
at the end): - Wait until enough data has been collected and press the combination ⌘+FROMto stop executing the command: