<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: kernel parameter usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161643#M159484</link>
    <description>Hello Tenghin,&lt;BR /&gt;&lt;BR /&gt;kcweb is available on 11.11 and onwards. The command "kcusage" can monitor and send alarm from following tunables:&lt;BR /&gt;dbc_max_pct                33 / 50&lt;BR /&gt;maxdsiz              67710976 / 1073741824&lt;BR /&gt;maxdsiz_64bit         8409088 / 4294967296&lt;BR /&gt;maxfiles_lim               84 / 4096&lt;BR /&gt;maxssiz                167936 / 8388608&lt;BR /&gt;maxssiz_64bit           45056 / 268435456&lt;BR /&gt;maxtsiz               3096576 / 100663296&lt;BR /&gt;maxtsiz_64bit          663552 / 1073741824&lt;BR /&gt;maxuprc                     8 / 256&lt;BR /&gt;max_thread_proc           172 / 3000&lt;BR /&gt;msgmni                      2 / 512&lt;BR /&gt;msgseg                      0 / 8192&lt;BR /&gt;msgtql                      0 / 1024&lt;BR /&gt;nfile                    1277 / 65536&lt;BR /&gt;nflocks                    21 / 4096&lt;BR /&gt;ninode                   1049 / 4880&lt;BR /&gt;nkthread                  600 / 8416&lt;BR /&gt;nproc                     171 / 4200&lt;BR /&gt;npty                        3 / 60&lt;BR /&gt;nstrpty                     0 / 60&lt;BR /&gt;nstrtel                     1 / 60&lt;BR /&gt;semmni                     26 / 2048&lt;BR /&gt;semmns                     76 / 4096&lt;BR /&gt;shmmax               17904720 / 1073741824&lt;BR /&gt;shmmni                      9 / 400&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Jan 2004 09:21:20 GMT</pubDate>
    <dc:creator>Hemanth Gurunath Basrur</dc:creator>
    <dc:date>2004-01-13T09:21:20Z</dc:date>
    <item>
      <title>kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161632#M159473</link>
      <description>Hi,&lt;BR /&gt;   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 ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;tenghin</description>
      <pubDate>Mon, 12 Jan 2004 07:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161632#M159473</guid>
      <dc:creator>yap</dc:creator>
      <dc:date>2004-01-12T07:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161633#M159474</link>
      <description>If I'm not mistaken it depends on the version of your OS.&lt;BR /&gt;&lt;BR /&gt;on 11.00 kmtune can give you some info.&lt;BR /&gt;Not sure if this goes for shmem</description>
      <pubDate>Mon, 12 Jan 2004 07:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161633#M159474</guid>
      <dc:creator>Emiel van Grinsven</dc:creator>
      <dc:date>2004-01-12T07:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161634#M159475</link>
      <description>ipcs -mob allows you to check on shared memory processes.</description>
      <pubDate>Mon, 12 Jan 2004 07:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161634#M159475</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-01-12T07:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161635#M159476</link>
      <description>ipcs -a will show you usage of all SysV SHM, SEM, MSG etc...&lt;BR /&gt;&lt;BR /&gt;For kernel tables, "glance -t" if you have them will show a couple.</description>
      <pubDate>Mon, 12 Jan 2004 07:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161635#M159476</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-01-12T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161636#M159477</link>
      <description>Hi Emiel,&lt;BR /&gt;    kmtune only show what is the value set for the parameter, right ? Does it shows the usage?&lt;BR /&gt;&lt;BR /&gt;Hi Cherly, Nelson,&lt;BR /&gt;&lt;BR /&gt;    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?&lt;BR /&gt;&lt;BR /&gt;Thank you all for replying my question!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;tenghinh</description>
      <pubDate>Mon, 12 Jan 2004 07:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161636#M159477</guid>
      <dc:creator>yap</dc:creator>
      <dc:date>2004-01-12T07:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161637#M159478</link>
      <description>Here's a cool c program that outputs the following:&lt;BR /&gt;&lt;BR /&gt;# memdetail&lt;BR /&gt;Memory Stat      total    used   avail   %used&lt;BR /&gt;physical        10080.0 8643.7  1436.3     86%&lt;BR /&gt;active virtual  9984.1  4385.2  5598.9     44%&lt;BR /&gt;active real     6302.8  2832.8  3470.0     45%&lt;BR /&gt;memory swap     7697.2  1922.2  5774.9     25%&lt;BR /&gt;device swap     26528.0 9696.8  16831.2    37%&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 12 Jan 2004 08:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161637#M159478</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-01-12T08:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161638#M159479</link>
      <description>Hi Geoff,&lt;BR /&gt;    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 ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;tenghin&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jan 2004 21:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161638#M159479</guid>
      <dc:creator>yap</dc:creator>
      <dc:date>2004-01-12T21:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161639#M159480</link>
      <description>Here's one way to do it.&lt;BR /&gt;&lt;BR /&gt;$ cat syntax&lt;BR /&gt;print "file lock util", tbl_file_lock_util&lt;BR /&gt;print "file table util", tbl_file_table_util&lt;BR /&gt;print "msg table util", tbl_msg_table_util&lt;BR /&gt;print "proc table util", tbl_proc_table_util&lt;BR /&gt;print "sem table util", tbl_sem_table_util&lt;BR /&gt;print "shmem table util", tbl_shmem_table_util&lt;BR /&gt;&lt;BR /&gt;$ glance -iterations 2 -adviser_only -syntax syntax &amp;gt; file&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jan 2004 22:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161639#M159480</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-01-12T22:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161640#M159481</link>
      <description>Glance is what I use.  You can install a trial version of Glance from HP's "application" CDs, or at least you could last I looked.  I searched software.hp.com but didn't see a download for free/trial version.</description>
      <pubDate>Tue, 13 Jan 2004 01:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161640#M159481</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2004-01-13T01:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161641#M159482</link>
      <description>Hi Ermin,&lt;BR /&gt;    Thanks a lot. It works !.&lt;BR /&gt;&lt;BR /&gt;Hi Vening,&lt;BR /&gt;   Thanks for the advice.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;tenghin</description>
      <pubDate>Tue, 13 Jan 2004 02:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161641#M159482</guid>
      <dc:creator>yap</dc:creator>
      <dc:date>2004-01-13T02:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161642#M159483</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is a software called kcweb. which uses EMS. it works on 11.11 &amp;amp; above.  go to the link given below&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=Casey" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=Casey&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Saurav</description>
      <pubDate>Tue, 13 Jan 2004 02:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161642#M159483</guid>
      <dc:creator>Saurav_1</dc:creator>
      <dc:date>2004-01-13T02:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161643#M159484</link>
      <description>Hello Tenghin,&lt;BR /&gt;&lt;BR /&gt;kcweb is available on 11.11 and onwards. The command "kcusage" can monitor and send alarm from following tunables:&lt;BR /&gt;dbc_max_pct                33 / 50&lt;BR /&gt;maxdsiz              67710976 / 1073741824&lt;BR /&gt;maxdsiz_64bit         8409088 / 4294967296&lt;BR /&gt;maxfiles_lim               84 / 4096&lt;BR /&gt;maxssiz                167936 / 8388608&lt;BR /&gt;maxssiz_64bit           45056 / 268435456&lt;BR /&gt;maxtsiz               3096576 / 100663296&lt;BR /&gt;maxtsiz_64bit          663552 / 1073741824&lt;BR /&gt;maxuprc                     8 / 256&lt;BR /&gt;max_thread_proc           172 / 3000&lt;BR /&gt;msgmni                      2 / 512&lt;BR /&gt;msgseg                      0 / 8192&lt;BR /&gt;msgtql                      0 / 1024&lt;BR /&gt;nfile                    1277 / 65536&lt;BR /&gt;nflocks                    21 / 4096&lt;BR /&gt;ninode                   1049 / 4880&lt;BR /&gt;nkthread                  600 / 8416&lt;BR /&gt;nproc                     171 / 4200&lt;BR /&gt;npty                        3 / 60&lt;BR /&gt;nstrpty                     0 / 60&lt;BR /&gt;nstrtel                     1 / 60&lt;BR /&gt;semmni                     26 / 2048&lt;BR /&gt;semmns                     76 / 4096&lt;BR /&gt;shmmax               17904720 / 1073741824&lt;BR /&gt;shmmni                      9 / 400&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jan 2004 09:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-usage/m-p/3161643#M159484</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2004-01-13T09:21:20Z</dc:date>
    </item>
  </channel>
</rss>

