Changes between Version 36 and Version 37 of QuickStartGuide
- Timestamp:
- 11/01/10 01:09:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStartGuide
v36 v37 87 87 }}} 88 88 89 Remember to kill background ALOE processes when you finish. After closing the GUI, type: 90 {{{ 91 sudo killph 92 }}} 93 89 94 90 95 === aloeUI === … … 96 101 }}} 97 102 98 Remember to kill background ALOE processes when you finish. After closing the GUI, type: 103 104 === ALOE performance test === 105 106 ALOE 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 99 108 {{{ 100 sudo killph 109 runph$: phload bpsktest 110 runph$: phinit bpsktest 111 runph$: phrun bpsktest 112 runph$: execinfo bpsktest 101 113 }}} 114 115 Observe 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 102 118 103 119 [[BR]]