- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SMP load balancing
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
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
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
тАО03-08-2004 12:33 AM
тАО03-08-2004 12:33 AM
SMP load balancing
My question is that how is the load balancing between prosessors working in HP-UX SMP? If you take a look at the attached output, seems like CPU 3 is doing much more work than other processors. Due to that, our own application may fail to timeouts on socket handling (Yes, I know that our own application should work better ;| ). Is there anyway to balance the situation? Or in the other hand, is there really any need to balance that situation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2004 01:39 AM
тАО03-08-2004 01:39 AM
Re: SMP load balancing
I think you go may for Process Resource
Manager(PRM) or Work Load Manager (WLM)
to allocate resources for processes.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2004 03:32 AM
тАО03-08-2004 03:32 AM
Re: SMP load balancing
You have something called processor sets with Process Resource Manager. You can use this to restict the application usage to a specific processor.
Workload manager works hand-in-hand with PRM and it is the only Goal based Work load management tool available in the market right now.
PRM is metric based workload management tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2004 03:38 AM
тАО03-08-2004 03:38 AM
Re: SMP load balancing
It's not enough to just have multiple CPUs - the application MUST be written multi-threaded to use *more* than one CPU.
I suspect in your case the app is single-threaded & if so, it will *always* live on one & only one CPU when it starts up.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2004 04:55 PM
тАО03-08-2004 04:55 PM
Re: SMP load balancing
the application is multi-threaded. Looks like we had to purchase that PRM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2004 05:01 PM
тАО03-08-2004 05:01 PM
Re: SMP load balancing
Is this the same situation always when u do top i.e. always does the foo process goes to only one cpu an choke it ?
If yes then your process is a single thread one but as far as SMP in HP is concerned it is always balanced between the resources.
You can also use glance plus for more information and benchmarks.
Regards,