1833861 Members
2425 Online
110063 Solutions
New Discussion

Re: Kernel Parameters

 
Omer Mukthar
Advisor

Kernel Parameters

Dear All,

Is there a way to know how much kernel values are utilized by the applications from the current kernel value settings? I would like to know if really the application needs more resources, so that I can tune the kernel parameters.
7 REPLIES 7
Norman_21
Honored Contributor

Re: Kernel Parameters

Hi,

I would suggest that you install Glance. It is easy to understand and figure out if you need to tune some of the Kernel parameters.

Hope this help.
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
U.SivaKumar_2
Honored Contributor

Re: Kernel Parameters

Hi,

To monitor number of open files , number of locks etc in the system.

#sar -v 1 20

regards,

U.SivaKumar
Innovations are made when conventions are broken
Omer Mukthar
Advisor

Re: Kernel Parameters

Glance shows only the following values ! what about the rest of the kernel parameters ? !

System Table Available Used Utilization High(%)
--------------------------------------------------------------------------------
Proc Table (nproc) 7320 366 5 5
File Table (nfile) 19136 4394 23 23
Shared Mem Table (shmmni) 1024 52 5 5
Message Table (msgmni) 4096 6 0 0
Semaphore Table (semmni) 4096 40 1 1
File Locks (nflocks) 4000 1590 40 40
Pseudo Terminals (npty) 400 3 1 1
Buffer Headers (nbuf) na 553574 na na
Rizwan Mohammed
Frequent Advisor

Re: Kernel Parameters

Hi

You can check with glance plus ,if you have perf view this will give you clear picture of disk i/0, each and every disk utilisation indivially,memory,cpu etc ,accordinly u can tune the kernel parmeter ,finding out the bottle neck.

Rizwan
Know ?Urself before judging others
Norman_21
Honored Contributor

Re: Kernel Parameters

Ok Omar,

If you want to list the kernel parameters, then use th following command:

#sysdef|pg

This will list the kernel parameters as well as the values next to each.

Hope this more clear.
Thanks.
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Steven E. Protter
Exalted Contributor

Re: Kernel Parameters

Just in case it might help, I'm attaching a system data collection script.

Glance however system tables report is a great way to explore utilization versus settings.

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
Frank Slootweg
Honored Contributor

Re: Kernel Parameters

If you use HP-UX 11i (i.e. 11.11 or higher) then you can also use the, sometimes optional, kcweb web interface (or the command-line commands which come with the kcweb product).

If your version of 11i does not have kcweb, you can download it from http:/www.software.hp.com (just click the "search" button and search for "kcweb").