From c780dd56724df3b67bf683de43b9d446025d85e8 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Mon, 23 May 2005 23:23:23 +0000 Subject: Add pathrate. Pathrate is a tool that can estimate the capacity of network paths. An important feature of Pathrate is that it is robust to cross traffic effects, meaning that it can measure the path capacity even when the path is significantly loaded. This is crucial, since the hardest paths to measure are the heavily loaded ones. WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html PR: ports/81295 Submitted by: dikshie --- benchmarks/pathrate/Makefile | 30 ++++++++++++++++++++++++++++++ benchmarks/pathrate/distinfo | 2 ++ benchmarks/pathrate/pkg-descr | 10 ++++++++++ 3 files changed, 42 insertions(+) create mode 100644 benchmarks/pathrate/Makefile create mode 100644 benchmarks/pathrate/distinfo create mode 100644 benchmarks/pathrate/pkg-descr (limited to 'benchmarks/pathrate') diff --git a/benchmarks/pathrate/Makefile b/benchmarks/pathrate/Makefile new file mode 100644 index 000000000000..7276fbebd7e7 --- /dev/null +++ b/benchmarks/pathrate/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: pathrate +# Date created: 19 May 2005 +# Whom: dikshie +# +# $FreeBSD$ +# + +PORTNAME= pathrate +PORTVERSION= 2.4.0 +CATEGORIES= benchmarks +MASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/ +DISTNAME= ${PORTNAME} + +MAINTAINER= dikshie@lapi.itb.ac.id +COMMENT= A measurement tool for capacity estimation of network paths + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +MAKEFILE= makefile + +PLIST_FILES= bin/pathrate_rcv bin/pathrate_snd + +do-install: +.for f in pathrate_rcv pathrate_snd + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin +.endfor + +.include diff --git a/benchmarks/pathrate/distinfo b/benchmarks/pathrate/distinfo new file mode 100644 index 000000000000..5abcd14a9217 --- /dev/null +++ b/benchmarks/pathrate/distinfo @@ -0,0 +1,2 @@ +MD5 (pathrate.tar.gz) = 977c76c334a2ff3fa434f2b1201d4b9d +SIZE (pathrate.tar.gz) = 69804 diff --git a/benchmarks/pathrate/pkg-descr b/benchmarks/pathrate/pkg-descr new file mode 100644 index 000000000000..60e104b9d97e --- /dev/null +++ b/benchmarks/pathrate/pkg-descr @@ -0,0 +1,10 @@ +Pathrate is a tool that can estimate the capacity of network paths. An +important feature of Pathrate is that it is robust to cross traffic effects, +meaning that it can measure the path capacity even when the path is +significantly loaded. This is crucial, since the hardest paths to measure are +the heavily loaded ones. + +WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html + +- dikshie +dikshie@lapi.itb.ac.id -- cgit v1.2.3