Code

Created standard subversion directories.
[liboping.git] / src / mans / oping.pod
1 =head1 NAME
3 oping - send ICMP ECHO_REQUEST to network hosts
5 =head1 SYNOPSIS
7 B<oping> [B<-4> | B<-6>] [B<-c> I<count>] [B<-i> I<interval>] I<host> [I<host> [I<host> ...]]
9 =head1 DESCRIPTION
11 oping uses ICMPv4 or ICMPv6 ECHO_REQUEST packets to measure a hosts
12 reachability and the network latency. In contrast to the original L<ping(8)>
13 utility B<oping> can send ICMP packets to multiple hosts in parallel and wait
14 for all ECHO_RESPONSE packets to arrive. In contrast to the
15 B<fping> utility (URL is listed in L<"SEE ALSO">) B<oping> can use both, IPv4
16 and IPv6 transparently and side by side.
18 =head1 OPTIONS
20 =over 4
22 =item B<-4>
24 Force the use of IPv4. 
26 =item B<-6>
28 Force the use of IPv6
30 =item B<-c> I<count>
32 Send (and receive) I<count> ICMP packets, then stop and exit.
34 =item B<-i> I<interval>
36 Send one ICMP packet (per host) each I<interval> seconds. This can be a
37 floating-point number to specify sub-second precision.
39 =back
41 =head1 BUGS
43 =over 4
45 =item The TTL cannot be set
47 =back
49 =head1 SEE ALSO
51 L<ping(8)>, L<http://www.fping.com/>, L<liboping(3)>
53 =head1 AUTHOR
55 liboping is written by Florian octo Forster E<lt>octo at verplant.orgE<gt>.
56 It's homepage can be found at L<http://verplant.org/liboping/>.
58 (c) 2005, 2006 by Florian octo Forster.