Changeset 45a79f38 in rtems
- Timestamp:
- 03/24/00 14:08:03 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c1c1f33
- Parents:
- b6f9b5f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/networking/testing.t
rb6f9b5f1 r45a79f38 217 217 system. 218 218 219 220 219 The procedure for testing throughput from a host to an RTEMS target 220 is 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 226 meaning of these flags is described in the @code{ttcp.1} manual page 227 found in the @code{ttcp_orig} subdirectory. 228 229 @item On the host run @code{ttcp -s -t <<insert the hostname or IP address of 230 the Target here>>} 231 232 @end enumerate 233 234 235 The procedure for testing throughput from an RTEMS target 236 to 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 244 the hostname or IP address of the Target here>>}. You need to type the 245 IP address of the host unless your Target is talking to your Domain Name 246 Server. 247 248 @end enumerate 249 250 To change the number of buffers, the buffer size, etc. you just add the 251 extra flags to the @code{-t} machine as specified in the @code{ttcp.1} 252 manual page found in the @code{ttcp_orig} subdirectory. 253 254 255 256 257
Note: See TracChangeset
for help on using the changeset viewer.