summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-03-24 14:08:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-03-24 14:08:03 +0000
commit45a79f3867ec8b87643cf8a6313690b26c67584c (patch)
tree4bd8da76caad8cb4bdb345d1197c5478a364d363
parentAdded routines to get and set C3x IOF register. The code is conditionally (diff)
downloadrtems-45a79f3867ec8b87643cf8a6313690b26c67584c.tar.bz2
Added instructions on running ttcp from Eric Norum <eric@cls.usask.ca>.
-rw-r--r--doc/networking/testing.t37
1 files changed, 37 insertions, 0 deletions
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 <<insert the hostname or IP address of
+the Target here>>}
+
+@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 <<insert
+the hostname or IP address of the Target here>>}. 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.
+
+
+