aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/tmetric/pkg-descr
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-05 21:25:37 +0800
committerwill <will@FreeBSD.org>2000-06-05 21:25:37 +0800
commitd295c1a5f15323c5770d6201f1bf3a4510aa2f5e (patch)
tree16f7e942fa62d7700d27e252e08233579d6181fe /benchmarks/tmetric/pkg-descr
parent540d2668f6ebf81f4cf2f148d5bb602ce75f5f78 (diff)
downloadfreebsd-ports-gnome-d295c1a5f15323c5770d6201f1bf3a4510aa2f5e.tar.gz
freebsd-ports-gnome-d295c1a5f15323c5770d6201f1bf3a4510aa2f5e.tar.zst
freebsd-ports-gnome-d295c1a5f15323c5770d6201f1bf3a4510aa2f5e.zip
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>
Diffstat (limited to 'benchmarks/tmetric/pkg-descr')
-rw-r--r--benchmarks/tmetric/pkg-descr12
1 files changed, 12 insertions, 0 deletions
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>