You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Scripts/check-ping.ps1
+14-15Lines changed: 14 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
.SYNOPSIS
3
3
Checks the ping latency
4
4
.DESCRIPTION
5
-
This PowerShell script checks the ping latency from the local computer to 10 popular hosts.
5
+
This PowerShell script measures the ping roundtrip times from the local computer to 10 Internet servers.
6
6
.PARAMETERhosts
7
7
Specifies the hosts to check, seperated by commata (default is: amazon.com,bing.com,cnn.com,dropbox.com,facebook.com,github.com,google.com,live.com,twitter.com,youtube.com)
8
8
.EXAMPLE
9
9
PS> ./check-ping
10
-
✅ Ping latency is 13ms...109ms with 29ms average (0 loss)
10
+
✅ Ping latency is 29ms average (13ms...109ms, 0 loss)
0 commit comments