1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/benchmarks/tmetric/pkg-descr
Will Andrews a6158c2974 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>
2000-06-05 13:25:37 +00:00

13 lines
669 B
Plaintext

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>