source: network-demos/ttcp/ttcp_orig/README @ 7ba2ac5

4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch
Last change on this file since 7ba2ac5 was 7ba2ac5, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/98 at 13:26:06

Added CVS Id Strings which were missing

  • Property mode set to 100644
File size: 909 bytes
Line 
1#
2#  $Id$
3#
4
5TTCP is a benchmarking tool for determining TCP and UDP performance
6between 2 systems.
7
8The program was created at the US Army Ballistics Research Lab (BRL)
9and is in the public domain. Feel free to distribute this program
10but please do leave the credit notices in the source and man page intact.
11
12Contents of this directory:
13
14ttcp.c          Source that runs on IRIX 3.3.x and 4.0.x systems
15                and BSD-based systems.  This version also uses getopt(3)
16                and has 2 new options: -f and -T.
17
18ttcp.c-brl      Original source from BRL.
19
20ttcp.1          Manual page (describes ttcp.c options, which are a
21                superset of the other version).
22
23
24How to get TCP performance numbers:
25
26        receiver                                sender
27
28host1%  ttcp -r -s                      host2% ttcp -t -s host1
29
30-n and -l options change the number and size of the buffers.
31
Note: See TracBrowser for help on using the repository browser.