- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel parameter usage
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-11-2004 11:15 PM
01-11-2004 11:15 PM
Is there a way to check current usage of a certain kernel parameter, say for example how to we check how many percents of shmem that has been used ?
regards,
tenghin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 11:31 PM
01-11-2004 11:31 PM
Re: kernel parameter usage
on 11.00 kmtune can give you some info.
Not sure if this goes for shmem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 11:38 PM
01-11-2004 11:38 PM
Re: kernel parameter usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 11:46 PM
01-11-2004 11:46 PM
Re: kernel parameter usage
For kernel tables, "glance -t" if you have them will show a couple.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 11:55 PM
01-11-2004 11:55 PM
Re: kernel parameter usage
kmtune only show what is the value set for the parameter, right ? Does it shows the usage?
Hi Cherly, Nelson,
Can any one of you help me explains the output of "ipcs -a" and "ipcs -mob"? Not sure how does the output links to which kernel parameters?
Thank you all for replying my question!
regards
tenghinh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 12:57 AM
01-12-2004 12:57 AM
Re: kernel parameter usage
# memdetail
Memory Stat total used avail %used
physical 10080.0 8643.7 1436.3 86%
active virtual 9984.1 4385.2 5598.9 44%
active real 6302.8 2832.8 3470.0 45%
memory swap 7697.2 1922.2 5774.9 25%
device swap 26528.0 9696.8 16831.2 37%
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 01:54 PM
01-12-2004 01:54 PM
Re: kernel parameter usage
Thanks for the scripts. Actually what I want is to checking the usage for kernel parameters, so that I can monitor it using scripts, before system give error such as number of open file exceeded so on and so fourth. Seems like glance is the answer so far, but I am not sure how to export the data to a file. Any idea ?
regards,
tenghin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 02:36 PM
01-12-2004 02:36 PM
Solution$ cat syntax
print "file lock util", tbl_file_lock_util
print "file table util", tbl_file_table_util
print "msg table util", tbl_msg_table_util
print "proc table util", tbl_proc_table_util
print "sem table util", tbl_sem_table_util
print "shmem table util", tbl_shmem_table_util
$ glance -iterations 2 -adviser_only -syntax syntax > file
Please note that number of iterations has to be at least 2, so you will get two numbers for each metric. For description of metrics please see /opt/perf/paperdocs/mwa/C/methp.txt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 05:14 PM
01-12-2004 05:14 PM
Re: kernel parameter usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 06:05 PM
01-12-2004 06:05 PM
Re: kernel parameter usage
Thanks a lot. It works !.
Hi Vening,
Thanks for the advice.
regards,
tenghin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 06:34 PM
01-12-2004 06:34 PM
Re: kernel parameter usage
There is a software called kcweb. which uses EMS. it works on 11.11 & above. go to the link given below
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=Casey
Saurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:21 AM
01-13-2004 01:21 AM
Re: kernel parameter usage
kcweb is available on 11.11 and onwards. The command "kcusage" can monitor and send alarm from following tunables:
dbc_max_pct 33 / 50
maxdsiz 67710976 / 1073741824
maxdsiz_64bit 8409088 / 4294967296
maxfiles_lim 84 / 4096
maxssiz 167936 / 8388608
maxssiz_64bit 45056 / 268435456
maxtsiz 3096576 / 100663296
maxtsiz_64bit 663552 / 1073741824
maxuprc 8 / 256
max_thread_proc 172 / 3000
msgmni 2 / 512
msgseg 0 / 8192
msgtql 0 / 1024
nfile 1277 / 65536
nflocks 21 / 4096
ninode 1049 / 4880
nkthread 600 / 8416
nproc 171 / 4200
npty 3 / 60
nstrpty 0 / 60
nstrtel 1 / 60
semmni 26 / 2048
semmns 76 / 4096
shmmax 17904720 / 1073741824
shmmni 9 / 400
Hope this helps.
Regards,
Hemanth