diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 23:17:37 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 23:17:37 +0000 |
commit | b0371aa193d09ab7c071046132f90253a410a7f0 (patch) | |
tree | 4983eed27260619543b54308bb2c0053f3313f51 /benchmarks/pathchirp | |
parent | 03f01889e6ecfa3f5ea9d884d3e00345e1f16c85 (diff) | |
download | ports-b0371aa193d09ab7c071046132f90253a410a7f0.tar.gz ports-b0371aa193d09ab7c071046132f90253a410a7f0.zip |
Notes
Diffstat (limited to 'benchmarks/pathchirp')
-rw-r--r-- | benchmarks/pathchirp/Makefile | 26 | ||||
-rw-r--r-- | benchmarks/pathchirp/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/pathchirp/pkg-descr | 12 |
3 files changed, 40 insertions, 0 deletions
diff --git a/benchmarks/pathchirp/Makefile b/benchmarks/pathchirp/Makefile new file mode 100644 index 000000000000..14b683bdad4a --- /dev/null +++ b/benchmarks/pathchirp/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: pathchirp +# Date created: 19 May 2005 +# Whom: dikshie <dikshie@lapi.itb.ac.id> +# +# $FreeBSD$ +# + +PORTNAME= pathchirp +PORTVERSION= 2.3.8 +CATEGORIES= benchmarks +MASTER_SITES= http://www.spin.rice.edu/Software/pathChirp/ + +MAINTAINER= dikshie@lapi.itb.ac.id +COMMENT= A measurement tool for available bandwidth estimation + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd + +do-install: +.for f in pathchirp_rcv pathchirp_snd + ${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${f} ${PREFIX}/bin +.endfor + +.include <bsd.port.mk> diff --git a/benchmarks/pathchirp/distinfo b/benchmarks/pathchirp/distinfo new file mode 100644 index 000000000000..bcd74ce47f4c --- /dev/null +++ b/benchmarks/pathchirp/distinfo @@ -0,0 +1,2 @@ +MD5 (pathchirp-2.3.8.tar.gz) = 3623a2a6b00ccaf4a4cfb2bee8186038 +SIZE (pathchirp-2.3.8.tar.gz) = 59255 diff --git a/benchmarks/pathchirp/pkg-descr b/benchmarks/pathchirp/pkg-descr new file mode 100644 index 000000000000..302a45d5a298 --- /dev/null +++ b/benchmarks/pathchirp/pkg-descr @@ -0,0 +1,12 @@ +pathChirp is a new active probing tool for estimating the available bandwidth +on a communication network path. Based on the concept of "self-induced +congestion", pathChirp features an exponential flight pattern of probes we +call a chirp. Packet chirps offer several significant advantages over current +probing schemes based on packet pairs or packet trains. By rapidly increasing +the probing rate within each chirp, pathChirp obtains a rich set of +information from which to dynamically estimate the available bandwidth. + +WWW: http://www.spin.rice.edu/Software/pathChirp/ + +- dikshie +dikshie@lapi.itb.ac.id |