diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-04 05:47:54 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-04 05:47:54 +0800 |
commit | 65477ba6216ca4ab3ace535908c11eab6889ba66 (patch) | |
tree | 6bddd6bc8e2106ffe0636b1bd63941e9dfaa93d9 /benchmarks/tmetric/pkg-descr | |
parent | 8e667a5c036441d1789b7dc749e5575b354e9cf5 (diff) | |
download | freebsd-ports-gnome-65477ba6216ca4ab3ace535908c11eab6889ba66.tar.gz freebsd-ports-gnome-65477ba6216ca4ab3ace535908c11eab6889ba66.tar.zst freebsd-ports-gnome-65477ba6216ca4ab3ace535908c11eab6889ba66.zip |
Update MASTER_SITES
Bump PORTEPOCH
"Upgrade" to v0.5
Give author of software maintainership
PR: 29900
Submitted by: leeym@utopia.leeym.com
Diffstat (limited to 'benchmarks/tmetric/pkg-descr')
-rw-r--r-- | benchmarks/tmetric/pkg-descr | 14 |
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> |