From a03ccc1bbcd0184feb71aaa606a34deee04abadf Mon Sep 17 00:00:00 2001 From: Dario Nicodemi Date: Thu, 8 Apr 2010 21:50:13 -0500 Subject: network/ttcp: Added (a TCP/UDP benchmarking tool) --- network/ttcp/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 network/ttcp/README (limited to 'network/ttcp/README') 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. -- cgit v1.2.3