HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Process - utilize more CPU
Operating System - HP-UX
1826460
Members
3282
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-12-2007 09:08 PM
02-12-2007 09:08 PM
Process - utilize more CPU
Good day,
configuration:
HP-UX B.11.11
application server rp5470 (4 CPU)
Program (process) run on server more than 6 hours - in night. This process use in Glance CPU 70% - 90%, but only perhaps 1 CPU from 4 CPU. Is possible use more CPU with this process or how improve performance for this process.
Thank You Ludek
configuration:
HP-UX B.11.11
application server rp5470 (4 CPU)
Program (process) run on server more than 6 hours - in night. This process use in Glance CPU 70% - 90%, but only perhaps 1 CPU from 4 CPU. Is possible use more CPU with this process or how improve performance for this process.
Thank You Ludek
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 09:25 PM
02-12-2007 09:25 PM
Re: Process - utilize more CPU
Shalom,
Sure, but the application program needs to be written in such a way to use multiple cpus. There is nothing you can do from the systems administration standpoint to make it happen.
SEP
Sure, but the application program needs to be written in such a way to use multiple cpus. There is nothing you can do from the systems administration standpoint to make it happen.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
02-12-2007 11:54 PM
02-12-2007 11:54 PM
Re: Process - utilize more CPU
Hello,
is possible reserve (assign) 1 CPU for one concrete process?
Thank You Ludek
is possible reserve (assign) 1 CPU for one concrete process?
Thank You Ludek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 01:35 AM
02-13-2007 01:35 AM
Re: Process - utilize more CPU
Your process is running the way it was written. The first instruction must be executed before the second instruction and so on. That is called single threaded so you'll get exactly the same results on a single processor system as you would on a 32 processor system. To make the program run faster, you must be able to change the code and:
1. rewrite the application to remove inefficient code
2. create threads to process independent sections of the code
3. reduce the number of I/O's by reading larger records
Your last question about a single CPU is yes, you can assign a process to a single processor. To answer your un-asked question:
NO, you won't see any difference in performance at all. HP-UX assigns a processor every time a process starts running after a system call. There is no movement of the program -- only the program counter is loaded along with a few registers (microseconds). But this occurs regardless of whether the processor has been reserved or not. You can play with processor sets using the mpsched command.
Bill Hassell, sysadmin
1. rewrite the application to remove inefficient code
2. create threads to process independent sections of the code
3. reduce the number of I/O's by reading larger records
Your last question about a single CPU is yes, you can assign a process to a single processor. To answer your un-asked question:
NO, you won't see any difference in performance at all. HP-UX assigns a processor every time a process starts running after a system call. There is no movement of the program -- only the program counter is loaded along with a few registers (microseconds). But this occurs regardless of whether the processor has been reserved or not. You can play with processor sets using the mpsched command.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP