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 <process ID> <priority>

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
begin:vcard
fn:Ian K
n:K;Ian
email;internet:[EMAIL PROTECTED]
note;quoted-printable:Pentium 3=0D=0A=
	500mHz=0D=0A=
	256MB RAM=0D=0A=
	80.0GB HDD=0D=0A=
	ATI Radeon 7000 Evil Wizard 64MB=0D=0A=
	Computer name: "PentaQuad"=0D=0A=
	
x-mozilla-html:TRUE
version:2.1
end:vcard

Reply via email to