A Program to Ping Multiple Hosts
FPing is a ping-like program that uses the Internet Control Message
Protocol (ICMP) echo request to determine if a target host is
responding. FPing differs from ping in that you can specify any number
of targets on the command line or specify a file containing a list of
targets to ping. Instead of sending pings to one target until it times
out or replies, FPing sends a ping packet and moves on to the next
target in a round-robin fashion.
In the default mode, if a target replies, it is noted and removed from
the list of targets to check. If a target does not respond within a
certain time limit or retry limit, it is designated as unreachable.
FPing also supports sending a specified number of pings to a target or
looping indefinitely (as in ping).
Unlike ping, FPing is meant to be used in scripts. Its output is
designed to be easy to parse.
- Sources inherited from project SUSE:SLE-12:Update
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-12-SP1:Update/fping.9113 && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
flooding-tmp-after-network-stop.patch | 0000000419 419 Bytes | |
fping-3.5.tar.gz | 0000145512 142 KB | |
fping.changes | 0000005671 5.54 KB | |
fping.spec | 0000002285 2.23 KB |
Latest Revision
Release from SUSE:Maintenance:9113 / fping.SUSE_SLE-12_Update
Comments 0