AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

Process consuming 80% cpu

  • 1.  Process consuming 80% cpu

    Posted Tue January 20, 2009 03:49 AM

    Originally posted by: sajid1


    Hi guys
    i am facing an issue with my server and there is a process RGRARG which is consuming 85% of CPU.

    server details :We have a TL 6 with AIX 5.3 installed on p570 with 8 LPARS

    is there any way to trace out what this process doing ?

    Thanks
    Sajid
    #AIX-Forum


  • 2.  Re: Process consuming 80% cpu

    Posted Tue January 20, 2009 06:07 AM

    Originally posted by: hdkutz


    Hello,
    use truss to find out what this Process is doing.
    man truss
    will guide you in usage.

    Cheers,
    ku
    #AIX-Forum


  • 3.  Re: Process consuming 80% cpu

    Posted Tue January 27, 2009 02:18 AM

    Originally posted by: sajid1


    truss command is very difficult to get something for me.can you have idea in some other way.
    Many thanks
    Sajid
    #AIX-Forum


  • 4.  Re: Process consuming 80% cpu



  • 5.  Re: Process consuming 80% cpu

    Posted Thu January 29, 2009 04:51 AM

    Originally posted by: sajid1


    Thanks for update me,as you updated me that We do not know what your Application does? this is my question what actually application does in background so that i can resolve it at application end.

    Regards,
    Sajid
    #AIX-Forum


  • 6.  Re: Process consuming 80% cpu

    Posted Thu January 29, 2009 06:22 AM

    Originally posted by: hdkutz


    Hello,
    If you use the command e.g. truss you see what the Process on your System does.
    Does it READ, WRITE is it WATING, SLEEPING ...
    What I meant with
    "We do not know what your Application does?"
    is, we do not know what system Calls your Application will execute.
    You have to discuss, that your Process is right and not running wild, with the creator of the binary or Application.

    Cheers,
    ku
    #AIX-Forum


  • 7.  Re: Process consuming 80% cpu

    Posted Thu January 29, 2009 10:05 AM

    Originally posted by: MarkTaylor


    Truss is not going to be much use .. use a trace profiler i.e. tprof and pprof or kernel trace and curt ..

    HTH
    Mark Taylor
    #AIX-Forum


  • 8.  Re: Process consuming 80% cpu

    Posted Mon February 02, 2009 05:36 AM

    Originally posted by: sajid1


    Truss is not going to be much use .. use a trace profiler i.e. tprof and pprof or kernel trace and curt ..

    HTH
    Mark Taylor

    Many Thanks Taylor for updating me.Can you guide me I am facing a issue of 80% CPU utilization some time and it takes only one process.Find below for your information.
    Topas Monitor for host: RWUAT
    Mon Feb 2 13:33:29 2009 Interval: 2

    Kernel 58.8 |################# |
    User 41.0 |############ |
    Wait 0.0 | |
    Idle 0.2 |# |
    Physc = 0.90 %Entc= 100.0

    Name PID CPU% PgSp Owner
    f60run 229380 88.1 3.1 dcuser
    $ ps -ef|grep 229380
    dcuser 229380 520336 99 Jan 31 - 2468:52 f60run module=hh_intro_s us
    erid=rwms12/newrwms12@rwms term=nautvt220:vt220

    Kindly guide me how to resolve it

    Sajid
    #AIX-Forum


  • 9.  Re: Process consuming 80% cpu

    Posted Thu March 05, 2009 12:13 PM

    Originally posted by: fmouchez


    Maybe proctree can help you. (also use nmon for manage simple perf overview)
    #AIX-Forum


  • 10.  Re: Process consuming 80% cpu

    Posted Tue March 10, 2009 03:19 PM

    Originally posted by: Tania@DFA2


    For starts this looks like an Oracle Financials application.

    If your intention is to find out what is doing, you will need to work with the Application Support group of your organization and look into the application logs.

    If you want to confirm what ports and system resources its using you can use the 'lsof' utility which will give you something like this. This will list the listening port which you or the Application Group may have documented. This will confirm which component of the OF application it is using.
    f60srvm 307238 appltrn cwd VDIR 38,2 0 0 /u01/oracle/TRN (/dev/lvu01trn)
    f60srvm 307238 appltrn 0r VCHR 2,2 0t0 0 / (/dev/hd4) (like device special /dev/null)
    f60srvm 307238 appltrn 1w VCHR 2,2 0t0 0 / (/dev/hd4) (like device special /dev/null)
    f60srvm 307238 appltrn 2w VCHR 2,2 0t0 0 / (/dev/hd4) (like device special /dev/null)
    f60srvm 307238 appltrn 3u IPv4 0xf1000600032ac398 0t0 TCP *:9055 (LISTEN)
    f60srvm 307238 appltrn 4u unix 0xf10006000346e008 0t0 ->0xf100060003131c08

    Again, this is not a system process, but an application process.

    One other OS utility you can use to obtain the file descriptors that are open or using the PID in questions is to run the following and redirect to a temporary file. This will probably help point to name of the OF resources in use, which may help narrow down which OF application on this system:

    procfiles -n <PID>

    Good luck.
    #AIX-Forum


  • 11.  Re: Process consuming 80% cpu

    Posted Wed March 11, 2009 06:04 AM

    Originally posted by: sajid1


    many thanks for your support.
    lsof is not ruunig find below for your information.

    $lsof
    ksh: lsof: not found.

    Regards,
    Sajid
    #AIX-Forum


  • 12.  Re: Process consuming 80% cpu

    Posted Tue April 01, 2014 11:37 PM

    Originally posted by: muralee32


    Hi Sajid,

     

    Even in my enviornment i am having the same issue. Below process consumes more CPU utilization, even application team also not sure what that process does and let me know how to resolve this issue.

     

    root@server1:/>ps -fT 1486970
         UID     PID    PPID   C    STIME    TTY  TIME CMD
     oretail 1486970 2420834 120 11:12:21      - 1006:54 f60run module=hh_intro_s userid=orwms/orwmstst@MRWMSP01 term=nautvt220:vt220
    root@inpap102:/>
     


    #AIX-Forum