Changes between Version 12 and Version 13 of GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/Execute


Ignore:
Timestamp:
02/12/14 16:55:34 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/Execute

    v12 v13  
    6161  <li>Copy and paste the <tt>ssh</tt> command lines directly into your terminal
    6262to log in to either of your hosts.  While you're welcome to inspect either
    63 one, for the purpose of this experiment, the {{{client}}} host is the one
     63one, for the purpose of this experiment, the <tt>client</tt> host is the one
    6464running the <tt>iperf</tt> tests and collecting all the logs, so please use
    6565the <i>client</i> <tt>ssh</tt> command now.
     
    8080
    8181
    82 (In addition, you can inspect the {{{/local}}} directory
     82(In addition, you can inspect the <tt>/local</tt> directory
    8383on each host, and looking for the approriate processes with a command like
    84 {{{ps ax}}}.  If you do not see the proper files and processes, please
    85 double-check the {{{rspec}}} you used in the previous step.)
     84<tt>ps ax</tt>.  If you do not see the proper files and processes, please
     85double-check the <tt>rspec</tt> you used in the previous step.)
    8686
    8787You can verify that things are working by entering the hostname of the server node in your browser.  It should bring up a webpage of statistics from your experiment.
     
    106106<tr><td>
    107107<ol type='a' start='2'><li>
    108 The client machine is saving all the test results in the {{{/tmp/iperf-logs}}}
     108The client machine is saving all the test results in the <tt>/tmp/iperf-logs</tt>
    109109directory.  Files with timestamps in the names will gradually appear
    110110there (there are 100 tests overall, and it may take 20 minutes for all
     
    115115Later tests gradually include more concurrent connections, so the
    116116throughput of each individual connection will decrease, but the
    117 aggregate throughput (the {{{[SUM]}}} line at the end of each file)
     117aggregate throughput (the <tt>[SUM]</tt> line at the end of each file)
    118118should remain approximately consistent.
    119119</li></ol>