Changeset 45a79f38 in rtems


Ignore:
Timestamp:
03/24/00 14:08:03 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c1c1f33
Parents:
b6f9b5f1
Message:

Added instructions on running ttcp from Eric Norum <eric@…>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/networking/testing.t

    rb6f9b5f1 r45a79f38  
    217217system.
    218218
    219 
    220 
     219The procedure for testing throughput from a host to an RTEMS target
     220is as follows:
     221
     222@enumerate
     223@item Download and start the ttcp program on the Target.
     224
     225@item In response to the @code{ttcp} prompt, enter @code{-s -r}.  The
     226meaning of these flags is described in the @code{ttcp.1} manual page
     227found in the @code{ttcp_orig} subdirectory.
     228
     229@item On the host run @code{ttcp -s -t <<insert the hostname or IP address of
     230the Target here>>}
     231
     232@end enumerate
     233
     234
     235The procedure for testing throughput from an RTEMS target
     236to a Host is as follows:
     237
     238@enumerate
     239@item On the host run @code{ttcp -s -r}.
     240
     241@item Download and start the ttcp program on the Target.
     242
     243@item In response to the @code{ttcp} prompt, enter @code{-s -t <<insert
     244the hostname or IP address of the Target here>>}.  You need to type the
     245IP address of the host unless your Target is talking to your Domain Name
     246Server.
     247
     248@end enumerate
     249
     250To change the number of buffers, the buffer size, etc. you just add the
     251extra flags to the @code{-t} machine as specified in the @code{ttcp.1}
     252manual page found in the @code{ttcp_orig} subdirectory.
     253
     254
     255
     256
     257
Note: See TracChangeset for help on using the changeset viewer.