diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-03-03 04:43:53 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-03-03 04:43:53 +0800 |
commit | 1fc2998a1d82fa9994b65026dd864d57df4651db (patch) | |
tree | 8ef4ad00b320ebf86189026a5a7895dde1f5500f /net-mgmt/aguri/pkg-descr | |
parent | 2d77d6fe74e7251465ba5e7a13ecade10b1b4572 (diff) | |
download | freebsd-ports-gnome-1fc2998a1d82fa9994b65026dd864d57df4651db.tar.gz freebsd-ports-gnome-1fc2998a1d82fa9994b65026dd864d57df4651db.tar.zst freebsd-ports-gnome-1fc2998a1d82fa9994b65026dd864d57df4651db.zip |
Add aguri 0.5, "An Aggregation-based Traffic Profiler".
PR: 48747
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Diffstat (limited to 'net-mgmt/aguri/pkg-descr')
-rw-r--r-- | net-mgmt/aguri/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/aguri/pkg-descr b/net-mgmt/aguri/pkg-descr new file mode 100644 index 000000000000..8202186ca18d --- /dev/null +++ b/net-mgmt/aguri/pkg-descr @@ -0,0 +1,22 @@ +Aguri is an aggregation-based traffic profiler targeted for near real-time, +long-term, and wide-area traffic monitoring. Aguri adapts itself to spatial +traffic distribution by aggregating small volume flows into aggregates, and +achieves temporal aggregation by creating a summary of summaries applying the +same algorithm to its outputs. A set of scripts are used for archiving and +visualizing summaries in different time scales. Aguri does not need a +predefined rule set and is capable of detecting an unexpected increase of +unknown protocols or DoS attacks, which considerably simplifies the task of +network monitoring. + +Aguri produces four separate profiles for source addresses, destination +addresses, source protocols and destination protocols. IP addresses are +designed to be hierarchical and aggregatable so that it is natural to apply +aggregation. Both IPv4 and IPv6 are supported in address profiles. Although +protocol numbers are not hierarchical, the same technique can be used to +identify port ranges. We concatenate the IP version, the protocol number and +the TCP/UDP port number to create a 32-bit key for a protocol profile. + +WWW: http://www.csl.sony.co.jp/person/kjc/software.html + +- Yann +yb@sainte-barbe.org |