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


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

--

Legend:

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

    v9 v10  
    2323You can also calculate these numbers directly by running SQL commands on the result database; try (using your own '''expID'''):
    2424{{{
    25 sqlite3 /var/lib/oml2/expID.sq3 'select avg(layers) from streamload_play group by oml_sender_id;'
     25sqlite3 /var/lib/oml2/expID.sq3 'select oml_sender_id,avg(layers) from streamload_play group by oml_sender_id;'
    2626}}}