|
|
@ -2,7 +2,7 @@
|
|
|
|
[![Coverage Status](https://coveralls.io/repos/schweikert/fping/badge.svg?branch=develop&service=github)](https://coveralls.io/github/schweikert/fping?branch=develop)
|
|
|
|
[![Coverage Status](https://coveralls.io/repos/schweikert/fping/badge.svg?branch=develop&service=github)](https://coveralls.io/github/schweikert/fping?branch=develop)
|
|
|
|
[![Coverity Scan Build Status](https://scan.coverity.com/projects/11559/badge.svg?flat=1")](https://scan.coverity.com/projects/schweikert-fping)
|
|
|
|
[![Coverity Scan Build Status](https://scan.coverity.com/projects/11559/badge.svg?flat=1")](https://scan.coverity.com/projects/schweikert-fping)
|
|
|
|
|
|
|
|
|
|
|
|
# fping 3
|
|
|
|
# fping
|
|
|
|
|
|
|
|
|
|
|
|
fping is a program to send ICMP echo probes to network hosts, similar to ping,
|
|
|
|
fping is a program to send ICMP echo probes to network hosts, similar to ping,
|
|
|
|
but much better performing when pinging multiple hosts. fping has a long long
|
|
|
|
but much better performing when pinging multiple hosts. fping has a long long
|
|
|
@ -36,16 +36,6 @@ If you want to install fping from source, proceed as follows:
|
|
|
|
|
|
|
|
|
|
|
|
See: [fping man-page](doc/fping.pod)
|
|
|
|
See: [fping man-page](doc/fping.pod)
|
|
|
|
|
|
|
|
|
|
|
|
## IPv6 support
|
|
|
|
|
|
|
|
You can can compile fping with support for IPv6 addresses. A separate binary
|
|
|
|
|
|
|
|
is used for that, called fping6. To build it, use ./configure --enable-ipv6
|
|
|
|
|
|
|
|
(possibly combined with --enable-ipv4 to also build fping for IPv4). E.g.:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ./configure --prefix=/usr/local --enable-ipv4 --enable-ipv6
|
|
|
|
|
|
|
|
# make
|
|
|
|
|
|
|
|
# make install
|
|
|
|
|
|
|
|
# sudo setcap cap_net_raw+ep /usr/local/bin/fping*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
## Credits
|
|
|
|
Original author: Roland Schemers (schemers@stanford.edu)
|
|
|
|
Original author: Roland Schemers (schemers@stanford.edu)
|
|
|
|
Previous maintainer: RL "Bob" Morgan (morgan@stanford.edu)
|
|
|
|
Previous maintainer: RL "Bob" Morgan (morgan@stanford.edu)
|
|
|
|