- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Load average in hpux 11.0
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-04-2005 01:25 AM
01-04-2005 01:25 AM
Load average in hpux 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 01:41 AM
01-04-2005 01:41 AM
Re: Load average in hpux 11.0
do a man on top.
-paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 01:48 AM
01-04-2005 01:48 AM
Re: Load average in hpux 11.0
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 01:49 AM
01-04-2005 01:49 AM
Re: Load average in hpux 11.0
Load factor is not necessarily a problem. It is calculated by how may processes are awaiting cpu time.
If you have a lot of processes going on but system performance is normal, load factor is not a reason to start tweaking.
I recall a lecture by Bill Hassell at HP-World where he had a system with a load factor of well over 50 but that alone was not a problem.
If your system is providing poor response or has symptoms, then its time to collect data and act.
I'm attaching some sar scripts for your convenience.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 01:52 AM
01-04-2005 01:52 AM
Re: Load average in hpux 11.0
If the top process it terms of %WCPU or %CPU is a Oracle one, you can see more info runnng the following query:
select *
from v$session
where process = '
Kindest Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 02:10 AM
01-04-2005 02:10 AM
Re: Load average in hpux 11.0
for evaluation period (60 days I think) here:
http://www.openview.hp.com/products/gplus/tc_gplus_0001.html
Good software allways costs money but it does
the job :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 01:19 AM
01-07-2005 01:19 AM
Re: Load average in hpux 11.0
Keep in mind that the global run queue (GBL_RUN_QUEUE) is the same as the 1 minute load average reported by top and friends, but that is not the same as the global priority queue (GBL_PRI_QUEUE) which tracks the number or processes waiting on priority.