From owner-freebsd-ports Mon Aug 20 6:20:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2738F37B416 for ; Mon, 20 Aug 2001 06:20:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KDK0j54885; Mon, 20 Aug 2001 06:20:00 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 9478F37B409 for ; Mon, 20 Aug 2001 06:11:32 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.5/8.11.5) id f7KDAYG90866; Mon, 20 Aug 2001 21:10:34 +0800 (CST) (envelope-from leeym) Message-Id: <200108201310.f7KDAYG90866@utopia.leeym.com> Date: Mon, 20 Aug 2001 21:10:34 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29900: update port: benchmarks/tmetric Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29900 >Category: ports >Synopsis: update port: benchmarks/tmetric >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.4-RC FreeBSD 4.4-RC #1: Fri Aug 17 17:33:12 CST 2001 leeym@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: + MASTER_SITES of tmetric was moved. + bump PORTEPOCH + let original author take maintainership >How-To-Repeat: >Fix: diff -ruN /usr/ports/benchmarks/tmetric/Makefile tmetric/Makefile --- /usr/ports/benchmarks/tmetric/Makefile Sun Aug 19 00:00:27 2001 +++ tmetric/Makefile Mon Aug 20 20:55:18 2001 @@ -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} diff -ruN /usr/ports/benchmarks/tmetric/distinfo tmetric/distinfo --- /usr/ports/benchmarks/tmetric/distinfo Sun Aug 19 00:00:27 2001 +++ tmetric/distinfo Mon Aug 20 14:24:02 2001 @@ -1 +1 @@ -MD5 (tmetric.tar.gz) = 7bb82442d16bb5aef67c23e6a23d2f24 +MD5 (tmetric-v0.5.tar.gz) = db41cbc14c6c1296855251d8c3dbfd85 diff -ruN /usr/ports/benchmarks/tmetric/pkg-comment tmetric/pkg-comment --- /usr/ports/benchmarks/tmetric/pkg-comment Fri Aug 11 19:50:18 2000 +++ tmetric/pkg-comment Mon Aug 20 14:32:50 2001 @@ -1 +1 @@ -A raw tool to aid in finding available bandwidth on a given pipe +A bandwidth measurement tool diff -ruN /usr/ports/benchmarks/tmetric/pkg-descr tmetric/pkg-descr --- /usr/ports/benchmarks/tmetric/pkg-descr Sun Aug 19 00:00:27 2001 +++ tmetric/pkg-descr Mon Aug 20 14:33:21 2001 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message