aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/ttcp/pkg-descr
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-06-02 14:14:11 +0800
committermharo <mharo@FreeBSD.org>1999-06-02 14:14:11 +0800
commita48e7628c2c5f7832bac5a2b4cb003cfa1b1077f (patch)
tree2a0384f446ad4eb5182d20f9908f514215da09f1 /benchmarks/ttcp/pkg-descr
parent5724e16964db3928027aa6ee3449ead6216a36be (diff)
downloadfreebsd-ports-gnome-a48e7628c2c5f7832bac5a2b4cb003cfa1b1077f.tar.gz
freebsd-ports-gnome-a48e7628c2c5f7832bac5a2b4cb003cfa1b1077f.tar.zst
freebsd-ports-gnome-a48e7628c2c5f7832bac5a2b4cb003cfa1b1077f.zip
TTCP is a benchmarking tool for determining TCP and UDP performance
between two systems. I could never remember where to get it, others may find it useful to have in the ports collection too.
Diffstat (limited to 'benchmarks/ttcp/pkg-descr')
-rw-r--r--benchmarks/ttcp/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/ttcp/pkg-descr b/benchmarks/ttcp/pkg-descr
new file mode 100644
index 000000000000..a90ba3f06dd1
--- /dev/null
+++ b/benchmarks/ttcp/pkg-descr
@@ -0,0 +1,14 @@
+TTCP is a benchmarking tool for determining TCP and UDP performance
+between 2 systems.
+
+The program was created at the US Army Ballistics Research Lab (BRL)
+and is in the public domain. Feel free to distribute this program
+but please do leave the credit notices in the source and man page intact.
+
+How to get TCP performance numbers:
+
+ receiver sender
+
+host1% ttcp -r -s host2% ttcp -t -s host1
+
+-n and -l options change the number and size of the buffers.