Merge pull request #78 from runderwo/example2

Add 1ms usage example
This commit is contained in:
David Schweikert 2015-05-22 16:52:14 +02:00
commit e2896d390f
1 changed files with 9 additions and 0 deletions

View File

@ -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