<?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: To check the kernel table PROC utilisation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330527#M341981</link>
    <description>#kcusgae -- shows the usage of all tunables&lt;BR /&gt;#kcusgae -l ---- long lisst of tnable setting and current usage&lt;BR /&gt;#kcusage -l nproc --- u get the usahe details in liong format for nproc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;etc etc</description>
    <pubDate>Wed, 31 Dec 2008 12:02:36 GMT</pubDate>
    <dc:creator>sujit kumar singh</dc:creator>
    <dc:date>2008-12-31T12:02:36Z</dc:date>
    <item>
      <title>To check the kernel table PROC utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330522#M341976</link>
      <description>I got the following error msg on my system&lt;BR /&gt;kernel table PROC more than 70.0 full  &lt;BR /&gt;Can anybody help me out that how should i check the proc table utilisation .</description>
      <pubDate>Wed, 31 Dec 2008 11:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330522#M341976</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2008-12-31T11:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: To check the kernel table PROC utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330523#M341977</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;Use #sar -v 2 2  to see proc utilisation in real time. output will be like below.&lt;BR /&gt;&lt;BR /&gt;11:36:44 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;11:36:46   N/A   N/A 365/4096  0  2366/34816 0  5098/63498 0&lt;BR /&gt;11:36:48   N/A   N/A 364/4096  0  2365/34816 0  5094/63498 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;look at the value proc-sz.  First is current utilisation and the next one is defined value in kernel.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Dec 2008 11:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330523#M341977</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-12-31T11:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: To check the kernel table PROC utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330524#M341978</link>
      <description>On 11.23, kcusage(1m) will also tell you.</description>
      <pubDate>Wed, 31 Dec 2008 11:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330524#M341978</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-31T11:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: To check the kernel table PROC utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330525#M341979</link>
      <description>what will be the command can you describe in detail</description>
      <pubDate>Wed, 31 Dec 2008 11:54:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330525#M341979</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2008-12-31T11:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: To check the kernel table PROC utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330526#M341980</link>
      <description>the command to know the usage of any Kernel tunable is &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#kcusage &lt;TUNABLE&gt;&lt;BR /&gt;&lt;BR /&gt;eg&lt;BR /&gt;#kcusage nproc&lt;/TUNABLE&gt;</description>
      <pubDate>Wed, 31 Dec 2008 11:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330526#M341980</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2008-12-31T11:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: To check the kernel table PROC utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330527#M341981</link>
      <description>#kcusgae -- shows the usage of all tunables&lt;BR /&gt;#kcusgae -l ---- long lisst of tnable setting and current usage&lt;BR /&gt;#kcusage -l nproc --- u get the usahe details in liong format for nproc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;etc etc</description>
      <pubDate>Wed, 31 Dec 2008 12:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330527#M341981</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2008-12-31T12:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: To check the kernel table PROC utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330528#M341982</link>
      <description>&amp;gt;what will be the command&lt;BR /&gt;&lt;BR /&gt;Check the man page.  By default it will show all of them.  Then you can grep:&lt;BR /&gt;kcusage | grep proc</description>
      <pubDate>Wed, 31 Dec 2008 12:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330528#M341982</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-31T12:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: To check the kernel table PROC utilisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330529#M341983</link>
      <description>kcusgae -t gives the top 5 processes that r using that tunable also kcusage -h -d etc can give u the report on a timely basis for the system like when was what utilisation of which parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rfer to manpages of kcusage also&lt;BR /&gt;&lt;BR /&gt;Sujit</description>
      <pubDate>Wed, 31 Dec 2008 12:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-check-the-kernel-table-proc-utilisation/m-p/4330529#M341983</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2008-12-31T12:05:54Z</dc:date>
    </item>
  </channel>
</rss>

