- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Determine Total CPU Utilization
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
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
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-22-2014 05:55 AM
05-22-2014 05:55 AM
Determine Total CPU Utilization
We are running on HP-UX 11.31 itanium server, and CA's monitor keeps alerting on High CPU usage 95+%
However when we go into glance it is showing in the 30% range...
Glance 11.00.044 05:45:53 tmopdb01 ia64 Current Avg High
------------------------------------------------------------------------------------------------
CPU Util S SU U | 30% 32% 53%
So I guess the question is what command gives a true "Total CPU Percentage" ???
Also noticed in glace that although it is showing at a current 30% usage level, there is a line that also
shows an oracle process at 95% utilization
Top CPU user: PID 4452, oracletmop 95.3% cpu util
Active CPUs: 16
Do you know why this would show a difference like this ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2014 06:49 AM
05-22-2014 06:49 AM
Re: Determine Total CPU Utilization
It is entirely possible that one Oracle process could be using 95% of a single CPU, but overall your TOTAL (meaning ALL 16 CPUs in the system) usage is just 30%.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2014 05:20 PM
05-23-2014 05:20 PM
Re: Determine Total CPU Utilization
You'll have to ask CA what their report means. As is true for any computer, CPU usage is only meaningful when there is exactly one processor installed. With 16 processors, you will need 16 copies of Oracle running at the same time to reach 100% system PU usage. One process running at 100% on your system doesn't affect the other processes at all.
The question is: Is there a problem with Oracle? Is it normal for Oracle to use almost 100% CPU? Is the 100% CPU usage lasting for hours or days at a time? You'll have to ask your DBA whether this is normal.
CPU usage can be very tricky to report. A multithreaded application can show much more than 100% (like 150% or 200%) since all the threads are normally accumulated with the main program.
Bill Hassell, sysadmin