Changes between Initial Version and Version 1 of WiMAX/WiMAX-Tutorial/Dash/07


Ignore:
Timestamp:
07/21/13 12:12:39 (11 years ago)
Author:
cbn228@nyu.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WiMAX/WiMAX-Tutorial/Dash/07

    v1 v1  
     1'''[wiki:WiMAX/WiMAX-Tutorial/Dash/06 Previous]''
     2
     3==Revise, Repeat==
     4We can also observe the affect of some load in the network to the chosen policies by running iperf while the experiment is running.
     5
     6
     7[[br]]
     8
     9After running this modified experiment with
     10
     11{{{
     12omf exec -C omf-expctl.yaml wmxtutor-dash.rb
     13}}}
     14
     15and pushing the data and log files to iRODs:
     16
     17{{{
     18iarchive -e expID -c dash
     19}}}
     20
     21try creating the same plots as before from the new '''expID'''.sq3 file.
     22
     23
     24
     25Which policy do you observe to outperform the others with iperf load present in the network?
     26
     27You can also calculate these numbers directly by running SQL commands on the result database; try (using your own '''expID'''):
     28{{{
     29sqlite3 /var/lib/oml2/expID.sq3
     30}}}
     31
     32Try running the experiment a few times. Do the results change between different experiment runs? By how much?