Joseph wrote: >How to list real-time priority in Linux for an application (example >asterisk)? > > > Do you mean processor scheduling? "This program deserves more processor time/power than others?" If so, find out the process ID of the app you want to 'promote' or 'demote' and take it with you into a konsole/terminal and type this: renice The priority is on a scale. -21---0--+21 The negative priorities are promotions. Giving it a -21 would bring down many other applications the second they tried to use the processor. I never really go above ten, either way. HTH, Ian