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.
- Timestamp:
-
Aug 23, 2013, 7:18:41 PM (10 years ago)
- Author:
-
agosain
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v182
|
v183
|
|
65 | 65 | |
66 | 66 | |
| 67 | ==== Wimax Base-station Statistics Monitoring ==== |
| 68 | |
| 69 | Periodically,the wimaxbase stations across the campuses report numerical data like frequency, power, number of users, UL/DL transfer rates, number of clients etc to the Global OML (Orbit Lab). The following documentation includes details about how these statistics can be visualized and monitored. |
| 70 | |
| 71 | |
| 72 | ==== Base-station statistics database ==== |
| 73 | |
| 74 | * IDB1 in orbit-lab collects the sqlite database of statistics for each of the basestation sites. IDB1 can be accessed from the gateway. The sqlite data resides in the /var/lib/oml2 directory. |
| 75 | |
| 76 | * import.py script takes an sqlite database and converts it into csv. Change the code to make it point to the database you want to convert. |
| 77 | |
| 78 | * parse_wimaxbs_relations.py reads from the csv and prints out the relation_cache.txt. It contains the mapping between sender id and the campus name. |
| 79 | |
| 80 | * Change parse_wimaxbs_relations.py to point towards the csv created the previous step. |
| 81 | |
| 82 | * Other changes made included, adding the following files. |
| 83 | |
| 84 | * parse_basestations_relations (original) |
| 85 | * report wimax_basestations_relations: Added a basestation "node" resource to each aggregate |
| 86 | |
| 87 | * The parsing script is run as a cron job every 5 minutes. Every 5 minutes, a new txt file is created. |
| 88 | |
| 89 | * The gmoc client script (gmoc.py) was changed to account for the new wimax base station metrics. A new class 'wimaxbasestationStats' was added. It specifies the metric that are being reported by the Wimax basestation statistics. |
| 90 | |
| 91 | * To run the script (s1/ parse_wimaxbs_relations) use the following format |
| 92 | |
| 93 | {{{ |
| 94 | python s1.py -oml_sender_id 0 -oml_seq 0 -oml_ts_client 0 -oml_ts_server 0 -frequency 0 -power 0 -noclient 0 -ulsdu= 0 -ulpdu= 0 -dlsdu 0 -dlpdu 0 |
| 95 | }}} |
67 | 96 | |
68 | 97 | === 1.3.5 GENI WiMAX Sites and Contacts === |