mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add aguri 0.5, "An Aggregation-based Traffic Profiler".
PR: 48747 Submitted by: Yann Berthier <yb@sainte-barbe.org>
This commit is contained in:
parent
c8e0bb6383
commit
278445b748
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76752
35
net-mgmt/aguri/Makefile
Normal file
35
net-mgmt/aguri/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: aguri
|
||||
# Date created: 27 February 2003
|
||||
# Whom: Yann Berthier <yb@sainte-barbe.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aguri
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
|
||||
|
||||
MAINTAINER= yb@sainte-barbe.org
|
||||
COMMENT= "An Aggregation-based Traffic Profiler"
|
||||
|
||||
USE_XLIB= yes
|
||||
|
||||
MAN1= aguri.1
|
||||
|
||||
post-install:
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for FILES in INSTALL README
|
||||
@${INSTALL_DATA} ${WRKSRC}/${FILES} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${MKDIR} ${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/scripts/README ${DATADIR}
|
||||
.for SCRIPTS in agurify.pl density.pl makeplot.pl
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/${SCRIPTS} \
|
||||
${DATADIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/aguri/distinfo
Normal file
1
net-mgmt/aguri/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (aguri-0.5.tar.gz) = ae25dec143a29e92be3b314dd5af2991
|
22
net-mgmt/aguri/pkg-descr
Normal file
22
net-mgmt/aguri/pkg-descr
Normal file
@ -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
|
9
net-mgmt/aguri/pkg-plist
Normal file
9
net-mgmt/aguri/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/aguri
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/agurify.pl
|
||||
%%DATADIR%%/density.pl
|
||||
%%DATADIR%%/makeplot.pl
|
||||
@dirrm %%DATADIR%%
|
@ -11,6 +11,7 @@
|
||||
SUBDIR += adasockets
|
||||
SUBDIR += adns
|
||||
SUBDIR += aggregate
|
||||
SUBDIR += aguri
|
||||
SUBDIR += aim
|
||||
SUBDIR += airport
|
||||
SUBDIR += amsn
|
||||
|
35
net/aguri/Makefile
Normal file
35
net/aguri/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: aguri
|
||||
# Date created: 27 February 2003
|
||||
# Whom: Yann Berthier <yb@sainte-barbe.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aguri
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
|
||||
|
||||
MAINTAINER= yb@sainte-barbe.org
|
||||
COMMENT= "An Aggregation-based Traffic Profiler"
|
||||
|
||||
USE_XLIB= yes
|
||||
|
||||
MAN1= aguri.1
|
||||
|
||||
post-install:
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for FILES in INSTALL README
|
||||
@${INSTALL_DATA} ${WRKSRC}/${FILES} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${MKDIR} ${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/scripts/README ${DATADIR}
|
||||
.for SCRIPTS in agurify.pl density.pl makeplot.pl
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/${SCRIPTS} \
|
||||
${DATADIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/aguri/distinfo
Normal file
1
net/aguri/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (aguri-0.5.tar.gz) = ae25dec143a29e92be3b314dd5af2991
|
22
net/aguri/pkg-descr
Normal file
22
net/aguri/pkg-descr
Normal file
@ -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
|
9
net/aguri/pkg-plist
Normal file
9
net/aguri/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/aguri
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/agurify.pl
|
||||
%%DATADIR%%/density.pl
|
||||
%%DATADIR%%/makeplot.pl
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user