- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: High load while idling
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
06-10-2004 06:51 PM
06-10-2004 06:51 PM
High load while idling
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:04 PM
06-10-2004 07:04 PM
Re: High load while idling
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:11 PM
06-10-2004 07:11 PM
Re: High load while idling
What is the output of:
# swapinfo -tam
and
What is the size of your buffer cache usage?
You can find what it is set to from your kernel parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:26 PM
06-10-2004 07:26 PM
Re: High load while idling
This load not to be considered high.
As per the logs attached.
The user user1 is using the java programs and thus you have 4.15%.
And the system is idle for 92.1% which is not bad as per the attached log.
Also at any given point of time there will be some daemons running (cmcld & vxfsd as seen in the log ) so i don't think you will be able to get the ideal results.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:31 PM
06-10-2004 07:31 PM
Re: High load while idling
This machine has only one CPU. It can be scheduling issue. I had similar problem running big programs on a one CPU machine, where adding a second CPU had make the server go better. I don't really know how to have proofs of thios problem as long as it doesn't show many process in a running state, and a low nicing percentage. All I can say is that my server looked exactly the same.
Second thing would be to look at IOs. Could you issue a "sar 5 5" and look at wio ?
regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:57 PM
06-10-2004 07:57 PM
Re: High load while idling
It could be memory. Run 'vmstat 5 30' and check for page outs (po).
It could be disk. Run 'sar -d 5 30' and check for high disk utilization or large disk queue lengths.
Or if the system is not percived as slow, it could be normal.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 08:33 PM
06-10-2004 08:33 PM
Re: High load while idling
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 09:39 PM
06-10-2004 09:39 PM
Re: High load while idling
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 10:07 PM
06-10-2004 10:07 PM
Re: High load while idling
that 'sar -d' ouput shows no high disk utilization nor is there a big run queue. So there seems to be no disk bottleneck ether.
There are other posible bottlenecks but if the system is not percived as slow, I would say the load is normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 02:05 AM
06-11-2004 02:05 AM
Re: High load while idling
It could be a matter of 'bad timing'.
If some thread wake up periodically, pretty much at the same time, then an outside observer looking in at that same time will always perceived there to be a significant queue for the CPU. That observer might not see that this queue will soon be resolved and the system wil be idle for the remaining 90% of the indicated interval.
At a very high level you see this with folks submitting cron/at job at midnite or on the hour every hour. All you need tro do to fix this is to submit in an hour or in 24 hours allowing the absolute time to drift.
In this case is may be java schedulign a cleanup thread every exact second, whether it needs it or not.
I always wonder about the tele-conferences. Those more often than not start on the whole or half hour. That must create a terrible demand peak!
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 02:26 AM
06-15-2004 02:26 AM