diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 23:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 23:36:35 +0000 |
commit | 42510f4ef40d01007be81bc931dcf02633593d85 (patch) | |
tree | 1b44592fcdf1574284f314f3fb6624695a602961 /net-mgmt/rate/pkg-descr | |
parent | 74c050c18330bb94c2f6fd798e9e9baa6643274e (diff) |
Notes
Diffstat (limited to 'net-mgmt/rate/pkg-descr')
-rw-r--r-- | net-mgmt/rate/pkg-descr | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net-mgmt/rate/pkg-descr b/net-mgmt/rate/pkg-descr index bf03312df201..58d8005f6b20 100644 --- a/net-mgmt/rate/pkg-descr +++ b/net-mgmt/rate/pkg-descr @@ -1,12 +1,11 @@ -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 +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/ |