Skip to content

Commit d3e9675

Browse files
committed
Added install instructions and fixed typo
1 parent 9eceee8 commit d3e9675

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cping
33

44
A cooler version of ping that has a -F threshold in milliseconds option. With -F specified, only
55
packets that miss the threshold are printed. Also, if the target host goes down, the duration of the downtime
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.
6+
is printed in summary. Also multiple cpings can be run in the background (ie: ```cping -F 10 host &```) and the output will show which host missed a ping threshold.
77

88
```
99
$ cping -F 30 google.com
@@ -33,3 +33,12 @@ Mar 28 23:47:48 2014 Missing pings. Down for 8.324291 secs
3333
--- 192.168.1.99 ping statistics ---
3434
12 packets transmitted, 0 received, +9 errors, 100% packet loss, time 10994ms
3535
```
36+
37+
## Install ##
38+
git clone this project
39+
40+
### Linux ###
41+
The main folder, run make.
42+
43+
### Mac OSX ###
44+
cd osx; make

0 commit comments

Comments
 (0)