aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/tmetric/pkg-descr
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-09-03 21:47:54 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-09-03 21:47:54 +0000
commit88878614535c95c83f795ad78310656850aee936 (patch)
tree254a2cd6202e77bfe64dfb2a8174dcc25be8a56c /benchmarks/tmetric/pkg-descr
parent2b071d70e1be57757f23b1738a660d0dd22232d1 (diff)
downloadports-88878614535c95c83f795ad78310656850aee936.tar.gz
ports-88878614535c95c83f795ad78310656850aee936.zip
Notes
Diffstat (limited to 'benchmarks/tmetric/pkg-descr')
-rw-r--r--benchmarks/tmetric/pkg-descr14
1 files changed, 4 insertions, 10 deletions
diff --git a/benchmarks/tmetric/pkg-descr b/benchmarks/tmetric/pkg-descr
index a42e275a4e05..82f54ead1ef1 100644
--- a/benchmarks/tmetric/pkg-descr
+++ b/benchmarks/tmetric/pkg-descr
@@ -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>