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


Ignore:
Timestamp:
02/12/14 17:01:56 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v13 v14  
    6464running the <tt>iperf</tt> tests and collecting all the logs, so please use
    6565the <i>client</i> <tt>ssh</tt> command now.
    66 
     66<br/>
     67<br/>
    6768You may get a warning from <tt>ssh</tt> complaining that the authenticity of the
    6869host cannot be established.  This is just because your <tt>ssh</tt> client has
     
    7172from the remote end:
    7273<pre>
    73 [example@client ~]$
     74     [example@client ~]$
    7475</pre>
    7576
     
    7778already started, and measurements are now being collected. 
    7879
    79 You 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.
    80 
    81 
    82 (In addition, you can inspect the <tt>/local</tt> directory
    83 on each host, and looking for the approriate processes with a command like
    84 <tt>ps ax</tt>.  If you do not see the proper files and processes, please
    85 double-check the <tt>rspec</tt> you used in the previous step.)
    86 
    87 You 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.
     80You 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 similar to that shown in the figure.
    8881<br/>
    8982<br/>
    9083(In addition, you can inspect the <code>/local</code> directory
    91 on each host, and looking for the appropriate processes with a command like
     84on each host, and look for the appropriate processes with a command like
    9285<code>ps ax</code>.  If you do not see the proper files and processes, please
    9386double-check the <code>rspec</code> you used in the previous step.)