<?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: How to get physical memory usage. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141496#M452546</link>
    <description>If you want to find which processes are using what memory &lt;BR /&gt;&lt;BR /&gt;Then to find the actual size (sz) and Virtual size (vsz) use the below command&lt;BR /&gt;&lt;BR /&gt;#UNIX95=1 &lt;BR /&gt;# ps -efo vsz,sz,pid,args |grep -v grep | sort -rnk 1 | more&lt;BR /&gt;&lt;BR /&gt;Sagar&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Nov 2008 07:42:54 GMT</pubDate>
    <dc:creator>Sagar Sirdesai</dc:creator>
    <dc:date>2008-11-18T07:42:54Z</dc:date>
    <item>
      <title>How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141491#M452541</link>
      <description>Dear Gurus&lt;BR /&gt;&lt;BR /&gt;Is swapinfo will give physical usage or I want to go for TOP command as Glance is not installed in my server.&lt;BR /&gt;&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        8192       0    8192    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev        8192       0    8192    0%       0       -    1  /dev/vg00/lvswap&lt;BR /&gt;reserve       -    5816   -5816&lt;BR /&gt;total     16384    5816   10568   35%       -       0    -&lt;BR /&gt;&lt;BR /&gt;Physical memory size is 8GB.</description>
      <pubDate>Tue, 18 Nov 2008 06:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141491#M452541</guid>
      <dc:creator>jeevarajkn</dc:creator>
      <dc:date>2008-11-18T06:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141492#M452542</link>
      <description>Hi Jeevarajkn,&lt;BR /&gt;&lt;BR /&gt;Check below link its very usefull explain how to check ..:)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1226991737788+28353475&amp;amp;threadId=601446" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1226991737788+28353475&amp;amp;threadId=601446&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;# vmstat &lt;BR /&gt;&lt;BR /&gt;# sar&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 18 Nov 2008 07:07:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141492#M452542</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-18T07:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141493#M452543</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Please check the ipcs . &lt;BR /&gt;Using this command you can find the shared memory usage&lt;BR /&gt;&lt;BR /&gt;Sagar</description>
      <pubDate>Tue, 18 Nov 2008 07:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141493#M452543</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2008-11-18T07:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141494#M452544</link>
      <description>Use&lt;BR /&gt;&lt;BR /&gt;dmesg | grep physical&lt;BR /&gt;top&lt;BR /&gt;glance&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 18 Nov 2008 07:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141494#M452544</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-11-18T07:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141495#M452545</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The total memory can be seen with:&lt;BR /&gt;- glance, memory (m) report&lt;BR /&gt;- top&lt;BR /&gt;- dmesg&lt;BR /&gt;- also logged to the file, /var/adm/syslog/syslog.log&lt;BR /&gt;The free memory on the system can be seen with:&lt;BR /&gt;- glance, memory (m) report&lt;BR /&gt;- vmstat&lt;BR /&gt;&lt;BR /&gt;The swap space being used can be seen with:&lt;BR /&gt;- glance, swap space (w) report&lt;BR /&gt;- swapinfo&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 18 Nov 2008 07:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141495#M452545</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-18T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141496#M452546</link>
      <description>If you want to find which processes are using what memory &lt;BR /&gt;&lt;BR /&gt;Then to find the actual size (sz) and Virtual size (vsz) use the below command&lt;BR /&gt;&lt;BR /&gt;#UNIX95=1 &lt;BR /&gt;# ps -efo vsz,sz,pid,args |grep -v grep | sort -rnk 1 | more&lt;BR /&gt;&lt;BR /&gt;Sagar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2008 07:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141496#M452546</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2008-11-18T07:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141497#M452547</link>
      <description>You don't have an entry for "memory".  You need to enable the kernel parm swapmem_on.</description>
      <pubDate>Tue, 18 Nov 2008 08:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141497#M452547</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-18T08:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141498#M452548</link>
      <description>&amp;gt;Sagar: #UNIX95=1&lt;BR /&gt;# ps -efo vsz,sz,pid,args |grep -v grep | sort -rnk 1&lt;BR /&gt;&lt;BR /&gt;These need to be on the same line:&lt;BR /&gt;$ UNIX95=EXTENDED_PS ps -efo vsz,sz,pid,args | sort -rnk 1</description>
      <pubDate>Tue, 18 Nov 2008 08:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141498#M452548</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-18T08:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141499#M452549</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=8" target="_blank"&gt;http://www.hpux.ws/?p=8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Memory leak detector might get you enough info to go with.&lt;BR /&gt;&lt;BR /&gt;Shmuel</description>
      <pubDate>Tue, 18 Nov 2008 08:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141499#M452549</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-18T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical memory usage.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141500#M452550</link>
      <description>Dear Gurus &lt;BR /&gt;&lt;BR /&gt;Thanx for all the information Iam closing this thread.</description>
      <pubDate>Tue, 18 Nov 2008 09:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-physical-memory-usage/m-p/5141500#M452550</guid>
      <dc:creator>jeevarajkn</dc:creator>
      <dc:date>2008-11-18T09:12:03Z</dc:date>
    </item>
  </channel>
</rss>

