summaryrefslogtreecommitdiffstats
path: root/network/ttcp/README
diff options
context:
space:
mode:
author Dario Nicodemi <dario.sbo@gmail.com>2010-04-08 21:50:13 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-05-15 10:25:30 +0200
commita03ccc1bbcd0184feb71aaa606a34deee04abadf (patch)
treeb935925336c1a7f4dc870deeb07842939a334501 /network/ttcp/README
parente921af5412f1ad773bcbba21688d25b850990be8 (diff)
downloadslackbuilds-a03ccc1bbcd0184feb71aaa606a34deee04abadf.tar.gz
slackbuilds-a03ccc1bbcd0184feb71aaa606a34deee04abadf.tar.xz
network/ttcp: Added (a TCP/UDP benchmarking tool)
Diffstat (limited to 'network/ttcp/README')
-rw-r--r--network/ttcp/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/ttcp/README b/network/ttcp/README
new file mode 100644
index 0000000000..6ae0c95767
--- /dev/null
+++ b/network/ttcp/README
@@ -0,0 +1,12 @@
+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: host1 $ ttcp -r -s
+sender: host2 $ ttcp -t -s host1
+
+The -n and -l options change the number and size of the buffers.