Operating System - HP-UX
1833471 Members
2727 Online
110052 Solutions
New Discussion

Re: Process hogging the CPU

 
Prabu_3
Frequent Advisor

Process hogging the CPU

We are running Java enterprise applications on HP-UX 11.11 (PA-RISC) architecture server. We have installed GOLDBASE11i, GOLDAPP11i packages which are released on September 2004. We have installed JavaOOB product also.

We are seeing a peculiar problem, that some of these enterprise applications goes out of control(i.e if I use 'top' command, I could see that its CPU usage is about 95%). When I trace the process using tusc command, I could see the following sequence of calls :

gettimeofday(....)
nanosleep(..)

I would like to know if anyone has faced similar problems. If so, I would like to know the remedy I need to apply.

Note; I have installed PHSS_30966 patch.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Process hogging the CPU

Seems that you are patched pretty well.

This would appear to be an application problem.

But java patches are not included in what you have installed thus far.

I'd check http://www.hp.com/go/java for requierd or recommended patches based on the current java product set you have installed.

I'd be prepared after installing that to re-install java. If the problem persists at that point I'd be talkinig to the application vendor about the issue.

Its perfectly okay to proceed with multiple tracks at the same time.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
RAC_1
Honored Contributor

Re: Process hogging the CPU

If it is about java application, you can have a look at Jconfig product (HP product and free if remember correctly.) This would do analyzation for java applications.

Anil
There is no substitute to HARDWORK
Prabu_3
Frequent Advisor

Re: Process hogging the CPU

I have downloaded HPjconfig tar ball and executing it.
Ted Buis
Honored Contributor

Re: Process hogging the CPU

java -XX:-UseHighResolutionTimer

This java run time option might help to solve your problem. It avoids the atomic system call, and unless your application really needs the accuracy, may not make any difference.
Mom 6