- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Kernel Performance Tuning Sources
Operating System - HP-UX
1822521
Members
2664
Online
109642
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
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
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
тАО11-02-1999 09:59 PM
тАО11-02-1999 09:59 PM
HP-UX Kernel Performance Tuning Sources
Hi, All
I'm experiencing problems with performance on my K370 server.
Average running task queue is approx. 7-12 tasks per CPU.
Could you please advice me
1. Information sources where complete reference on fine tuning HP-UX kernel
performance could be found.
2. Parameters from different diagnostic problems (vmstat etc.) that could help
to find bottlenecks of the system.
Thanks in advance
Vassily Gorbounov
Russia
I'm experiencing problems with performance on my K370 server.
Average running task queue is approx. 7-12 tasks per CPU.
Could you please advice me
1. Information sources where complete reference on fine tuning HP-UX kernel
performance could be found.
2. Parameters from different diagnostic problems (vmstat etc.) that could help
to find bottlenecks of the system.
Thanks in advance
Vassily Gorbounov
Russia
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-1999 12:42 AM
тАО11-03-1999 12:42 AM
Re: HP-UX Kernel Performance Tuning Sources
Unfortunately, tuning Kernel Parameters is rarely effective in resolving CPU
bottleneck issues. Generally speaking, fixing CPU bottlenecks involves changing
how the system is managed rather than how the kernel is setup. For example, you
might have to schedule certain jobs for non-peak hours, optimize the
application that is "hogging" the CPU(s), nice(1) less important processes,
consider additional (purchaseable) products to control how CPU resources are
allocated, and/or add additional Processors.
The following are some good indicators of a CPU bottleneck:
-Zero percent idle CPU time (sar -u, top);
-With zero percent idle, high percent user CPU time compared to system CPU time
(sar -u, top);
-Large run queue size sustained over time (vmstat 5 30, uptime);
-Many processes blocked on priority (Glance);
-Slow response time;
-High percent system CPU time (sar -u, top)
If you are looking for information on Kernel Parameters, a good place to start
is to go into SAM's kernel parameter section and go to the "Help" section.
There is information and a description of each parameter there. As for
recommendations for specific things to tune, there is no real good central
resource that I am aware of as each system environment is different. For
specific insights on what should be tuned, a full examination of the
environment would generally be necessary and adviseable.
bottleneck issues. Generally speaking, fixing CPU bottlenecks involves changing
how the system is managed rather than how the kernel is setup. For example, you
might have to schedule certain jobs for non-peak hours, optimize the
application that is "hogging" the CPU(s), nice(1) less important processes,
consider additional (purchaseable) products to control how CPU resources are
allocated, and/or add additional Processors.
The following are some good indicators of a CPU bottleneck:
-Zero percent idle CPU time (sar -u, top);
-With zero percent idle, high percent user CPU time compared to system CPU time
(sar -u, top);
-Large run queue size sustained over time (vmstat 5 30, uptime);
-Many processes blocked on priority (Glance);
-Slow response time;
-High percent system CPU time (sar -u, top)
If you are looking for information on Kernel Parameters, a good place to start
is to go into SAM's kernel parameter section and go to the "Help" section.
There is information and a description of each parameter there. As for
recommendations for specific things to tune, there is no real good central
resource that I am aware of as each system environment is different. For
specific insights on what should be tuned, a full examination of the
environment would generally be necessary and adviseable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-1999 07:16 AM
тАО11-03-1999 07:16 AM
Re: HP-UX Kernel Performance Tuning Sources
Jason is correct that most performance issues relate to things outside the
kernel, though there are some configureable kernel parameters that can have
significant performance impact. dbc_min/max_pct (or static buffering),
timeslice, and swapmem_on to name a few. Still -- it is important to collect
metrics first before undertaking any tuning effort. In particular you need to
determine where your system is getting bound: CPU, disk I/O, or network.
Glance and sar are very useful in narrowing this down, but be aware that glance
is quite CPU impactive. Look also at iostat, vmstat, swapinfo, and timex to
benchmark process times. Tuning is a complex interactive process, but there
are several excellent books on the subject available. One I have found useful
is:
HP-UX Tuning and Performance
by Robert F. Sauers and Peter S. Weygant
kernel, though there are some configureable kernel parameters that can have
significant performance impact. dbc_min/max_pct (or static buffering),
timeslice, and swapmem_on to name a few. Still -- it is important to collect
metrics first before undertaking any tuning effort. In particular you need to
determine where your system is getting bound: CPU, disk I/O, or network.
Glance and sar are very useful in narrowing this down, but be aware that glance
is quite CPU impactive. Look also at iostat, vmstat, swapinfo, and timex to
benchmark process times. Tuning is a complex interactive process, but there
are several excellent books on the subject available. One I have found useful
is:
HP-UX Tuning and Performance
by Robert F. Sauers and Peter S. Weygant
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP