How to do a ping test » History » Version 2
« Previous -
Version 2/6
(diff) -
Next » -
Current version
Atchuthan Manickam , 07/08/2020 13:49
Procedures to run ping test¶
Windows OS
- Hold the Windows key and press the R key to open the Run dialog box.
- Type cmd and click OK.
- Type ping -n 100 followed by an external web address that responds to pings.
- For example: ping -n 100 8.8.8.8
- Press Enter.
Mac OS
- On the Toolbar, click Go and select the Utilities folder.
- Double-click the Terminal icon.
- Type ping -c 100 followed by an external web address that responds to pings.
- For example: ping -c 100 8.8.8.8.
- Press Enter.
Linux OS
- Press Ctrl+Alt+T to launch the Terminal or press Alt+F2 and type gnome-terminal to also launch the Terminal.
- Type ping 100 followed by an external web address that responds to pings.
- For example: ping 8.8.8.8.
- Press Enter.
If the connection is unstable then see this link: What to do when the connection is slow?