summaryrefslogtreecommitdiff
path: root/benchmarks/tmetric
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-05 13:25:37 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-05 13:25:37 +0000
commita6158c2974a88b236772ffe54b9355617962fbf7 (patch)
tree8a28eadfa28aebe7434ba0dc222ad86b29eafa5c /benchmarks/tmetric
parentAdd spager (diff)
Add tmetric, a raw tool to aid in determining available bandwidth between
two hosts. PR: 19017 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Notes
Notes: svn path=/head/; revision=29224
Diffstat (limited to 'benchmarks/tmetric')
-rw-r--r--benchmarks/tmetric/Makefile18
-rw-r--r--benchmarks/tmetric/distinfo1
-rw-r--r--benchmarks/tmetric/files/patch-aa17
-rw-r--r--benchmarks/tmetric/pkg-comment1
-rw-r--r--benchmarks/tmetric/pkg-descr12
-rw-r--r--benchmarks/tmetric/pkg-plist1
6 files changed, 50 insertions, 0 deletions
diff --git a/benchmarks/tmetric/Makefile b/benchmarks/tmetric/Makefile
new file mode 100644
index 000000000000..a6a7e13d5d7f
--- /dev/null
+++ b/benchmarks/tmetric/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: tmetric
+# Date created: June 5th 2000
+# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tmetric
+PORTVERSION= v0.2
+CATEGORIES= benchmarks net
+MASTER_SITES= http://netgraft.com/projects/tmetric/
+
+MAINTAINER= leeym@cae.ce.ntu.edu.tw
+
+HAS_CONFIGURE= yes
+MAN8= tmetric.8
+
+.include <bsd.port.mk>
diff --git a/benchmarks/tmetric/distinfo b/benchmarks/tmetric/distinfo
new file mode 100644
index 000000000000..54fbbc18ba5d
--- /dev/null
+++ b/benchmarks/tmetric/distinfo
@@ -0,0 +1 @@
+MD5 (tmetric-v0.2.tar.gz) = 79dbfc3b9c98a6cab08e5074121e2684
diff --git a/benchmarks/tmetric/files/patch-aa b/benchmarks/tmetric/files/patch-aa
new file mode 100644
index 000000000000..4b602edee368
--- /dev/null
+++ b/benchmarks/tmetric/files/patch-aa
@@ -0,0 +1,17 @@
+--- Makefile.in.orig Thu Apr 20 09:34:21 2000
++++ Makefile.in Mon Jun 5 20:54:52 2000
+@@ -10,11 +10,13 @@
+ MANDIR = /usr/local/man/man8
+ MANPAGE = tmetric.8
+
++all: $(OUTPUT)
++
+ $(OUTPUT): $(OBJ)
+ $(CC) $(LIBS) $(LDFLAGS) $(OBJ) -o $(OUTPUT)
+
+ install: $(OUTPUT)
+- $(INSTALL) $(OUTPUT) $(BINDIR)
++ $(INSTALL) -m 4755 $(OUTPUT) $(BINDIR)
+ $(INSTALL) $(MANPAGE) $(MANDIR)
+
+ clean:
diff --git a/benchmarks/tmetric/pkg-comment b/benchmarks/tmetric/pkg-comment
new file mode 100644
index 000000000000..b1242cb30385
--- /dev/null
+++ b/benchmarks/tmetric/pkg-comment
@@ -0,0 +1 @@
+Tmetric is a raw tool to aid in finding available bandwidth on a given pipe
diff --git a/benchmarks/tmetric/pkg-descr b/benchmarks/tmetric/pkg-descr
new file mode 100644
index 000000000000..6a18a26b7410
--- /dev/null
+++ b/benchmarks/tmetric/pkg-descr
@@ -0,0 +1,12 @@
+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.
+
+Michael Bacarella <mbac@nyct.net>
diff --git a/benchmarks/tmetric/pkg-plist b/benchmarks/tmetric/pkg-plist
new file mode 100644
index 000000000000..d30e59106475
--- /dev/null
+++ b/benchmarks/tmetric/pkg-plist
@@ -0,0 +1 @@
+sbin/tmetric