X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmans%2Foping.pod;h=6005b0011f396db802bd6fd4192e067bf69e11ed;hb=12b51be67146bf5619acb1110b54c291fcca6652;hp=b005b32c55258a72b7550e232ef6b479821f5d77;hpb=34e8ca25fda9b46a058d3307d1c545e1da853014;p=liboping.git diff --git a/src/mans/oping.pod b/src/mans/oping.pod index b005b32..6005b00 100644 --- a/src/mans/oping.pod +++ b/src/mans/oping.pod @@ -8,14 +8,22 @@ B [B<-4> | B<-6>] [B<-c> I] [B<-i> I] I [I [ B [B<-4> | B<-6>] [B<-c> I] [B<-i> I] B<-f> I +B [B<-4> | B<-6>] [B<-c> I] [B<-i> I] I [I [I ...]] + +B [B<-4> | B<-6>] [B<-c> I] [B<-i> I] B<-f> I + =head1 DESCRIPTION -oping uses ICMPv4 or ICMPv6 ECHO_REQUEST packets to measure a hosts +B uses ICMPv4 or ICMPv6 ECHO_REQUEST packets to measure a hosts reachability and the network latency. In contrast to the original L utility B can send ICMP packets to multiple hosts in parallel and wait -for all ECHO_RESPONSE packets to arrive. In contrast to the -B utility (URL is listed in L<"SEE ALSO">) B can use both, IPv4 -and IPv6 transparently and side by side. +for all ECHO_RESPONSE packets to arrive. In contrast to the B utility +(URL is listed in L<"SEE ALSO">) B can use both, IPv4 and IPv6 +transparently and side by side. + +B is an ncurses-based front-end to I which displays ping +statistics online and highlights aberrant round-trip times if the terminal +supports colors. =head1 OPTIONS @@ -65,6 +73,22 @@ I is installed with the SUID-bit. =back +=head1 COLORS + +If supported by the terminal, I will highlight the round-trip times +(RTT) using the colors green, yellow and red. Green signals RTTs that are in +the "expected" range, yellow marks moderately unusual times and times that +differ a lot from the expected value are printed in red. + +The information used to categorize round-trip times is the I +round-trip time and the I. RTTs that differ from the +average by less than the standard deviation are considered to be "normal" and +are printed in green. Times that differ from the average more than the standard +deviation but less than twice the standard deviation are considered "moderately +unusual" and are printed in yellow. Times differing more than twice the +standard deviation from the average are considered to be "unusual" and are +printed in red. + =head1 SEE ALSO L, L, L @@ -74,4 +98,4 @@ L, L, L liboping is written by Florian octo Forster Eocto at verplant.orgE. Its homepage can be found at L. -(c) 2005-2009 by Florian octo Forster. +(c) 2005-2010 by Florian octo Forster.