From c89b1464be84e4d2a8e979c04c0b027034614f70 Mon Sep 17 00:00:00 2001 From: Ryan Underwood Date: Wed, 20 May 2015 22:55:47 +0000 Subject: [PATCH] Add 1ms usage example --- doc/fping.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/fping.pod b/doc/fping.pod index f1e8d55..fc8cc4e 100644 --- a/doc/fping.pod +++ b/doc/fping.pod @@ -199,6 +199,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 -- 2.43.0