Revision as of 04:25, 27 November 2009 edit24.18.125.143 (talk) wp:not reliable sourceTag: references removed← Previous edit |
Latest revision as of 21:46, 9 January 2023 edit undoJ947 (talk | contribs)Extended confirmed users, New page reviewers, Pending changes reviewers, Rollbackers34,016 edits Modifying redirect categories using Capricorn ♑ |
(6 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
|
|
#REDIRECT ] |
|
{{Lowercase|fping}} |
|
|
|
|
|
|
|
{{Redirect category shell| |
|
'''fping''' is a ] utility program that can be ] and run on various ] ]s. It is similar to the ] program in that it sends out ] and reports on host reachability, packet loss, and round trip delay. Unlike the ping program, fping has the ability to send out ICMP packets to multiple hosts in parallel, reducing the time required for checking large numbers of hosts. |
|
|
|
{{R with history}} |
|
|
|
|
|
{{R to related topic}} |
|
With fping’s various features, the user can specify the interval between pinging a certain host and record the package route. Additionally, it can resolve names from IP addresses. Not only does fping use ICMP as stated above, but it can use raw sockets as well. |
|
|
|
}} |
|
|
|
|
Since fping can ping any number of hosts, it does so without flooding the network<ref>"fping". Filewatcher.com.2009. http://dir.filewatcher.com/d/OpenBSD/3.4/hppa/fping-2.2b1.tgz.117192.html. (12 May 2009).</ref> As soon as a host replies, it is noted and removed from the host checklist <ref>"fping". Filewatcher.com.2009. http://dir.filewatcher.com/d/OpenBSD/3.4/hppa/fping-2.2b1.tgz.117192.html. (12 May 2009).</ref> However, if the host is unresponsive within a particular time restriction and/or retry limit, it will therefore be deemed unreachable <ref>"fping". Filewatcher.com.2009. http://dir.filewatcher.com/d/OpenBSD/3.4/hppa/fping-2.2b1.tgz.117192.html. (12 May 2009).</ref> |
|
|
|
|
|
Fping is meant to be used in scripts and thus its output is intended to be easily parsed as opposed to the ping program <ref>Gite, vivek. "Testing Connectivity with fping and send mail if any hosts are unreachable." cyberciti.biz. 2009. http://www.cyberciti.biz/tips/linux-unix-profiling-network-connectivity-with-fping.html (12 May 2009).</ref> |
|
|
|
|
|
== References == |
|
|
<references/> |
|
|
|
|
|
==External links== |
|
|
* |
|
|
|
|
|
] |
|
|
|
|
|
{{network-software-stub}} |
|