- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: High cpu utilisation for IDLE
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
01-21-2003 04:38 PM
01-21-2003 04:38 PM
Load averages: 0.01, 0.01, 0.03
137 processes: 135 sleeping, 2 running
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 0.00 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
1 0.00 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
2 0.04 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
3 0.00 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 0.01 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
The IDLE is always 92-100% ! Is it ok...
Thanks in advance.
Frank
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 04:44 PM
01-21-2003 04:44 PM
Re: High cpu utilisation for IDLE
You might try installing the latest 'top' patch PHCO_22556.
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_22556&context=hpux:800:10:20
This patch has no dependencies and does NOT require a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 04:49 PM
01-21-2003 04:49 PM
Re: High cpu utilisation for IDLE
You can't get a system any quieter than that.
If the users aren't complaining about something not running - you're fine.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 04:49 PM
01-21-2003 04:49 PM
Re: High cpu utilisation for IDLE
A best bet is to run some commands and see if the %idle changes. I would suggest to create a process that does some mathmatical calculations or compilation. Or atleast something like "sar -d 2 200".
If that doesn't change, then probably it may be a patch issue.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 05:24 PM
01-21-2003 05:24 PM
Re: High cpu utilisation for IDLE
In ideal condition CPU IDLE state above 90% is ok. But 100% I am seeing for the first time. As sridhar suggested, I too think that there seems some problem with your top command utility.
what is the output of sar 1 3 output ?. If this shows different from your top output then it is confirmed, that you need to check your top command.
Is this server a production box ?. How many users are using this machine?.
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 05:55 AM
01-22-2003 05:55 AM
Re: High cpu utilisation for IDLE
(tbmgr@quebec) /home/tbmgr% sar 1 3
HP-UX quebec B.10.20 U 9000/800 01/22/03
08:51:14 %usr %sys %wio %idle
08:51:15 0 0 0 100
08:51:16 0 1 0 99
08:51:17 0 0 0 100
Average 0 0 0 100
Only 14 user connected to this server by udp and rpc service. With connected or disconnected users, the IDLE is 100%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:03 AM
01-22-2003 06:03 AM
Re: High cpu utilisation for IDLE
If not, then you just have a system that is not doing much. As long as the work is getting done I don't think there is a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:05 AM
01-22-2003 06:05 AM
Re: High cpu utilisation for IDLE
No change after install the latest 'top' patch on my server.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:11 AM
01-22-2003 06:11 AM
Re: High cpu utilisation for IDLE
100% idle is an average over all the processors in the system.
This is rounded up in the calculation - so ticking over with one processor doing the work at 99%
100+100+100+99 = 399
399/4 = 99.75, rounded up = 100% idle - not a problem.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:42 AM
01-22-2003 06:42 AM
Re: High cpu utilisation for IDLE
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:44 AM
01-22-2003 06:44 AM
SolutionWe have some 10.20 K boxes. I looked at one of them [a K370] and here is the top output:
System: fduxok02 Wed Jan 22 08:40:49 2003
Load averages: 0.03, 0.03, 0.03
168 processes: 166 sleeping, 1 running, 1 zombie
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 0.11 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
1 0.01 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
2 0.00 0.4% 0.0% 1.0% 98.6% 0.0% 0.0% 0.0% 0.0%
3 0.01 0.0% 0.0% 0.6% 99.4% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 0.03 0.0% 0.0% 0.4% 99.6% 0.0% 0.0% 0.0% 0.0%
This box is in a MC/SG cluster and it has two small Oracle databases running on it. I'm not surprised that your box is 100% idle. Probably the system processes are running quickly enough that they just don't register completely. I wouldn't worry about it. The only person who should worry is the person who paid for four CPUs and probably doesn't need all of them. :)
JP