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 4 and Version 5 of WiMAX/30/05


Ignore:
Timestamp:
Feb 9, 2012, 4:07:32 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WiMAX/30/05

    v4 v5  
    22
    33== Description ==
    4 This experiment runs oml2-iperf on two nodes and collects bandwidth measurements along with the controlled attenuator values. The RSSI seen by the wimax node interface is varied by controlling this attenuator value. At different attenuator values we can measure the down link throughput for the iamx interface.
     4This experiment runs oml2-iperf on two nodes and collects bandwidth measurements along with the controlled attenuator values. The RSSI seen by the wimax node interface is varied by controlling this attenuator value. At different attenuator values we can measure the down link throughput for the wimax interface.
    55
    6 This experiment script is geared towards nodes on sand box 4 which has nodes with wireless interfaces hooked up to an attenuator matrix.
     6This experiment script is geared towards nodes on sand box 4 which has nodes with wireless interfaces connected the base station via an rf attenuator matrix.
    77
    8 == Hardware Requirements ==
    9 1. ''Sandbox 4 node1-4'': runs oml2-iperf as server.[[BR]]
     8== Hardware utilized ==
     91. ''Sandbox 4 node1-4'': runs oml2-iperf as server. The wimax interface card is used for measurements.[[BR]]
    10102. ''Sandbox 4 node1-9'': runs oml2-iperf as client.[[BR]]
     113. ''RF-attenuator matrix'': this used by the script to attenuate the air interface between the wimax base station and node.
    1112
    12 == Software Requirements ==
    13 1. ''baseline-iperf.ndz'': disk image that's loaded onto the nodes.[[BR]]
    14 2. ''oml2-server'': this is server running on sandbox4
     13== Software requirements worth mentioning ==
     141. ''baseline-iperf.ndz'': disk image that's loaded onto the nodes. This image is loaded with oml2-iperf.[[BR]]
     152. ''oml2-server'': this is a server running on sandbox 4 which collects measurement data from oml2-iperf.[[BR]]
    1516
    1617== Set up procedures ==
     18Getting started, ssh into the console of sandbox 4.[[BR]]
     19Verify the oml2-server is running: '''$ ps -elf | grep oml2-server'''
     20{{{
     21nilanjan@console.sb4:~/exp/dl-iperf/5.2$ ps -elf | grep oml2-server
     224 S oml2       948     1  0  80   0 -  2471 poll_s Feb02 ?        00:00:16 /usr/bin/oml2-server -l 3003 --logfile=/var/log/oml2-server.log --user=oml2 --group=oml2
     230 S nilanjan  1259 27360  0  80   0 -  1002 pipe_w 10:59 pts/1    00:00:00 grep oml2-server
     24}}}
    1725
    1826== Usage ==
     
    2028== Post process data ==
    2129
     30== Trouble shooting & miscellaneous info ==