diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-27 17:42:23 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-27 17:42:23 +0000 |
commit | 4ff48312d8c4cfa13f87d906b3bef393080e6f76 (patch) | |
tree | b30521c614577e3071451cb50aa3d4c0bbf3f023 /benchmarks/iperf/pkg-descr | |
parent | 3637242c80dcbf0ea37a921354def100911a18e8 (diff) | |
download | FreeBSD-ports-4ff48312d8c4cfa13f87d906b3bef393080e6f76.zip FreeBSD-ports-4ff48312d8c4cfa13f87d906b3bef393080e6f76.tar.gz |
add iperf
A tool to measure maximum TCP and UDP bandwidth
PR: 27462
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'benchmarks/iperf/pkg-descr')
-rw-r--r-- | benchmarks/iperf/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/iperf/pkg-descr b/benchmarks/iperf/pkg-descr new file mode 100644 index 0000000..e930a3b --- /dev/null +++ b/benchmarks/iperf/pkg-descr @@ -0,0 +1,9 @@ +Iperf is a tool for measuring maximum TCP and UDP bandwidth, +reminiscent of ttcp and nettest. It has been written to overcome +the shortcomings of those aging tools. Iperf can also test UDP +bandwidth, loss, and jitter. + +WWW: http://dast.nlanr.net/Projects/Iperf/ + +- Pete +petef@databits.net |