<?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 Usage vs Free Memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231354#M172178</link>
    <description>glance -m&lt;BR /&gt;&lt;BR /&gt;echo "free_mem/D|adb -k /stand/vmunix&lt;BR /&gt;grep -i physical /var/adm/syslog/syslog.log -- to get physical RAM on system.&lt;BR /&gt;vmstat 5 5&lt;BR /&gt;Check free mem column. Unit is page. One buffer page is 4096k.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Fri, 26 Mar 2004 14:31:47 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-03-26T14:31:47Z</dc:date>
    <item>
      <title>Memory Usage vs Free Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231353#M172177</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;IS there a way for me to find out the current system physical memory usage and free memory ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nikee</description>
      <pubDate>Fri, 26 Mar 2004 14:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231353#M172177</guid>
      <dc:creator>Nikee Reddy</dc:creator>
      <dc:date>2004-03-26T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage vs Free Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231354#M172178</link>
      <description>glance -m&lt;BR /&gt;&lt;BR /&gt;echo "free_mem/D|adb -k /stand/vmunix&lt;BR /&gt;grep -i physical /var/adm/syslog/syslog.log -- to get physical RAM on system.&lt;BR /&gt;vmstat 5 5&lt;BR /&gt;Check free mem column. Unit is page. One buffer page is 4096k.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 26 Mar 2004 14:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231354#M172178</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-26T14:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage vs Free Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231355#M172179</link>
      <description>Hi Nikee,&lt;BR /&gt;&lt;BR /&gt;The best way is to use a tool called glance. If you do not have it installed ( 60 days free ) you could use top, vmstat, ps, swapinfo but those tools do not give you a clear output.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 26 Mar 2004 14:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231355#M172179</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-03-26T14:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage vs Free Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231356#M172180</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  # echo "freemem/D" | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt; &lt;BR /&gt;  The output is the free memory in pages. Multiply the resulting number with 4 to get the free memory in Kbytes.&lt;BR /&gt;&lt;BR /&gt;  # echo "phys_mem_pages/D" | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt; &lt;BR /&gt;  The output is the total memory in pages.Multiply the resulting number with 4 to get the free memory in Kbytes.&lt;BR /&gt;&lt;BR /&gt;  Used memory=Total memory-Free memory&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Fri, 26 Mar 2004 14:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231356#M172180</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-03-26T14:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage vs Free Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231357#M172181</link>
      <description>Just want to add that kmeminfo (in /usr/contrib/Q4) is very useful :&lt;BR /&gt;Example on a A400 server (display containts tab) :&lt;BR /&gt;&lt;BR /&gt;Physical memory usage summary (in pages):&lt;BR /&gt; Physmem        =  131072  Available physical memory:&lt;BR /&gt;  Freemem      =   57764    Free physical memory&lt;BR /&gt;  Used         =   73308    Used physical memory:&lt;BR /&gt;   System     =   46487      by kernel:&lt;BR /&gt;    Static   =    6465        for text and static data&lt;BR /&gt;    Dynamic  =   20635        for dynamic data&lt;BR /&gt;    Bufcache =   19387        for file-system buffer cache&lt;BR /&gt;   User       =   28946      by user processes&lt;BR /&gt;    Uarea    =    1136        for thread uareas&lt;BR /&gt;   Disowned   =     256      disowned pages&lt;BR /&gt;&lt;BR /&gt;Olivier.</description>
      <pubDate>Fri, 28 May 2004 02:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-vs-free-memory/m-p/3231357#M172181</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-05-28T02:48:45Z</dc:date>
    </item>
  </channel>
</rss>

