Re: Finding greedy kernel process

From: Green, Simon (Simon.Green_at_EU.ALTRIA.COM)
Date: 06/03/04

  • Next message: Bill Verzal: "Re: OT - project management software"
    Date:         Thu, 3 Jun 2004 17:46:00 +0200
    To: aix-l@Princeton.EDU
    
    

    The "wait" process is just what runs when there's no work to do,
    i.e. when the system is idle. This is normal.

    If you've actually got a performance problem you need to look
    elsewhere.

    I usually start with vmstat, to get an idea of what's going on,
    in particular whether there's any paging, and the run-queue size.

    Tools such as topas (comes with AIX) and nmon are good for
    finding out what processes are actually chewing up CPU.

    --
    Simon Green
    Altria ITSC Europe Ltd
    AIX-L Archive at https://new-lists.princeton.edu/listserv/aix-l.html
    New to AIX? http://publib-b.boulder.ibm.com/redbooks.nsf/portals/UNIX
    N.B. Unsolicited email from vendors will not be appreciated.
    Please post all follow-ups to the list.
    > -----Original Message-----
    > From: Lieberg, Patrick [mailto:plieberg@EV3.NET]
    > Sent: 03 June 2004 16:12
    > To: aix-l@Princeton.EDU
    > Subject: Finding greedy kernel process
    >
    >
    > Starting yesterday around 4pm, the kernel on my 4.3.3 system
    > has been eating a significant chunk of processor time.  I've
    > looked into this pretty thoroughly and can't seem to find the
    > culprit.  There's been no change from what the disk activity
    > normally is during this time.
    >
    > ps gv lists the two largest hogs as PID 516 and 774, which
    > are I belive the idle and wait kproc PIDs.  Using pprof shows
    > essentially the same output.
    >
    > Anyone have any suggestions on how to proceed?
    

  • Next message: Bill Verzal: "Re: OT - project management software"

    Relevant Pages

    • Re: top values never seem to add up
      ... but almost nothing using any processor time in ... that *currently* exist at a particular moment in time and how much CPU ... they've used recently (as a decaying average). ... you total (idle percent, etc.) that are for the whole system over ...
      (comp.unix.bsd.freebsd.misc)
    • Re: Two Books Left
      ... > computer into a machine for transporting aliens to earth? ... During idle ... > processor time only, of course. ... Argh! ...
      (borland.public.delphi.non-technical)
    • Re: Idle Process
      ... What part of IDLE don't you understand? ... Testy ... > As I have anti-virus software on my computer, I assume that I am not ... DO YOU KNOW WHY THIS PROCESS KEEPS EATING UP PROCESSOR TIME? ...
      (microsoft.public.windowsxp.help_and_support)
    • Re: windows xp 3d screensaver
      ... 3d screensavers use large amounts of processor time so the computer is never idle while they are running. ...
      (microsoft.public.windowsxp.general)
    • Finding greedy kernel process
      ... ps gv lists the two largest hogs as PID 516 and 774, which are I belive the idle and wait kproc PIDs. ... Using pprof shows essentially the same output. ...
      (AIX-L)