Networking Forums

Networking Forums > Computer Networking > Linux Networking > OK i found out what process is using up all the CPU resources!

Reply
Thread Tools Display Modes

OK i found out what process is using up all the CPU resources!

 
 
Not me
Guest
Posts: n/a

 
      07-14-2003, 08:26 PM
OK, I found out which process is using up all the CPU resources (98-99%) and
ONLY when my PCMCIA card is plugged in!

It is one that is called:

Ksoftirqd_CPUO

Anybody have any idea what that is ??? How I can resolve it???
Also found out by doing "ifup eth1" it comes back:

sbin/ifup: line 433: Hangup


Any help once again is greatly appreciated!!


 
Reply With Quote
 
 
 
 
Phil Ellett
Guest
Posts: n/a

 
      07-14-2003, 09:20 PM
Use "top" from the shell ... this shows you processes default ordered by
processor usage.


Regards,

Phil.

"Not me" <(E-Mail Removed)> wrote in message
news:ilEQa.3002$(E-Mail Removed).. .
> OK, I found out which process is using up all the CPU resources (98-99%)

and
> ONLY when my PCMCIA card is plugged in!
>
> It is one that is called:
>
> Ksoftirqd_CPUO
>
> Anybody have any idea what that is ??? How I can resolve it???
> Also found out by doing "ifup eth1" it comes back:
>
> sbin/ifup: line 433: Hangup
>
>
> Any help once again is greatly appreciated!!
>
>



 
Reply With Quote
 
Dave Platt
Guest
Posts: n/a

 
      07-14-2003, 09:23 PM

In article <ilEQa.3002$(E-Mail Removed)>,
Not me <(E-Mail Removed)> wrote:

>OK, I found out which process is using up all the CPU resources (98-99%) and
>ONLY when my PCMCIA card is plugged in!
>
>It is one that is called:
>
>Ksoftirqd_CPUO


I believe that this is the kernel thread which is used to handle the
"bottom half" code for device drivers.

What this indicates, I believe, is that your PCMCIA card's driver is
misbehaving. It's generating (or being fooled into generating) a
never-ending barrage of bogus device interrupts. This is forcing the
system to call the driver's bottom-half service routine over and over
and over... and so the CPU is never allowed to sleep when the system
is otherwise idle.

My guess is that the device driver you are trying to use isn't yet
fully debugged, and has some errors in it.

--
Dave Platt <(E-Mail Removed)> AE6EO
Hosting the Jade Warrior home page: http://www.radagast.org/jade-warrior
I do _not_ wish to receive unsolicited commercial email, and I will
boycott any company which has the gall to send me such ads!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Limiting OS resources on Linux on per process basis tech_geek Linux Networking 3 01-10-2009 07:09 PM
Limiting OS resources on Linux on per process basis tech_geek Linux Networking 0 01-06-2009 09:50 PM
Which process does dns requests? choowie Linux Networking 2 05-31-2006 06:58 PM
N3 Migration Process deanbo21@yahoo.co.uk Broadband 0 01-26-2006 02:10 PM
Script to run a process mia456789@yahoo.com.hk Linux Networking 1 01-25-2005 04:33 PM



1 2 3 4 5 6 7 8 9 10 11