- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to make CPU usage more then 50%
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
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
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
тАО09-14-2006 07:23 AM
тАО09-14-2006 07:23 AM
How to make CPU usage more then 50%
I run program very slowly, I checked the CPU usage is always below 50%, or just equal to 50%. I checked the details of the CPU usage,
I found both of the CPU working, only thing is the average of the CPU usage are 50%.
For examble, CPU #1 go to 80%, then CPU #2 reduce to 20%. If CPU #1 go to 40%, then CPU #2 reduce to 60%. the average is around 50%
I launch the xload, the usage graph is flat (50%).
Is there any Kernel parameter, I can ajust to make the program use more CUP?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 07:35 AM
тАО09-14-2006 07:35 AM
Re: How to make CPU usage more then 50%
You *want* to use more CPU?
Change the 'timeslice' kernel parameter. Lower it toward one (1). You will spend more cycles context switching processes and thus increase CPU utilization.
A long, long time ago, we actually considered doing something like this on a mainframe to *slow* down the transaction response time for our user community. The idea was that if the end-user got accustomed to (for example) 3-second response time, then we would lift the governor (so to speak) when we *really* needed more horsepower for a higher transaction load, yet response time would remain constant.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 07:52 AM
тАО09-14-2006 07:52 AM
Re: How to make CPU usage more then 50%
If you are having performance problems, lok for other problems with the system taht do not allow the CPU's to work harder
Potential bottlenecks
disk utilztion is at 100%
memory utilzation is at 100%
network utilzation is at 100%
any of the above will cause the system performance to suffer. Eliminating the cause of the bottleneck will make your system perform better
You can easily monitor all of the above via glance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 07:54 AM
тАО09-14-2006 07:54 AM
Re: How to make CPU usage more then 50%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 07:58 AM
тАО09-14-2006 07:58 AM
Re: How to make CPU usage more then 50%
Looks like CUP usage touch a limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 08:01 AM
тАО09-14-2006 08:01 AM
Re: How to make CPU usage more then 50%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 08:07 AM
тАО09-14-2006 08:07 AM
Re: How to make CPU usage more then 50%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 08:46 AM
тАО09-14-2006 08:46 AM
Re: How to make CPU usage more then 50%
Now if you could watch the status at ten thousand times per second, you'd see the program doing what it is supposed to do. Wait states do NOT mean the program is being impeded or slowed down. You don't want the program just a part of a record to speed things up. My previous example script will show RUN state because it does nothing at all except loop around -- not very practical.
Bill Hassell, sysadmin