Misplaced Pages

Fping: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 04:28, 16 May 2009 editChris the speller (talk | contribs)Autopatrolled, Extended confirmed users, Pending changes reviewers868,061 editsm sp, comma← Previous edit Revision as of 18:05, 14 July 2009 edit undo207.212.211.130 (talk)No edit summaryNext edit →
Line 5: Line 5:
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 and much more <ref>"fping free download". Freedownloadscenter.com.2002.http://www.freedownloadcenter.com/Network_and_Internet/Misc_Networking_Tools/Fping.html. (12 May 2009).</ref> Not only does fping use ICMP as stated above, but it can use raw sockets as well. 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 and much more <ref>"fping free download". Freedownloadscenter.com.2002.http://www.freedownloadcenter.com/Network_and_Internet/Misc_Networking_Tools/Fping.html. (12 May 2009).</ref> 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> At once 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> 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> 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>

Revision as of 18:05, 14 July 2009


fping is a computer network utility program that can be compiled and run on various POSIX Operating Systems. It is similar to the ping program in that it sends out ICMP Echo Request packets 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.

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 and much more 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 As soon as a host replies, it is noted and removed from the host checklist However, if the host is unresponsive within a particular time restriction and/or retry limit, it will therefore be deemed unreachable

Fping is meant to be used in scripts and thus its output is intended to be easily parsed as opposed to the ping program


Examples of Fping Commands

This command is used to determine if the router is up:

  fping router

An example output:

  Router is alive


In order to ping an entire network, such as Class C is as follows:

  fping –g 192.168.1.0/24

OR if you prefer the lengthy version:

  fping –g 192.168.1.0 192.168.1.255


References

  1. "fping free download". Freedownloadscenter.com.2002.http://www.freedownloadcenter.com/Network_and_Internet/Misc_Networking_Tools/Fping.html. (12 May 2009).
  2. "fping". Filewatcher.com.2009. http://dir.filewatcher.com/d/OpenBSD/3.4/hppa/fping-2.2b1.tgz.117192.html. (12 May 2009).
  3. "fping". Filewatcher.com.2009. http://dir.filewatcher.com/d/OpenBSD/3.4/hppa/fping-2.2b1.tgz.117192.html. (12 May 2009).
  4. "fping". Filewatcher.com.2009. http://dir.filewatcher.com/d/OpenBSD/3.4/hppa/fping-2.2b1.tgz.117192.html. (12 May 2009).
  5. 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).
  6. 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).
  7. "fping". mkssoftware.com.2009. http://www.mkssoftware.com/docs/man1/fping.1.asp (12 May 2009).


External links


See also

  • dping, AIX command included in IBM Cluster Systems Management for sending ICMP packets to multiple hosts in parallel
Stub icon

This network-related software article is a stub. You can help Misplaced Pages by expanding it.

Categories: