[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] klogd consuming a lot of cpu !!!
- Subject: Re: [cobalt-users] klogd consuming a lot of cpu !!!
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Wed May 16 19:37:44 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Sun, 13 May 2001, diburim hotmail wrote:
> My server is raq4i
> Why ?
> What can I do
>
> top
>
> 1:07am up 3 days, 23:18, 1 user, load average: 1.89, 1.50, 1.34
> 128 processes: 125 sleeping, 3 running, 0 zombie, 0 stopped
> CPU states: 90.6% user, 9.3% system, 0.0% nice, 0.0% idle
> Mem: 128040K av, 111204K used, 16836K free, 204864K shrd, 2712K buff
> Swap: 131532K av, 78444K used, 53088K free 29376K cached
>
> PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND
> 305 root 15 0 384 24 16 R 0 87.5 0.0 392:35 klogd
> 3882 admin 6 0 924 924 680 R 0 2.7 0.7 0:02 top
> 23939 httpd 0 0 8780 2836 2016 S 0 0.1 2.2 0:03 httpd
> 1 root 0 0 120 68 52 S 0 0.0 0.0 0:19 init
> 2 root 0 0 0 0 0 SW 0 0.0 0.0 3:04 kflushd
> 3 root 0 0 0 0 0 SW 0 0.0 0.0 1:24 kupdate
> 4 root 0 0 0 0 0 SW 0 0.0 0.0 0:00 kpiod
> ...
>
> After reboot it goes away!
> Regards
> Dib Urim
good to know that the diburim forums works on a raq :-)
if I'm already writing to you, here's a suggestion:
have people be able to move between threads in the body of the message.
to your question....
well uhm... obviously the kernel has lots of stuff to load...
as root, try:
tail -f /var/log/messages
and see why it works so hard...
if he doesn't (and consumes 100% CPU), then i'll be worried :)
- shimi