Process priority questions

2007-12-28 Thread Unga
) -32 0 intr:52 What is -32? What is 52? Is it its default priority 52 in the “Interrupt threads” range? 1c) 96 0 normal The “normal” is what? Is it priority 160 or 223? 2. What is the value range can be specified for process priority in /etc/login.conf? 3. What is the name

Re: Understand process priority

2007-12-23 Thread Unga
--- Erik Trulsson [EMAIL PROTECTED] wrote: On Sat, Dec 22, 2007 at 07:09:47PM -0800, Unga wrote: Hi all $ ps -o pri,ni,rtprio,command -p `pgrep amarok` PRI NI RTPRIO COMMAND 20 0 normal amarokapp 1) Are there are 3 priority values per process, or just one? There is

Understand process priority

2007-12-22 Thread Unga
Hi all $ ps -o pri,ni,rtprio,command -p `pgrep amarok` PRI NI RTPRIO COMMAND 20 0 normal amarokapp 1) Are there are 3 priority values per process, or just one? 2) How should I read above? Is it Priority=20, ie. NI=0, RTPRIO=normal? Does it all mean the same thing, like the bytes=1048576 and

Re: Understand process priority

2007-12-22 Thread Erik Trulsson
On Sat, Dec 22, 2007 at 07:09:47PM -0800, Unga wrote: Hi all $ ps -o pri,ni,rtprio,command -p `pgrep amarok` PRI NI RTPRIO COMMAND 20 0 normal amarokapp 1) Are there are 3 priority values per process, or just one? There is really only one priority that is used when scheduling

Re: Process priority

2003-10-27 Thread Uwe Doering
Olaf Hoyer wrote: On Sun, 26 Oct 2003, [EMAIL PROTECTED] wrote: Is there some way ho to assign priority (cpu time) for each process ? I'm using Samba server for PDF printing and in case of big printouts it could eat whole cpu time for few seconds, so i'd like to control it and give to this

Re: Process priority

2003-10-26 Thread Olaf Hoyer
On Sun, 26 Oct 2003, [EMAIL PROTECTED] wrote: Is there some way ho to assign priority (cpu time) for each process ? I'm using Samba server for PDF printing and in case of big printouts it could eat whole cpu time for few seconds, so i'd like to control it and give to this process lower

Process priority

2003-10-26 Thread [EMAIL PROTECTED]
Is there some way ho to assign priority (cpu time) for each process ? I'm using Samba server for PDF printing and in case of big printouts it could eat whole cpu time for few seconds, so i'd like to control it and give to this process lower priority. Thanks P.Duda