close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 14 and Version 15 of WiMAX/30/05


Ignore:
Timestamp:
Feb 10, 2012, 4:11:16 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WiMAX/30/05

    v14 v15  
    15152. ''oml2-server'': server running on sandbox 4 which collects measurement data from oml2-iperf and stores in a database file.[[BR]]
    16163. ''sqlite3'': command line interface for accessing the contents in a database file.[[BR]]
    17 4. ''wimax-iperf-attn.rb'': the experiment script
     174. ''wimax-iperf-attn.rb'': the experiment script[[BR]]
    18185. ''R'': a statistic analysis tool.
    1919
     
    140140
    141141* Now run the experiment script: '''omf-5.2 exec wimax-iperf-attn.rb'''
     142{{{
     143nilanjan@console.sb4:~/exp/dl-iperf/5.2$ omf-5.2 tell on [[1,4],[1,9]]
     144
     145 INFO NodeHandler: init OMF Experiment Controller 5.2.408
     146---------------------------------------------------
     147 Testbed : sb4.orbit-lab.org - Command: on
     148 Node n_1_9 - Ok
     149 Node n_1_4 - Ok
     150---------------------------------------------------
     151nilanjan@console.sb4:~/exp/dl-iperf/5.2$ omf-5.2 exec wimax-iperf-attn.rb
     152 INFO NodeHandler: init OMF Experiment Controller 5.2.408
     153 INFO NodeHandler: init Experiment ID: sb4.orbit-lab.org_2012_02_10_11_01_53
     154 INFO NodeHandler: Web interface available at: http://10.14.0.10:4000
     155 INFO Experiment: load system:exp:stdlib
     156 INFO property.resetDelay: value = 100 (Fixnum)
     157 INFO property.resetTries: value = 1 (Fixnum)
     158 INFO Experiment: load wimax-iperf-attn.rb
     159 INFO whenAll: *: 'apps/app/status/@value' fires
     160 INFO exp: Give machines some time to warm up
     161 INFO exp: Request from Experiment Script: Wait for 10s....
     162 INFO exp: Connect to base station
     163HW and SW Radios are ON.
     164Current Preferred Profile is:
     165        ID  : 51
     166        Name: GENI 4G
     167Connecting to GENI 4G Network...
     168Connection successful
     169 INFO exp: Request from Experiment Script: Wait for 5s....
     170 INFO exp: Setting attenuator level
     171--2012-02-10 11:02:21--  http://internal2dmz.orbit-lab.org:5052/instr/set?portA=4&portB=9&att=0
     172Resolving internal2dmz.orbit-lab.org... 10.50.0.13
     173Connecting to internal2dmz.orbit-lab.org|10.50.0.13|:5052... connected.
     174HTTP request sent, awaiting response... 200 OK
     175Length: 15
     176Saving to: `status'
     177
     178100%[=================================================================================>] 15          --.-K/s   in 0s
     179
     1802012-02-10 11:02:21 (2.79 MB/s) - `status' saved [15/15]
     181
     182 INFO exp: Request from Experiment Script: Wait for 1s....
     183 INFO exp: Start iperf server
     184 INFO exp: Request from Experiment Script: Wait for 3s....
     185 INFO exp: Start iperf client
     186 INFO exp: Collect measurements for 10 seconds
     187 INFO exp: Request from Experiment Script: Wait for 10s....
     188 INFO exp: Stop applications
     189 INFO exp: Request from Experiment Script: Wait for 5s....
     190Size: 11141120
     191Time: 10.2238909900188
     192b: 8513.39280563279
     193 INFO exp: Request from Experiment Script: Wait for 1s....
     194Error: table t1 already exists
     195--2012-02-10 11:02:41--  http://internal2dmz.orbit-lab.org:5052/instr/set?portA=4&portB=9&att=5
     196Resolving internal2dmz.orbit-lab.org... 10.50.0.13
     197Connecting to internal2dmz.orbit-lab.org|10.50.0.13|:5052... connected.
     198HTTP request sent, awaiting response... 200 OK
     199Length: 15
     200Saving to: `status'
     201
     202100%[=================================================================================>] 15          --.-K/s   in 0s
     203
     2042012-02-10 11:02:41 (2.83 MB/s) - `status' saved [15/15]
     205
     206 INFO exp: Request from Experiment Script: Wait for 1s....
     207 INFO exp: Start iperf server
     208 INFO exp: Request from Experiment Script: Wait for 3s....
     209 INFO exp: Start iperf client
     210 INFO exp: Collect measurements for 10 seconds
     211 INFO exp: Request from Experiment Script: Wait for 10s....
     212 INFO exp: Stop applications
     213 INFO exp: Request from Experiment Script: Wait for 5s....
     214Size: 10878976
     215Time: 10.0240639895201
     216b: 8478.79663266884
     217 INFO exp: Request from Experiment Script: Wait for 1s....
     218Error: table t1 already exists
     219
     220Network Disconnected.
     221SW Radio is turned off
     222 INFO exp: Finish it.
     223 INFO Experiment: DONE!
     224 INFO NodeHandler: Shutting down experiment, please wait...
     225 INFO run: Experiment sb4.orbit-lab.org_2012_02_10_11_01_53 finished after 2:13
     226
     227}}}
    142228
    143229== Post processing data ==