Changes between Version 36 and Version 37 of QuickStartGuide

Show
Ignore:
Timestamp:
11/01/10 01:09:33 (14 years ago)
Author:
ismael (IP: 76.249.171.129)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v36 v37  
    8787}}} 
    8888 
     89Remember to kill background ALOE processes when you finish. After closing the GUI, type: 
     90{{{ 
     91sudo killph 
     92}}} 
     93 
    8994 
    9095=== aloeUI === 
     
    96101}}} 
    97102 
    98 Remember to kill background ALOE processes when you finish. After closing the GUI, type: 
     103 
     104=== ALOE performance test === 
     105 
     106ALOE now includes a simple application to test the system performance. Since the application signal processing load is very low, the maximum performance is limited by the middleware overhead. To test the performance on your system, reduce the time slot duration until you experience real time failures. Load and run the waveform and check the computing resource utilization: 
     107 
    99108{{{ 
    100 sudo killph 
     109runph$: phload bpsktest 
     110runph$: phinit bpsktest 
     111runph$: phrun bpsktest 
     112runph$: execinfo bpsktest 
    101113}}} 
     114 
     115Observe the relinquish time of the last component (the first row in the execinfo output table). Theoretically, you could achieve a time slot duration as low as that time. To do so, stop the aloe session, edit the file at /usr/local/etc/platform.conf, set the 'tslot' field to a lower value and start runph again.  
     116 
     117 
    102118 
    103119[[BR]]