* Where does this load come from?
@ 2004-02-28 12:27 Jurgen Kramer
2004-02-28 13:04 ` Denis Vlasenko
2004-02-28 14:40 ` Christophe Saout
0 siblings, 2 replies; 4+ messages in thread
From: Jurgen Kramer @ 2004-02-28 12:27 UTC (permalink / raw)
To: linux-kernel
Hi,
I am seeing some strange load figures on my P4 Celeron based system
which I cannot explain. There always seem to be some load while there
are no real apps running. Stopping all daemons doesn't seem to effect
things at all.
Output from top with 2.6.4-rc1:
13:16:38 up 38 min, 1 user, load average: 1.67, 1.74, 1.57
62 processes: 59 sleeping, 3 running, 0 zombie, 0 stopped
CPU states: 47.5% user 52.4% system 0.0% nice 0.0% iowait 0.0%
idle
Mem: 515552k av, 93544k used, 422008k free, 0k shrd, 10980k
buff
49632k active, 29284k inactive
Swap: 265064k av, 0k used, 265064k free 59836k
cached
Is this a real problem or is top screwing things up here? 0.0% idle
doesn't seem right as for the load average. This system runs on RH9.
Compared to my P4 HT system running 2.6.4-rc1 on Fedore Core-1:
13:17:42 up 30 min, 5 users, load average: 0.12, 0.63, 0.64
91 processes: 90 sleeping, 1 running, 0 zombie, 0 stopped
CPU states: cpu user nice system irq softirq iowait idle
total 1.2% 0.0% 0.4% 0.0% 0.0% 0.0% 198.0%
cpu00 0.9% 0.0% 0.1% 0.0% 0.0% 0.0% 98.8%
cpu01 0.1% 0.0% 0.3% 0.0% 0.0% 0.0% 99.4%
Mem: 1034456k av, 433712k used, 600744k free, 0k shrd, 26496k
buff
239752k active, 152112k inactive
Swap: 787176k av, 0k used, 787176k free 290452k
cached
This looks more like it.
What can be the problem here (if there is a real problem)?
Jurgen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Where does this load come from?
2004-02-28 12:27 Where does this load come from? Jurgen Kramer
@ 2004-02-28 13:04 ` Denis Vlasenko
2004-02-28 14:48 ` Jurgen Kramer
2004-02-28 14:40 ` Christophe Saout
1 sibling, 1 reply; 4+ messages in thread
From: Denis Vlasenko @ 2004-02-28 13:04 UTC (permalink / raw)
To: Jurgen Kramer, linux-kernel
On Saturday 28 February 2004 14:27, Jurgen Kramer wrote:
> Hi,
>
> I am seeing some strange load figures on my P4 Celeron based system
> which I cannot explain. There always seem to be some load while there
> are no real apps running. Stopping all daemons doesn't seem to effect
> things at all.
>
> Output from top with 2.6.4-rc1:
>
> 13:16:38 up 38 min, 1 user, load average: 1.67, 1.74, 1.57
> 62 processes: 59 sleeping, 3 running, 0 zombie, 0 stopped
> CPU states: 47.5% user 52.4% system 0.0% nice 0.0% iowait 0.0%
> idle
> Mem: 515552k av, 93544k used, 422008k free, 0k shrd, 10980k
> buff
> 49632k active, 29284k inactive
> Swap: 265064k av, 0k used, 265064k free 59836k
> cached
Post unabridged 'top b n 1' please.
Top version?
--
vda
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Where does this load come from?
2004-02-28 12:27 Where does this load come from? Jurgen Kramer
2004-02-28 13:04 ` Denis Vlasenko
@ 2004-02-28 14:40 ` Christophe Saout
1 sibling, 0 replies; 4+ messages in thread
From: Christophe Saout @ 2004-02-28 14:40 UTC (permalink / raw)
To: Jurgen Kramer; +Cc: linux-kernel
Am Sa, den 28.02.2004 schrieb Jurgen Kramer um 13:27:
> I am seeing some strange load figures on my P4 Celeron based system
> which I cannot explain. There always seem to be some load while there
> are no real apps running. Stopping all daemons doesn't seem to effect
> things at all.
I've posted something like this before. It seems the load calculator
takes the io_wait "cpu usage" (which isn't really a cpu usage, it just
categorizes processes waiting in io_schedule here instead of the idle
time) into account. While doing heavy disk I/O my webserver showed a
load of over 40 but the cpu was idle. I don't like this either.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Where does this load come from?
2004-02-28 13:04 ` Denis Vlasenko
@ 2004-02-28 14:48 ` Jurgen Kramer
0 siblings, 0 replies; 4+ messages in thread
From: Jurgen Kramer @ 2004-02-28 14:48 UTC (permalink / raw)
To: Denis Vlasenko; +Cc: linux-kernel
On Sat, 2004-02-28 at 14:04, Denis Vlasenko wrote:
> On Saturday 28 February 2004 14:27, Jurgen Kramer wrote:
> > Hi,
> >
> > I am seeing some strange load figures on my P4 Celeron based system
> > which I cannot explain. There always seem to be some load while there
> > are no real apps running. Stopping all daemons doesn't seem to effect
> > things at all.
> >
> > Output from top with 2.6.4-rc1:
> >
> > 13:16:38 up 38 min, 1 user, load average: 1.67, 1.74, 1.57
> > 62 processes: 59 sleeping, 3 running, 0 zombie, 0 stopped
> > CPU states: 47.5% user 52.4% system 0.0% nice 0.0% iowait 0.0%
> > idle
> > Mem: 515552k av, 93544k used, 422008k free, 0k shrd, 10980k
> > buff
> > 49632k active, 29284k inactive
> > Swap: 265064k av, 0k used, 265064k free 59836k
> > cached
>
> Post unabridged 'top b n 1' please.
> Top version?
> --
> vda
OK I found the culprit. Some script got started in rc.local which took
all the CPU time :-( (although it's a very simple script...).
Sorry that I bothered you with this...
Jurgen
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-02-28 14:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-28 12:27 Where does this load come from? Jurgen Kramer
2004-02-28 13:04 ` Denis Vlasenko
2004-02-28 14:48 ` Jurgen Kramer
2004-02-28 14:40 ` Christophe Saout
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®