mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
13 lines
682 B
Plaintext
13 lines
682 B
Plaintext
Rate is a swiss-army-knife command-line traffic analysis tool, designed
|
|
to help a network administrator to see what is happening at a router at
|
|
the moment. Unlike tcpdump(1), rate uses statistical and stream-oriented
|
|
methods, and will never produce an output stream at a speed beyond human
|
|
perception. The output is less accurate, however. Rate features four
|
|
different operating modes, designed to perform the following tasks:
|
|
estimating overall traffic rates, determining nodes generating the
|
|
highest traffic, determining connections and flows generating the highest
|
|
traffic and extracting strings from packets.
|
|
|
|
Author: <mtg@elsat.net.pl>
|
|
WWW: http://s-tech.elsat.net.pl/
|