Changes between Version 11 and Version 12 of PlasticSlices/Experiments


Ignore:
Timestamp:
07/11/11 15:42:08 (13 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/Experiments

    v11 v12  
    565565Identify a file that you'd like to transfer from the servers to the clients; call it <file>.
    566566
     567Calculate the md5sum checksum for the file: Do
     568
     569{{{
     570md5sum <file> | awk '{print $1;}'
     571}}}
     572
     573Call the result of this command <md5sum>.
     574
    567575Copy the file to each of the servers. (When you run the experiment, you'll download it repeatedly to each of the clients.)
    568576
     
    608616== Results ==
    609617
    610 Compare the md5sum checkums; they should all be the same.
     618Compare the md5sum checkums; they should all be the same (and equal to <md5sum>).
    611619
    612620== Cleanup ==
     
    665673Identify a file that you'd like to transfer from the servers to the clients; call it <file>.
    666674
     675Calculate the md5sum checksum for the file: Do
     676
     677{{{
     678md5sum <file> | awk '{print $1;}'
     679}}}
     680
     681Call the result of this command <md5sum>.
     682
    667683Copy the file to each of the servers, and put it into ~/steadyweb/docroot. (When you run the experiment, you'll download it repeatedly to each of the clients.)
    668684
     
    709725== Results ==
    710726
    711 Compare the md5sum checkums; they should all be the same.
     727Compare the md5sum checkums; they should all be the same (and equal to <md5sum>).
    712728
    713729== Cleanup ==