Add pathload.
Pathload is a tool that can estimate the available bandwidth of network paths. WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathload.html PR: ports/81294 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
This commit is contained in:
parent
b0371aa193
commit
11227be737
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135997
4 changed files with 39 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
SUBDIR += netpipe
|
||||
SUBDIR += nttcp
|
||||
SUBDIR += pathchirp
|
||||
SUBDIR += pathload
|
||||
SUBDIR += pear-Benchmark
|
||||
SUBDIR += pipebench
|
||||
SUBDIR += pnetmark
|
||||
|
|
30
benchmarks/pathload/Makefile
Normal file
30
benchmarks/pathload/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: pathload
|
||||
# Date created: 19 May 2005
|
||||
# Whom: dikshie <dikshie@lapi.itb.ac.id>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pathload
|
||||
PORTVERSION= 1.2
|
||||
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 network path available bandwidth estimation
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
|
||||
MAKEFILE= makefile
|
||||
|
||||
PLIST_FILES= bin/pathload_rcv bin/pathload_snd
|
||||
|
||||
do-install:
|
||||
.for f in pathload_rcv pathload_snd
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
2
benchmarks/pathload/distinfo
Normal file
2
benchmarks/pathload/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (pathload.tar.gz) = 9fd402ce77ab23a5a854e90c7e51d2df
|
||||
SIZE (pathload.tar.gz) = 67118
|
6
benchmarks/pathload/pkg-descr
Normal file
6
benchmarks/pathload/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Pathload is a tool that can estimate the available bandwidth of network paths.
|
||||
|
||||
WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathload.html
|
||||
|
||||
- dikshie
|
||||
dikshie@lapi.itb.ac.id
|
Loading…
Reference in a new issue