<?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: Memory utilization very high on HP-UX 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976208#M490371</link>
    <description>&lt;P&gt;Where is your "swapinfo -tam" output?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2017 10:13:02 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2017-09-11T10:13:02Z</dc:date>
    <item>
      <title>Memory utilisation very high on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976205#M490370</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Experts, I am monitoring memory usage from swapinfo command on production servers and its showing almost 99% usage of memory so could you please help me to find out exact memory usage of server and which process is using more memory ? Please note that glance is not available on server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please find below kmeminfo&amp;nbsp;output :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;tool: kmeminfo 10.57 - libp4 9.873 - libhpux 1.507 - HP CONFIDENTIAL&lt;BR /&gt;unix: HP-UX B.11.31 64bit Tukwila 9320&amp;nbsp;&lt;BR /&gt;core: /dev/kmem live kernel!&lt;BR /&gt;link: Sat Jul 22 01:09:04 IST 2017&lt;BR /&gt;boot: Sat Jul 22 01:17:28 2017&lt;BR /&gt;time: Mon Sep 11 15:10:14 2017&lt;BR /&gt;nbpg: 4096 bytes&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Physical memory usage summary (in page/byte/percent):&lt;/P&gt;&lt;P&gt;Physical memory = 8344708 31.8g 100%&lt;BR /&gt;Free memory = 71214 278.2m 1%&lt;BR /&gt;User processes = 1326587 5.1g 16% details with -user&lt;BR /&gt;Detached SHMEM = 1 4.0k 0% details with -shmem&lt;BR /&gt;System = 6946907 26.5g 83%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 09:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976205#M490370</guid>
      <dc:creator>Nilesh_Rami</dc:creator>
      <dc:date>2017-09-11T09:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization very high on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976208#M490371</link>
      <description>&lt;P&gt;Where is your "swapinfo -tam" output?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 10:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976208#M490371</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2017-09-11T10:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization very high on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976212#M490372</link>
      <description>&lt;P&gt;Please find below requested output :&lt;/P&gt;&lt;P&gt;-bash-4.3# swapinfo -atm&lt;BR /&gt;Mb Mb Mb PCT START/ Mb&lt;BR /&gt;TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME&lt;BR /&gt;dev 16384 704 15680 4% 0 - 1 /dev/vg00/lvol2&lt;BR /&gt;reserve - 4840 -4840&lt;BR /&gt;memory 15485 4473 11012 29%&lt;BR /&gt;total 31869 10017 21852 31% - 0 -&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 11:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976212#M490372</guid>
      <dc:creator>Nilesh_Rami</dc:creator>
      <dc:date>2017-09-11T11:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilisation very high on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976256#M490375</link>
      <description>&lt;P&gt;100% memory usage is not a problem. It means your system is making best use of that resource. If more memory is needed, the paging subsystem will provide more by deactivating low priority processes and moveing inactive pages to the swap area. Are you trying to run additional processes that fail due to lack of memory?&lt;/P&gt;&lt;P&gt;You can get a simple picture of memory usage with these three commands:&lt;/P&gt;&lt;P&gt;# swapinfo -tam&lt;BR /&gt;# ipcs -bmop&lt;BR /&gt;#&amp;nbsp;UNIX95=1 ps -e -o vsz,ruser,pid,args | sort -nk1&lt;/P&gt;&lt;P&gt;The first command show paging (swap) statistics, the second shows shared memory usage and the last shows the ram usage for each process with the largest programs at the bottom.&lt;/P&gt;&lt;P&gt;Note that some programs may report a lack of available memory because they were not prepared to handle large amounts of RAM. And kernel parameters may limit the amount of memory that a program is allowed to use. Both of these limits can be changed.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 03:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976256#M490375</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2017-09-17T03:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization very high on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976267#M490376</link>
      <description>&lt;P&gt;&amp;gt;memory 15485 4473 11012 29%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to run this when you are near 100%.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976267#M490376</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2017-09-11T17:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilisation very high on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976320#M490377</link>
      <description>&lt;P&gt;Thank you very much for help....I got clear picture of memory utilisation now....thanks again&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 07:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976320#M490377</guid>
      <dc:creator>Nilesh_Rami</dc:creator>
      <dc:date>2017-09-12T07:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilisation very high on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976838#M490387</link>
      <description>&lt;P&gt;&amp;gt; Correction to my last post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use Post Options &amp;gt; Edit reply to correct it and similarly delete your correction post.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 02:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976838#M490387</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2017-09-17T02:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilisation very high on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976850#M490388</link>
      <description>&lt;P&gt;Done&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 03:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-very-high-on-hp-ux-11-31/m-p/6976850#M490388</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2017-09-17T03:15:23Z</dc:date>
    </item>
  </channel>
</rss>

