- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Dedicating a CPU for a process
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
11-25-2002 08:56 AM
11-25-2002 08:56 AM
Dedicating a CPU for a process
Is it possible in HPUX11i to dedicate a cpu for a specific process?
What do I mean?
I have some heavy process, that I want to know it gets the max. attention a CPU can give it.
I want that CPU to handle only and only that process, and not others, even if it has idle time.
I guess that if such a thing is possible, than only root can do it... but I don't know where to look for such a feature.
10x,
Noam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 08:58 AM
11-25-2002 08:58 AM
Re: Dedicating a CPU for a process
It's up to the application via a "set_affinity" call (or something like that), there's no way to bind a process to a particular processor.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 09:00 AM
11-25-2002 09:00 AM
Re: Dedicating a CPU for a process
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 09:04 AM
11-25-2002 09:04 AM
Re: Dedicating a CPU for a process
Another option would be the use of the new PSET (processor set) feature, introduced with 11.11 plus patches. Using PSETs you can define subsets of processors and move processes to that subsets. The PRM (Process Resource Manager) also allows the utilization of PSETs.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 09:16 AM
11-25-2002 09:16 AM
Re: Dedicating a CPU for a process
If u ahve a 32 bit application then u need care aas that is not mutlithreaded and it will grab one cpu and work , but if u want to priortise eetc then u need to have something like process resource manager .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 10:01 PM
11-25-2002 10:01 PM
Re: Dedicating a CPU for a process
You can also use PRM(Process Resource Manager)to allocate the cpu to handle the specific process.
Check out this link for more information.
http://docs.hp.com/hpux/onlinedocs/B8733-90001/B8733-90001.html
Thankz & Regardz
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 06:32 AM
11-27-2002 06:32 AM
Re: Dedicating a CPU for a process
Hope this helps,
Jonathan Fears
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 10:55 PM
05-26-2003 10:55 PM
Re: Dedicating a CPU for a process
Regarding this interesting thing thread, wanna to know more on this, anybody know, say if bounding the process the single CPU, will it affect the job scheduling of that single process, what I mean is since that process only can use , say CPU 1, but somehow now CPU1 running busy job because of some job switch into CPU1, what will that single process do? Wait? Pls share yr point of view ,thx.
Gordon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 10:52 PM
09-21-2003 10:52 PM