- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Process hogging the CPU
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 02:46 AM
12-21-2004 02:46 AM
Process hogging the CPU
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 03:00 AM
12-21-2004 03:00 AM
Re: Process hogging the CPU
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 03:18 AM
12-21-2004 03:18 AM
Re: Process hogging the CPU
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 07:46 AM
12-21-2004 07:46 AM
Re: Process hogging the CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 09:55 AM
12-22-2004 09:55 AM
Re: Process hogging the CPU
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.