From 45a79f3867ec8b87643cf8a6313690b26c67584c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 24 Mar 2000 14:08:03 +0000 Subject: Added instructions on running ttcp from Eric Norum . --- doc/networking/testing.t | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'doc/networking') diff --git a/doc/networking/testing.t b/doc/networking/testing.t index 059e749d2e..4ccd979f69 100644 --- a/doc/networking/testing.t +++ b/doc/networking/testing.t @@ -216,5 +216,42 @@ Run the @code{ttcp} network benchmark program. Transfer large amounts of data (100's of megabytes) to and from the target system. +The procedure for testing throughput from a host to an RTEMS target +is as follows: + +@enumerate +@item Download and start the ttcp program on the Target. + +@item In response to the @code{ttcp} prompt, enter @code{-s -r}. The +meaning of these flags is described in the @code{ttcp.1} manual page +found in the @code{ttcp_orig} subdirectory. + +@item On the host run @code{ttcp -s -t <>} + +@end enumerate + + +The procedure for testing throughput from an RTEMS target +to a Host is as follows: + +@enumerate +@item On the host run @code{ttcp -s -r}. + +@item Download and start the ttcp program on the Target. + +@item In response to the @code{ttcp} prompt, enter @code{-s -t <>}. You need to type the +IP address of the host unless your Target is talking to your Domain Name +Server. + +@end enumerate + +To change the number of buffers, the buffer size, etc. you just add the +extra flags to the @code{-t} machine as specified in the @code{ttcp.1} +manual page found in the @code{ttcp_orig} subdirectory. + + + -- cgit v1.2.3