- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tuning Kernel
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-19-2004 06:54 PM
01-19-2004 06:54 PM
Tuning Kernel
I have workstation B2600, currently the percentage idle of CPU is 0.
Does anybody knows what kernel parameter should i change to improve performance ?
and also the values of that kernel.
thanks for your help
Best regards,
Jhui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 07:02 PM
01-19-2004 07:02 PM
Re: Tuning Kernel
But I would start by looking what processes use and what processes need CPU time. Apparently the processes are using all CPU time available, so you need to free up those resources. There aren't any kernel parameters that can do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 07:05 PM
01-19-2004 07:05 PM
Re: Tuning Kernel
If you had checked with sar -u
But you can check the wio% and sys%.
If the wio% is high check whether the processor wait period is dependent on the memory usage and I/O.Also check the sys%.There might be swapping and the processes consume more CPU.
i.e.system processes are using the CPU or which is causing the wio% period.
If your usr% is occupying the entire CPU definitely you have to add CPUs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 04:00 AM
01-20-2004 04:00 AM
Re: Tuning Kernel
If there are certain jobs which cause large system loads, maybe you can shift when they are running to hours when the system is less busy. If it is constantly busy, and it is due to user processes instead of I/O wait, then you don't have many options other than adding CPU or forcing the users to run less processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 04:04 AM
01-20-2004 04:04 AM
Re: Tuning Kernel
Only kernel parameter that may affect the CPU is the 'timeslice' parameter. The default of 10 is good. There was a patch that was resetting it to 1. So, make sure it is set to 10.
kmtune -l -q timeslice.
Can you post your ' sar 2 20' output for a better determination?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 07:53 AM
01-20-2004 07:53 AM
Re: Tuning Kernel
Bill Hassell, sysadmin