Changes between Version 3 and Version 4 of HowTo/LabWikiGraphUsingCSV


Ignore:
Timestamp:
06/09/14 18:25:41 (10 years ago)
Author:
dbhat@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LabWikiGraphUsingCSV

    v3 v4  
    3333{{{
    3434a) testTime: Timestamp of when the test was initiated in unix timestamp
    35 : We use this to uniquely identify the devices. It is the MAC
     35b) mac: We use this to uniquely identify the devices. It is the MAC
    3636address of the Wifi interface of a device.
    3737b) make: Device manufacturer
     
    4646k) latitude: latitude of current location
    4747l) geolocationAccuracy: precision of location data in meters
    48 m) methodName: whether a hardware GPS fix was used, or network-based
    49 geolocation (nearby wifi networks, cell triangulation)
    5048}}}
    5149
     
    207205== 4. Write OEDL Script to Run application ==
    208206
    209 === 4.1 Specify location of CSV file on VM ===
    210 
    211 {{{
    212 defProperty('pathfile', "/root/wimaxtest.txt", "Path to file")
    213 }}}
    214 
    215 
    216 === 4.2 Define OML Application with path on VM ===
     207=== 4.1 Define Resource Name ===
     208
     209"nodec" is the name of the VM and "gimidev1" is the slicename.
     210
     211{{{
     212defProperty('source1', "nodec-gimidev1", "ID of a resource")
     213}}}
     214
     215=== 4.2 Specify location of CSV file on VM ===
     216
     217{{{
     218defProperty('pathfile', "/root/wimaxss.csv", "Path to file")
     219}}}
     220
     221
     222=== 4.3 Define OML Application with path on VM ===
    217223
    218224
     
    232238}}}
    233239
    234 === 4.3 Create Node Group with Application ===
     240=== 4.4 Create Node Group with Application ===
    235241
    236242{{{
     
    245251
    246252
    247 === 4.4 Define parameters for Graph ===
     253=== 4.5 Define parameters for Graph ===
    248254
    249255Line Graph
     
    277283
    278284
    279 === 4.5 Full Script is given below ===
     285=== 4.6 Full Script is given below ===
    280286
    281287{{{
     
    283289defProperty('intervalcol',"1", "Interval to Tail")
    284290
    285 defProperty('pathfile', "/root/wimaxtest.txt", "Path to file")
     291defProperty('pathfile', "/root/wimaxss.csv", "Path to file")
    286292
    287293