- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Process Issues
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
05-31-2006 06:30 PM
05-31-2006 06:30 PM
Process Issues
From sar output I have found that this process takes as large as 90% of CPU utilization and as low as 0.16 of cpu utilization even if the cpus are sitting idle . Could anyone help me out on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 07:50 PM
05-31-2006 07:50 PM
Re: Process Issues
is this the same machine as in your other problem? http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1031131
If so, then the problem might be that the oracle process is waiting for the disk to become available (0.16%) and then goes to 90%. Please correct my assumption by supplying more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 09:10 PM
05-31-2006 09:10 PM
Re: Process Issues
You have to monitor the system performance over a period of time. And collect the sar output in non peak hours also using cron.
And you can come to know why this symptom is happening.
sar -u -M 5 10 > sarout_cpu.txt
And check if always one cpu is getting used for that process or any other symptom.
also check with vmstat 5 5 , glance , top.
also you must investigate with DBA , as what post_rate does actually.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 10:27 PM
05-31-2006 10:27 PM
Re: Process Issues
One more question I have if there is a process that is running at say 90% cpu power is it possible to lower down its value to a larger extent say 10 % or so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 10:31 PM
05-31-2006 10:31 PM
Re: Process Issues
you can alter the PRIORITY of the job with renice.
See "man renice"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 10:35 PM
05-31-2006 10:35 PM
Re: Process Issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 10:45 PM
05-31-2006 10:45 PM
Re: Process Issues
the only other method I know of is buying products such as:
Process Resource Management (PRM) or
Workload Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 10:56 PM
05-31-2006 10:56 PM
Re: Process Issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 11:37 PM
06-01-2006 11:37 PM
Re: Process Issues
I don't think there are any online commands.
Also,please read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28