Changes between Version 8 and Version 9 of GEC16Agenda/WiMAX-Tutorial/Streamload/09


Ignore:
Timestamp:
07/17/13 20:27:37 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Streamload/09

    v8 v9  
    2020
    2121Under what settings does streamloading outperform streaming in average number of layers played? Try creating the following plot, for each experiment result: Plot 'streamload_play' with 'oml_sender_id' on the x-axis and 'layers' on the y-axis. This will show you the average number of layers played for each client.
     22
     23You can also calculate these numbers directly by running SQL commands on the result database; try (using your own '''expID'''):
     24{{{
     25sqlite3 /var/lib/oml2/expID.sq3 'select avg(layers) from streamload_play group by oml_sender_id;'
     26}}}