Changes between Version 9 and Version 10 of PlasticSlices/Experiments
- Timestamp:
- 07/11/11 15:29:45 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlasticSlices/Experiments
v9 v10 140 140 and the md5sum checksum of the file (and the filename). 141 141 142 ''FIXME: It would be better if this piped to 'tee', to make it easier to compare the output between client and server later.''143 144 142 == Results == 145 143 … … 153 151 154 152 Add up the results for all the clients; they should add up to 1 GB (or more). 155 156 ''FIXME: If we had the output from both client and server in a file, we could diff them, and grep for anomalous md5sum lines.''157 153 158 154 == Cleanup == … … 257 253 You'll see output typical of wget as each transfer runs. 258 254 259 ''FIXME: Should we capture this in a log file? We don't need it, but I suppose it could make debugging easier.''260 261 255 When the downloads are finished, on the server, hit ctrl-c to kill the httpsd.py process. 262 256 … … 377 371 When the transfer finishes, on the server, hit ctrl-c to kill the iperf server process. 378 372 379 ''FIXME: It would be better if this piped to 'tee', so that you get log files for free.''380 381 373 == Results == 382 374 383 375 The results of the experiment are the three-line statistics summary at the end of the output on the client. 384 385 ''FIXME: Do we also want to capture the output from the server.''386 376 387 377 == Cleanup == … … 476 466 When the transfer finishes, on the server, hit ctrl-c to kill the iperf server process. 477 467 478 ''FIXME: It would be better if this piped to 'tee', so that you get log files for free.''479 480 468 == Results == 481 469 482 470 The results of the experiment are the three-line statistics summary at the end of the output on the client. 483 484 ''FIXME: Do we also want to capture the output from the server.''485 471 486 472 == Cleanup ==