diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-03 07:36:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-03 07:36:35 +0800 |
commit | 04304e073bc19b08d179a5fb03bcc0791e389bf6 (patch) | |
tree | 1b44592fcdf1574284f314f3fb6624695a602961 /net-mgmt/rate | |
parent | 944062d68e77e368de13dedd854bbd04c8e44617 (diff) | |
download | freebsd-ports-gnome-04304e073bc19b08d179a5fb03bcc0791e389bf6.tar.gz freebsd-ports-gnome-04304e073bc19b08d179a5fb03bcc0791e389bf6.tar.zst freebsd-ports-gnome-04304e073bc19b08d179a5fb03bcc0791e389bf6.zip |
Remove Author from pkg-descr and white space fixes
Diffstat (limited to 'net-mgmt/rate')
-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/ |