Project

General

Profile

How to do a ping test » History » Version 5

« Previous - Version 5/6 (diff) - Next » - Current version
Coriolan Weihrauch, 12/05/2021 19:15


Procedures to run ping test

Windows OS

  1. Hold the Windows key and press the R key to open the Run dialog box.
  2. Type cmd and click OK.
  3. Type ping -n 100 followed by an external web address that responds to pings.
  4. For example: ping -n 100 8.8.8.8
  5. Press Enter.

Mac OS

  1. Open Finder
  2. On the Toolbar, click Go and select the Utilities folder.
  3. Double-click the Terminal icon.
  4. Type ping -c 100 followed by an external web address that responds to pings.
  5. For example: ping -c 100 8.8.8.8.
  6. Press Enter.

Linux OS

  1. Launch a terminal by Ctrl+Alt+T or by Alt+F2 and type gnome-terminal.
  2. Type ping -c 100 followed by an external web address that responds to pings.
  3. For example: ping -c 100 8.8.8.8.
  4. Press Enter.

If the connection is unstable then see this link: What to do when the connection is slow?

Windows_key.50.jpeg View (15.2 KB) Charles Atkinson, 17/07/2021 06:59