Changes between Version 9 and Version 10 of GEC16Agenda/WiMAX-Tutorial/Streamload/09
- Timestamp:
- 07/17/13 20:28:03 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC16Agenda/WiMAX-Tutorial/Streamload/09
v9 v10 23 23 You can also calculate these numbers directly by running SQL commands on the result database; try (using your own '''expID'''): 24 24 {{{ 25 sqlite3 /var/lib/oml2/expID.sq3 'select avg(layers) from streamload_play group by oml_sender_id;'25 sqlite3 /var/lib/oml2/expID.sq3 'select oml_sender_id,avg(layers) from streamload_play group by oml_sender_id;' 26 26 }}}