- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Process using 100% of 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
02-06-2002 03:49 AM
02-06-2002 03:49 AM
Process using 100% of CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 04:01 AM
02-06-2002 04:01 AM
Re: Process using 100% of CPU
What OS are you running? If it's 11.x is it 32 or 64 bit?
Do you have the latest patch bundles installed?
What version of java are you using?
Does the java program do a lot of looping and calculating versus a lot of IO?
Are there any other processes running on the machine that are being affected by the java program consuming 100% of the CPU?
If you have glance/gpm installed, have you drilled into the application to determine what kind of system calls and IO it is making? If you don't have glance installed you can install a trial version (good for 30 days) from your application CD's.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 05:08 AM
02-06-2002 05:08 AM
Re: Process using 100% of CPU
The version of SO is 11.11 64 bits. The version of Java is 1.3. There aren't more processes using 100% of CPU, only Java.
I'm not the programmer of application, so I don't know the application's technical characteristics. I must be install the evaluation version of Glance for knows it.
Thank you for your answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 06:14 AM
02-06-2002 06:14 AM
Re: Process using 100% of CPU
You could look at
http://www.hp.com/products1/unix/java/
And try jmeter
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 06:35 AM
02-06-2002 06:35 AM
Re: Process using 100% of CPU
Get the developer involved, because they "own" their potentially bad code.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 06:42 AM
02-06-2002 06:42 AM
Re: Process using 100% of CPU
track the process in glance and see what resources it is exactly using. What are the system calls it is running. What are its wait state characteristics and so on.
glance -> s -> pid will do this.
This will give some clue on the process.
HTh
raj