aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/pathchirp
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-23 23:17:37 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-23 23:17:37 +0000
commitb0371aa193d09ab7c071046132f90253a410a7f0 (patch)
tree4983eed27260619543b54308bb2c0053f3313f51 /benchmarks/pathchirp
parent03f01889e6ecfa3f5ea9d884d3e00345e1f16c85 (diff)
downloadports-b0371aa193d09ab7c071046132f90253a410a7f0.tar.gz
ports-b0371aa193d09ab7c071046132f90253a410a7f0.zip
Add pathchirp.
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/ PR: ports/81293 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Notes
Notes: svn path=/head/; revision=135995
Diffstat (limited to 'benchmarks/pathchirp')
-rw-r--r--benchmarks/pathchirp/Makefile26
-rw-r--r--benchmarks/pathchirp/distinfo2
-rw-r--r--benchmarks/pathchirp/pkg-descr12
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