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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ cping
3
3
4
4
A cooler version of ping that has a -F threshold in milliseconds option. With -F specified, only
5
5
packets that miss the threshold are printed. Also, if the target host goes down, the duration of the downtime
6
-
is printed in summary.
6
+
is printed in summary. Also mutiple cpings can be run in the background (ie: ```cping -F 10 host &```) and the output will show which host missed a ping threshold.
0 commit comments