1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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>
This commit is contained in:
Jean-Yves Lefort 2005-05-23 23:17:37 +00:00
parent 03f01889e6
commit b0371aa193
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135995
4 changed files with 41 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += nttcp
SUBDIR += pathchirp
SUBDIR += pear-Benchmark
SUBDIR += pipebench
SUBDIR += pnetmark

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (pathchirp-2.3.8.tar.gz) = 3623a2a6b00ccaf4a4cfb2bee8186038
SIZE (pathchirp-2.3.8.tar.gz) = 59255

View File

@ -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