* Bug? Load avg 2.0 when idle.
@ 2004-10-24 18:29 Joerg Sommrey
2004-10-24 18:43 ` Jan Knutar
2004-10-24 18:45 ` Christian Borntraeger
0 siblings, 2 replies; 5+ messages in thread
From: Joerg Sommrey @ 2004-10-24 18:29 UTC (permalink / raw)
To: Linux kernel mailing list
Hello,
there is a load average of 2.0+ even if the box is almost idle. (i.e. "top"
shows just one running process: top itself.) Starting two cpu-intensive
processes raises the load average to 4.0+. How can I determine the
source for the high load, or is this a bug?
I'm running 2.6.9 on a dual-athlon box.
Thanks,
-jo
--
-rw-r--r-- 1 jo users 63 2004-10-24 19:38 /home/jo/.signature
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug? Load avg 2.0 when idle.
2004-10-24 18:29 Bug? Load avg 2.0 when idle Joerg Sommrey
@ 2004-10-24 18:43 ` Jan Knutar
2004-10-24 18:45 ` Christian Borntraeger
1 sibling, 0 replies; 5+ messages in thread
From: Jan Knutar @ 2004-10-24 18:43 UTC (permalink / raw)
To: Joerg Sommrey, Linux kernel mailing list
On Sunday 24 October 2004 21:29, Joerg Sommrey wrote:
> Hello,
>
> there is a load average of 2.0+ even if the box is almost idle. (i.e. "top"
> shows just one running process: top itself.) Starting two cpu-intensive
> processes raises the load average to 4.0+. How can I determine the
> source for the high load, or is this a bug?
> I'm running 2.6.9 on a dual-athlon box.
Look for processes stuck in D state...
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug? Load avg 2.0 when idle.
2004-10-24 18:29 Bug? Load avg 2.0 when idle Joerg Sommrey
2004-10-24 18:43 ` Jan Knutar
@ 2004-10-24 18:45 ` Christian Borntraeger
2004-10-24 18:54 ` Jan Engelhardt
2004-10-24 18:59 ` Joerg Sommrey
1 sibling, 2 replies; 5+ messages in thread
From: Christian Borntraeger @ 2004-10-24 18:45 UTC (permalink / raw)
To: Joerg Sommrey; +Cc: Linux kernel mailing list
Joerg Sommrey wrote:
> there is a load average of 2.0+ even if the box is almost idle. (i.e.
> "top" shows just one running process: top itself.) Starting two
> cpu-intensive processes raises the load average to 4.0+. How can I
> determine the source for the high load, or is this a bug?
> I'm running 2.6.9 on a dual-athlon box.
Besides other possibilities, a bug in the kernel could be the cause.
Please check if any process (one or two) is in uninterruptible sleep.
(using ps axl the state is D)
Furthermore, Magic SysRequest+T (alt-print-t) and the dmesg output could
give some hints.
If there is nothing suspicious you might try some profiling tool, e.g.
OProfile.
There was another bug report about a wrap around load average. I dont know
if both reports are related.
cheers
Christian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug? Load avg 2.0 when idle.
2004-10-24 18:45 ` Christian Borntraeger
@ 2004-10-24 18:54 ` Jan Engelhardt
2004-10-24 18:59 ` Joerg Sommrey
1 sibling, 0 replies; 5+ messages in thread
From: Jan Engelhardt @ 2004-10-24 18:54 UTC (permalink / raw)
To: Christian Borntraeger; +Cc: Joerg Sommrey, Linux kernel mailing list
>> there is a load average of 2.0+ even if the box is almost idle. (i.e.
>> "top" shows just one running process: top itself.) Starting two
>> cpu-intensive processes raises the load average to 4.0+. How can I
>> determine the source for the high load, or is this a bug?
>> I'm running 2.6.9 on a dual-athlon box.
>
>Besides other possibilities, a bug in the kernel could be the cause.
>Please check if any process (one or two) is in uninterruptible sleep.
>(using ps axl the state is D)
>Furthermore, Magic SysRequest+T (alt-print-t) and the dmesg output could
>give some hints.
>If there is nothing suspicious you might try some profiling tool, e.g.
>OProfile.
>
>There was another bug report about a wrap around load average. I dont know
>if both reports are related.
My ¢2: Start the kernel with init=/bin/sash (or some other minimalistic shell),
if the load average is "normal" (i.e. 0.0), then it's probably somewhere in
userspace.
Jan Engelhardt
--
Gesellschaft für Wissenschaftliche Datenverarbeitung
Am Fassberg, 37077 Göttingen, www.gwdg.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug? Load avg 2.0 when idle.
2004-10-24 18:45 ` Christian Borntraeger
2004-10-24 18:54 ` Jan Engelhardt
@ 2004-10-24 18:59 ` Joerg Sommrey
1 sibling, 0 replies; 5+ messages in thread
From: Joerg Sommrey @ 2004-10-24 18:59 UTC (permalink / raw)
To: Christian Borntraeger, Jan Knutar; +Cc: Linux kernel mailing list
On Sun, Oct 24, 2004 at 08:45:04PM +0200, Christian Borntraeger wrote:
> Joerg Sommrey wrote:
> > there is a load average of 2.0+ even if the box is almost idle. (i.e.
> > "top" shows just one running process: top itself.) Starting two
> > cpu-intensive processes raises the load average to 4.0+. How can I
> > determine the source for the high load, or is this a bug?
> > I'm running 2.6.9 on a dual-athlon box.
>
> Besides other possibilities, a bug in the kernel could be the cause.
> Please check if any process (one or two) is in uninterruptible sleep.
> (using ps axl the state is D)
On Sun, Oct 24, 2004 at 09:43:42PM +0300, Jan Knutar wrote:
>
> Look for processes stuck in D state...
Thanks,
there was something hanging in D state. Strange enough: it was waiting
for modules to be loaded. After killing a hanging "modprobe" (S state),
the D state processes vanished and load avg returned to normal values.
-jo
--
-rw-r--r-- 1 jo users 63 2004-10-24 19:38 /home/jo/.signature
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-10-24 18:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-24 18:29 Bug? Load avg 2.0 when idle Joerg Sommrey
2004-10-24 18:43 ` Jan Knutar
2004-10-24 18:45 ` Christian Borntraeger
2004-10-24 18:54 ` Jan Engelhardt
2004-10-24 18:59 ` Joerg Sommrey
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.