From: Ryan Underwood Date: Wed, 20 May 2015 22:55:47 +0000 (+0000) Subject: Add 1ms usage example X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6c3cbdf640c953bf835809df950aa471d550480;p=fping.git Add 1ms usage example --- diff --git a/doc/fping.pod b/doc/fping.pod index a21e2ed..7ec0c7e 100644 --- a/doc/fping.pod +++ b/doc/fping.pod @@ -194,6 +194,15 @@ Set the IP TTL field (time to live hops). =back +=head1 EXAMPLES + +Generate ~1000 pings per second to a host until canceled, printing statistics +on the fly at one second intervals, and printing statistics at the end: + +# fping -s -l -i 1 -p 1 -T 1 -Q 1 127.0.0.1 + +Note that ping intervals less than 10ms can only be used as root. + =head1 AUTHORS =over 4