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 <dikshie@lapi.itb.ac.id>
This commit is contained in:
Jean-Yves Lefort 2005-05-23 23:23:23 +00:00
parent 11227be737
commit c780dd5672
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135999
4 changed files with 43 additions and 0 deletions

View file

@ -25,6 +25,7 @@
SUBDIR += nttcp
SUBDIR += pathchirp
SUBDIR += pathload
SUBDIR += pathrate
SUBDIR += pear-Benchmark
SUBDIR += pipebench
SUBDIR += pnetmark

View file

@ -0,0 +1,30 @@
# New ports collection makefile for: pathrate
# Date created: 19 May 2005
# Whom: dikshie <dikshie@lapi.itb.ac.id>
#
# $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 <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (pathrate.tar.gz) = 977c76c334a2ff3fa434f2b1201d4b9d
SIZE (pathrate.tar.gz) = 69804

View file

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