<?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: RAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860692#M96076</link>
    <description>Please try this&lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog"|cstm &amp;gt; /tmp/meminfo&lt;BR /&gt;# vi /tmp/meminfo&lt;BR /&gt;&lt;BR /&gt;You can get more detail RAM info about hardware, such as memory board inventory.&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Dec 2002 09:46:52 GMT</pubDate>
    <dc:creator>ldw_1</dc:creator>
    <dc:date>2002-12-12T09:46:52Z</dc:date>
    <item>
      <title>RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860686#M96070</link>
      <description>Which command can show the ram size? Thanks.</description>
      <pubDate>Tue, 10 Dec 2002 02:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860686#M96070</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2002-12-10T02:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860687#M96071</link>
      <description>swapinfo, dmesg can tell you the RAM size. You can even see through sam or by using adb..&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Tue, 10 Dec 2002 02:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860687#M96071</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-10T02:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860688#M96072</link>
      <description>Depending on your OS version as which options is best for you.&lt;BR /&gt;&lt;BR /&gt;HP-UX 10x &lt;BR /&gt;&lt;BR /&gt;# echo physmem/D | adb -k /stand/vmunix /dev/kmem &lt;BR /&gt;physmem: &lt;BR /&gt;physmem: 24576 &lt;BR /&gt;&lt;BR /&gt;for HP-UX 11.x systems running on 32 bit architecture: &lt;BR /&gt;example: &lt;BR /&gt;&lt;BR /&gt;# echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem &lt;BR /&gt;phys_mem_pages: &lt;BR /&gt;phys_mem_pages: 24576 &lt;BR /&gt;&lt;BR /&gt;for HP-UX 11.x systems running on 64 bit architecture: &lt;BR /&gt;example: &lt;BR /&gt;&lt;BR /&gt;# echo phys_mem_pages/D | adb64 -k /stand/vmunix /dev/mem &lt;BR /&gt;phys_mem_pages: &lt;BR /&gt;phys_mem_pages: 262144 &lt;BR /&gt;&lt;BR /&gt;The results of these commands are in memory pages, multiply by 4096 &lt;BR /&gt;to obtain the size in bytes. &lt;BR /&gt;</description>
      <pubDate>Tue, 10 Dec 2002 02:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860688#M96072</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-10T02:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860689#M96073</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can use command&lt;BR /&gt;dmesg , top and &lt;BR /&gt;&lt;BR /&gt;sam &lt;BR /&gt;Performance Monitors -&amp;gt; System Properties&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to view  the the RAM size&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Sri</description>
      <pubDate>Tue, 10 Dec 2002 02:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860689#M96073</guid>
      <dc:creator>Sritharan</dc:creator>
      <dc:date>2002-12-10T02:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860690#M96074</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you will also get a detailed report in glance (option: m - Memory Report)&lt;BR /&gt;&lt;BR /&gt;You can also get the the processes sorted by size of core image using the attached psram.sh script!&lt;BR /&gt;# Usage:&lt;BR /&gt;#    psram [ quantity ]&lt;BR /&gt;#&lt;BR /&gt;# where quantity is the top RAM processes to show (default is 20)&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 10 Dec 2002 04:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860690#M96074</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-12-10T04:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860691#M96075</link>
      <description>&lt;BR /&gt;  But dont ever go by the RAM info shown in the swapinfo command.</description>
      <pubDate>Thu, 12 Dec 2002 08:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860691#M96075</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2002-12-12T08:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860692#M96076</link>
      <description>Please try this&lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog"|cstm &amp;gt; /tmp/meminfo&lt;BR /&gt;# vi /tmp/meminfo&lt;BR /&gt;&lt;BR /&gt;You can get more detail RAM info about hardware, such as memory board inventory.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Dec 2002 09:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ram/m-p/2860692#M96076</guid>
      <dc:creator>ldw_1</dc:creator>
      <dc:date>2002-12-12T09:46:52Z</dc:date>
    </item>
  </channel>
</rss>

