<?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 explanation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249056#M175015</link>
    <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;Try these two links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500228" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500228&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072760485" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072760485&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The itrc doc ids are A3940339 &amp;amp; RCMEMKBRC00005784.&lt;BR /&gt;&lt;BR /&gt;To find the total memory on your system, try&lt;BR /&gt;&lt;BR /&gt;1.) echo 'selclass qualifier memory;info;wait;infolog' |cstm |grep 'Total Configured'&lt;BR /&gt;2.) grep Physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Apr 2004 09:54:49 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2004-04-15T09:54:49Z</dc:date>
    <item>
      <title>Memory explanation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249052#M175011</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;We've got physical memory of 2 GB. &lt;BR /&gt;&lt;BR /&gt;Using the top command on HP-UX 11i the following is displayed &lt;BR /&gt;&lt;BR /&gt;Memory: 818000K (483536K) real, 1795960K (1177824K) virtual, 20020K free&lt;BR /&gt;&lt;BR /&gt;Please if anyone one can tell me what is real, virtual and free.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Regards&lt;BR /&gt;Sam</description>
      <pubDate>Thu, 15 Apr 2004 08:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249052#M175011</guid>
      <dc:creator>Sam Dee</dc:creator>
      <dc:date>2004-04-15T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Memory explanation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249053#M175012</link>
      <description>real is memory in use.&lt;BR /&gt;virtual is memory used for swap in RAM.&lt;BR /&gt;free is free :)&lt;BR /&gt;&lt;BR /&gt;if you sum all of these you have your RAM.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 08:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249053#M175012</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-04-15T08:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Memory explanation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249054#M175013</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look at&lt;BR /&gt;Memory Usage (â  What is using all of the memoryâ  ?)&lt;BR /&gt;&lt;BR /&gt;by:eric.herberholz@hp.com&lt;BR /&gt;&lt;BR /&gt;Last modified: April 7, 2004&lt;BR /&gt;&lt;BR /&gt;Latest version also available at external ftp site:&lt;BR /&gt;&lt;BR /&gt;ftp://eh:spear9@hprc.external.hp.com/memory.htm &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Open the web site and you will learn it all about memory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;              Steve</description>
      <pubDate>Thu, 15 Apr 2004 08:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249054#M175013</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-04-15T08:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Memory explanation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249055#M175014</link>
      <description>Here's a nice program called memdetail - just compile it.&lt;BR /&gt;&lt;BR /&gt;Output like:&lt;BR /&gt;&lt;BR /&gt;# memdetail&lt;BR /&gt;Memory Stat      total    used   avail   %used&lt;BR /&gt;physical        10080.0 10034.5   45.5    100%&lt;BR /&gt;active virtual  10957.9 4345.1  6612.8     40%&lt;BR /&gt;active real     7617.8  2941.9  4675.9     39%&lt;BR /&gt;memory swap     7697.2  1526.9  6170.3     20%&lt;BR /&gt;device swap     26528.0 10597.0 15931.0    40%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Some info on memeory here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;mode=id&amp;amp;admit=-1335382922+1054213293587+28353475&amp;amp;searchCrit=allwords&amp;amp;printable=true" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;mode=id&amp;amp;admit=-1335382922+1054213293587+28353475&amp;amp;searchCrit=allwords&amp;amp;printable=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 09:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249055#M175014</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-04-15T09:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Memory explanation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249056#M175015</link>
      <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;Try these two links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500228" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500228&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072760485" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072760485&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The itrc doc ids are A3940339 &amp;amp; RCMEMKBRC00005784.&lt;BR /&gt;&lt;BR /&gt;To find the total memory on your system, try&lt;BR /&gt;&lt;BR /&gt;1.) echo 'selclass qualifier memory;info;wait;infolog' |cstm |grep 'Total Configured'&lt;BR /&gt;2.) grep Physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 09:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249056#M175015</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-15T09:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Memory explanation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249057#M175016</link>
      <description>Thanks guys.&lt;BR /&gt;I have got a lot information to use.&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Sam</description>
      <pubDate>Fri, 16 Apr 2004 12:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-explanation/m-p/3249057#M175016</guid>
      <dc:creator>Sam Dee</dc:creator>
      <dc:date>2004-04-16T12:53:01Z</dc:date>
    </item>
  </channel>
</rss>

