1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Update MASTER_SITES

Bump PORTEPOCH
"Upgrade" to v0.5
Give author of software maintainership

PR:		29900
Submitted by:	leeym@utopia.leeym.com
This commit is contained in:
David W. Chapman Jr. 2001-09-03 21:47:54 +00:00
parent 2b071d70e1
commit 8887861453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47399
4 changed files with 10 additions and 17 deletions

View File

@ -6,14 +6,13 @@
#
PORTNAME= tmetric
PORTVERSION= v0.99
PORTVERSION= v0.5
PORTEPOCH= 1
CATEGORIES= benchmarks net
MASTER_SITES= http://netgraft.com/downloads/tmetric/
DISTNAME= ${PORTNAME}
MASTER_SITES= http://michael.bacarella.com/software/tmetric/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= mbac@nyct.net
WRKSRC= ${WRKDIR}/${PKGNAME}
HAS_CONFIGURE= yes
ALL_TARGET= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (tmetric.tar.gz) = 7bb82442d16bb5aef67c23e6a23d2f24
MD5 (tmetric-v0.5.tar.gz) = db41cbc14c6c1296855251d8c3dbfd85

View File

@ -1 +1 @@
A raw tool to aid in finding available bandwidth on a given pipe
A bandwidth measurement tool

View File

@ -1,12 +1,6 @@
Tmetric is a (still raw) tool to aid in determining the available bandwidth
from one host to another. It is inspired by the (closed source) pathchar
utility. Please do not assume that this program works exactly like pathchar
does. It only attempts to report the bandwidth between 2 hosts, and not the
bandwidth available at every hop on a route along the way.
I've only tried compiling this on FreeBSD and Linux. There is some strange
behavior if your system has an outdated or limited FPU. My (oldassed) sparc
(this web server), for example, doesn't handle the floating point precision
types correctly for my tests. Oh well.
A bandwidth measurement tool. It was inspired by pathchar, but the algorithm
itself is much more elementary. It basically (and sometimes accurately)
assumes that latency is proportional to available bandwidth. Worth a
"just-for-fun" run.
Michael Bacarella <mbac@nyct.net>