* process priority at 25
@ 2002-05-19 14:29 Axel H. Siebenwirth
2002-05-19 15:40 ` Richard Adams
2002-05-19 16:23 ` Steven Smith
0 siblings, 2 replies; 8+ messages in thread
From: Axel H. Siebenwirth @ 2002-05-19 14:29 UTC (permalink / raw)
To: linux-newbie
Hi,
I alway thought process priorities range from -20 to 19 (also according to
"man nice"). But under kernel 2.5.16 I run top and process is display with
priority 25..
Is there perhaps something wrong?
Thank you,
Axel
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: process priority at 25
2002-05-19 14:29 process priority at 25 Axel H. Siebenwirth
@ 2002-05-19 15:40 ` Richard Adams
2002-05-19 19:17 ` Axel H. Siebenwirth
2002-05-19 22:29 ` Tom Beer
2002-05-19 16:23 ` Steven Smith
1 sibling, 2 replies; 8+ messages in thread
From: Richard Adams @ 2002-05-19 15:40 UTC (permalink / raw)
To: Axel H. Siebenwirth, linux-newbie
On Sunday 19 May 2002 14:29, Axel H. Siebenwirth wrote:
> Hi,
>
> I alway thought process priorities range from -20 to 19 (also according to
> "man nice"). But under kernel 2.5.16 I run top and process is display with
> priority 25..
>
> Is there perhaps something wrong?
First thing i would do is try a "proven" kernel, 2.5.x i belive is development
but there again considering the 2.5 kernel series of development is at kernel
2.5.11 i presume you mean 2.4.16.?
At the minute i dont have access to a machine running a 2.4 kernel so i
cannot comment further.
>
> Thank you,
> Axel
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: process priority at 25
2002-05-19 14:29 process priority at 25 Axel H. Siebenwirth
2002-05-19 15:40 ` Richard Adams
@ 2002-05-19 16:23 ` Steven Smith
1 sibling, 0 replies; 8+ messages in thread
From: Steven Smith @ 2002-05-19 16:23 UTC (permalink / raw)
To: linux-newbie
[-- Attachment #1: Type: text/plain, Size: 896 bytes --]
> I alway thought process priorities range from -20 to 19 (also according to
> "man nice"). But under kernel 2.5.16 I run top and process is display with
> priority 25..
A process's nice value is not the same thing as its priority. niceness
is used in the calculation of priority, but they're not bound together.
In particular, a process's priority is liable to become numerically
greater (-> lower priority) if it makes heavy use of the processor
(this is supposed to stop something like ``while (1) ; '' bringing
down the system), while a process which makes heavy use of the disk
is likely to get slightly higher priority (because as soon as it hits
the disk, it blocks, and something else can run).
Under 2.4 kernels, priority is constrained between 0 and 20 (for non-realtime
processes), but there's no reason why the same thing should apply to 2.5
kernels.
Steven Smith,
sos22@cam.ac.uk.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: process priority at 25
2002-05-19 15:40 ` Richard Adams
@ 2002-05-19 19:17 ` Axel H. Siebenwirth
2002-05-19 19:44 ` Richard Adams
2002-05-19 22:29 ` Tom Beer
1 sibling, 1 reply; 8+ messages in thread
From: Axel H. Siebenwirth @ 2002-05-19 19:17 UTC (permalink / raw)
To: Richard Adams; +Cc: linux-newbie
Hi Richard!
On Sun, 19 May 2002, Richard Adams wrote:
> First thing i would do is try a "proven" kernel, 2.5.x i belive is development
> but there again considering the 2.5 kernel series of development is at kernel
> 2.5.11 i presume you mean 2.4.16.?
It really is 2.5.16 and that is where 2.5 kernel development is at right
now.
Regards,
Axel
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: process priority at 25
2002-05-19 19:17 ` Axel H. Siebenwirth
@ 2002-05-19 19:44 ` Richard Adams
0 siblings, 0 replies; 8+ messages in thread
From: Richard Adams @ 2002-05-19 19:44 UTC (permalink / raw)
To: Axel H. Siebenwirth; +Cc: linux-newbie
On Sunday 19 May 2002 19:17, you wrote:
> Hi Richard!
>
> On Sun, 19 May 2002, Richard Adams wrote:
> > First thing i would do is try a "proven" kernel, 2.5.x i belive is
> > development but there again considering the 2.5 kernel series of
> > development is at kernel 2.5.11 i presume you mean 2.4.16.?
>
> It really is 2.5.16 and that is where 2.5 kernel development is at right
> now.
How correct you are, it seems ftp.nl.kernel.org was behind, i see its been
updated now.
I dont follow 2.5 myself.
>
> Regards,
> Axel
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: process priority at 25
2002-05-19 15:40 ` Richard Adams
2002-05-19 19:17 ` Axel H. Siebenwirth
@ 2002-05-19 22:29 ` Tom Beer
2002-05-20 9:33 ` Richard Adams
2002-05-20 14:46 ` Axel H. Siebenwirth
1 sibling, 2 replies; 8+ messages in thread
From: Tom Beer @ 2002-05-19 22:29 UTC (permalink / raw)
To: pa3gcu, Axel H. Siebenwirth, linux-newbie
Hi,
> > Is there perhaps something wrong?
>
> First thing i would do is try a "proven" kernel, 2.5.x i belive is development
> but there again considering the 2.5 kernel series of development is at kernel
> 2.5.11 i presume you mean 2.4.16.?
>
Kernel 2.4.18 won't run on my off-the-shelf athlon-asus motherboard
configuration. Mounting of disks during startup leads to seg faults.
2.4.4 runs with small amounts of seg. faults, caused by an installation of
amanda, some month ago. I thought that the uneven numbers are experimental, but
the even numbers would be "stable"?
Greets Tom
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: process priority at 25
2002-05-19 22:29 ` Tom Beer
@ 2002-05-20 9:33 ` Richard Adams
2002-05-20 14:46 ` Axel H. Siebenwirth
1 sibling, 0 replies; 8+ messages in thread
From: Richard Adams @ 2002-05-20 9:33 UTC (permalink / raw)
To: Tom Beer; +Cc: linux-newbie
On Sunday 19 May 2002 22:29, Tom Beer wrote:
> Hi,
> Kernel 2.4.18 won't run on my off-the-shelf athlon-asus motherboard
> configuration. Mounting of disks during startup leads to seg faults.
> 2.4.4 runs with small amounts of seg. faults, caused by an installation of
> amanda, some month ago. I thought that the uneven numbers are experimental,
> but the even numbers would be "stable"?
Well it should run ok or at least i have not heard of problems with disk's.
Considering you say other kernels give simalar problems then i would say its
a local problem and not a kernel issue.
No even or uneven make no differance.
2.5.x are development.
2.4.xx are considered stable.
>
> Greets Tom
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: process priority at 25
2002-05-19 22:29 ` Tom Beer
2002-05-20 9:33 ` Richard Adams
@ 2002-05-20 14:46 ` Axel H. Siebenwirth
1 sibling, 0 replies; 8+ messages in thread
From: Axel H. Siebenwirth @ 2002-05-20 14:46 UTC (permalink / raw)
To: Tom Beer; +Cc: pa3gcu, linux-newbie
Hi Tom!
On Mon, 20 May 2002, Tom Beer wrote:
> amanda, some month ago. I thought that the uneven numbers are experimental, but
> the even numbers would be "stable"?
For example in kernel version number 2.4.18
2 is the VERSION
4 is the PATCHLEVEL and
18 is the SUBLEVEL.
I believe since kernel version 2, kernel development was arranged in a way
that even PATCHLEVELs are regarded as a "stable" branch and an uneven
PATCHLEVEL is a "development" branch that regular linux users should not
work with. It is only for kernel developers for working out a "better
kernel". So 2.5 is not for regular use.
Regards,
Axel
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-05-20 14:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-19 14:29 process priority at 25 Axel H. Siebenwirth
2002-05-19 15:40 ` Richard Adams
2002-05-19 19:17 ` Axel H. Siebenwirth
2002-05-19 19:44 ` Richard Adams
2002-05-19 22:29 ` Tom Beer
2002-05-20 9:33 ` Richard Adams
2002-05-20 14:46 ` Axel H. Siebenwirth
2002-05-19 16:23 ` Steven Smith
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.