<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066835#M904564</link>
    <description>please post (text file):&lt;BR /&gt;vmstat 5 5&lt;BR /&gt;grep -i physical /var/adm/syslog/syslog.log&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Zeev</description>
    <pubDate>Tue, 09 Sep 2003 14:07:58 GMT</pubDate>
    <dc:creator>Zeev Schultz</dc:creator>
    <dc:date>2003-09-09T14:07:58Z</dc:date>
    <item>
      <title>memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066831#M904560</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The commando swapinfo states that 84% of my memory is in use. How can I find out which processes use this memory?</description>
      <pubDate>Tue, 09 Sep 2003 13:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066831#M904560</guid>
      <dc:creator>Pieter_5</dc:creator>
      <dc:date>2003-09-09T13:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066832#M904561</link>
      <description>They all do!&lt;BR /&gt;&lt;BR /&gt;A process that starts in hpux reserves swap that it might not ever have a requirement for.  However, if you have swapping, i.e. pages of RAM are being swapped to disk, you have a problem and need to increase the amount of RAM you have</description>
      <pubDate>Tue, 09 Sep 2003 14:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066832#M904561</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-09T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066833#M904562</link>
      <description>If you have GlancePlus installed, use that tool, it will give you the information you need:&lt;BR /&gt;&lt;BR /&gt;# glance&lt;BR /&gt;# gpm</description>
      <pubDate>Tue, 09 Sep 2003 14:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066833#M904562</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-09-09T14:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066834#M904563</link>
      <description>swapinfo is not the correct command to see how much of your memory is in use. &lt;BR /&gt;&lt;BR /&gt;The command you want is /usr/bin/vmstat&lt;BR /&gt;&lt;BR /&gt;Look for the memory free column, and multiply this number by 4096 to get free memory in bytes.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 14:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066834#M904563</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-09T14:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066835#M904564</link>
      <description>please post (text file):&lt;BR /&gt;vmstat 5 5&lt;BR /&gt;grep -i physical /var/adm/syslog/syslog.log&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Zeev</description>
      <pubDate>Tue, 09 Sep 2003 14:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066835#M904564</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-09-09T14:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066836#M904565</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is the output of swapinfo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     2097152       0 1843200    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  169024 -169024&lt;BR /&gt;memory   816868  321636  495232   87%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Notice that no swap is used, while memory has run to 87% while running a frecover-job&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 16:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066836#M904565</guid>
      <dc:creator>Pieter_5</dc:creator>
      <dc:date>2003-09-09T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066837#M904566</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Dont ever go by the swapinfo memory output. This is called pseudo swap and is set dynamically at boot. This is approximately 75% of the physical memory u have. Pseudo memory will be enabled if the kernel param swapmem_on is set to 1. If u want to find out the amout of free memory left in the system&lt;BR /&gt;&lt;BR /&gt;  # echo "freemem/D" | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;  The output is in pages. Multiply by 4 to get the free memory in KB.&lt;BR /&gt;&lt;BR /&gt;  Pls refer the following thread. I have attached an utility to find out the memory used by the processes.&lt;BR /&gt;  &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdb59c4f04693ef438e83589fb72f1cfd,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdb59c4f04693ef438e83589fb72f1cfd,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 10 Sep 2003 01:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066837#M904566</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2003-09-10T01:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066838#M904567</link>
      <description>bottom line - don't check swapinfo memory &lt;BR /&gt;line as it's not 'really' about memory.Its a &lt;BR /&gt;pseudo swap intended for servers with big memory sizes not to get to a strange state when&lt;BR /&gt;your server has a lot of ram but can't for example allocate swapping/paging areas for new&lt;BR /&gt;processes (and can't start 'em).&lt;BR /&gt;&lt;BR /&gt;use free memory list output from vmstat (multiply the number by 4,as its in pages,each memory page is 4k).Your 'real' free swapping/paging area is "dev FREE" minus "reserve" "USED".&lt;BR /&gt;&lt;BR /&gt;I think Glance shows the most friendly statistics for both those unfamiliar with hp-ux memory management and those that are.</description>
      <pubDate>Wed, 10 Sep 2003 11:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory/m-p/3066838#M904567</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-09-10T11:13:27Z</dc:date>
    </item>
  </channel>
</rss>

