<?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 Management in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894535#M281968</link>
    <description>Hi,&lt;BR /&gt;Please see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=439070" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=439070&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To see the physical memory lay out:&lt;BR /&gt;STM. (Support tool manager)&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" | cstm &lt;BR /&gt;&lt;BR /&gt;For memory size:&lt;BR /&gt;perl -e 'local($PSTAT,$PSTAT_STATIC,$mem_info,$PSTAT_STRUCT)=(239,2,"\0"x120,"LI4L");&lt;BR /&gt;syscall($PSTAT,$PSTAT_STATIC,$mem_info,length($mem_info),1,0);&lt;BR /&gt;print "RAM=".int((unpack($PSTAT_STRUCT,$mem_info))[4]*((unpack($PSTAT_STRUCT,$mem_info))[5])/(1024*1024))."\n";'&lt;BR /&gt; or use SAM&lt;BR /&gt;&lt;BR /&gt;Please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;as your profiles shows you have never assigned points !&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Nov 2006 04:43:06 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2006-11-08T04:43:06Z</dc:date>
    <item>
      <title>Memory Management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894534#M281967</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I would like to to minitor the available memory, used, total memory, number of slots, occupied slots, and the usage of the memory in my HPux 11.1i.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2006 04:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894534#M281967</guid>
      <dc:creator>Mohamed Abdelfattah</dc:creator>
      <dc:date>2006-11-08T04:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894535#M281968</link>
      <description>Hi,&lt;BR /&gt;Please see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=439070" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=439070&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To see the physical memory lay out:&lt;BR /&gt;STM. (Support tool manager)&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" | cstm &lt;BR /&gt;&lt;BR /&gt;For memory size:&lt;BR /&gt;perl -e 'local($PSTAT,$PSTAT_STATIC,$mem_info,$PSTAT_STRUCT)=(239,2,"\0"x120,"LI4L");&lt;BR /&gt;syscall($PSTAT,$PSTAT_STATIC,$mem_info,length($mem_info),1,0);&lt;BR /&gt;print "RAM=".int((unpack($PSTAT_STRUCT,$mem_info))[4]*((unpack($PSTAT_STRUCT,$mem_info))[5])/(1024*1024))."\n";'&lt;BR /&gt; or use SAM&lt;BR /&gt;&lt;BR /&gt;Please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;as your profiles shows you have never assigned points !&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2006 04:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894535#M281968</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-11-08T04:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894536#M281969</link>
      <description>For number of slots/occupied slots, use STM.&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog"|cstm&lt;BR /&gt;&lt;BR /&gt;For monitoring memory usage, you can use glance/vmstat/pv etc.&lt;BR /&gt;&lt;BR /&gt;glance -m&lt;BR /&gt;vmstat 1 3&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2006 04:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894536#M281969</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-11-08T04:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894537#M281970</link>
      <description>Mohamed,&lt;BR /&gt;&lt;BR /&gt;There is also a very complete white paper on memory management:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/1218/mem_mgt.html" target="_blank"&gt;http://docs.hp.com/en/1218/mem_mgt.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have fun!&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 08 Nov 2006 07:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894537#M281970</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-11-08T07:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894538#M281971</link>
      <description>Mohamed,&lt;BR /&gt;&lt;BR /&gt;Also you have asign 0 points to 14 answers given to you:  &lt;A href="http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1408789&amp;amp;forumId=1." target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1408789&amp;amp;forumId=1.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Remember to give points to people that take their time to answer your questions, it's just the polite thing to do in this forum.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 08 Nov 2006 07:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/3894538#M281971</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-11-08T07:26:59Z</dc:date>
    </item>
  </channel>
</rss>

