- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- performance tuning
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-08-2001 04:15 AM
01-08-2001 04:15 AM
performance tuning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 04:23 AM
01-08-2001 04:23 AM
Re: performance tuning
Check this kernel parameter docs link: http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 04:32 AM
01-08-2001 04:32 AM
Re: performance tuning
HPUX performance are mostly centred around CPU usage, Memory and Disks. This documents will also throw more light in this areas:
Doc id S3100002312A, B and C.
DEscriptin: Sys Adm: determining the cause of system performance problem.
The attached is mustly for Shared memory management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 05:17 AM
01-08-2001 05:17 AM
Re: performance tuning
First You need found your bottleneck( I/O, CPU, Network), use sar command, after You config your kernel.
The performance depend of the application, so good if You know the application requirements( Shared memory, message queue, I/O buffers, etc).
regards, Saa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 05:29 AM
01-08-2001 05:29 AM
Re: performance tuning
A good general guide to isolating performance problems is document #KBRC00000947.
Another document with some tips for using individual kernel parameters is #KNC061098001.
These should give you a good start when taken together with the kernel parameter overview document noted by Chris.
The 'glance' performance monitor is a great realtime tool to use for performance monitoring. It is available on a trial basis from the Application CDROM(s) and is worth its permanent license fee.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 05:43 AM
01-08-2001 05:43 AM
Re: performance tuning
We must never forget the network parameters which are equally as important as system parameters in the kernel. Network parameters cannot be tuned in SAM and have to be dynamically tuned at the command line and statically hardcoded in system startup scripts.
Network parameters such as TCP_CONN_REQUEST_MAX, TCP_KEEPALIVE_INTERVAL, FIN_WAIT_2_TIMEOUT, RETRANS interval, TCP trans and recv window sizes have very significant impact especially in the database and webserver environments. They can be finetuned using nettune in HP-UX 10.X and ndd in HP-UX 11.X.
Usually there will be a set of recommended values for both system and network parameters within your application's installation and configuration guide especially for database applications like Oracle. However, it is recommended to tweak these values progressively one at a time over time until near-optimal settings.
Hope this helps. Regards.
Steven Sim
Brainbench MVP for Unix Admin
http://www.brainbench.com