<?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 size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537061#M26121</link>
    <description>If you have STM:&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog"|cstm &lt;BR /&gt;</description>
    <pubDate>Wed, 06 Jun 2001 10:43:03 GMT</pubDate>
    <dc:creator>Vincenzo Restuccia</dc:creator>
    <dc:date>2001-06-06T10:43:03Z</dc:date>
    <item>
      <title>memory size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537057#M26117</link>
      <description>Who can I determine the static and dynamic memory size using the command line ?&lt;BR /&gt;I run HP - UX 11.00.&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 06 Jun 2001 10:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537057#M26117</guid>
      <dc:creator>Sascha Krueger</dc:creator>
      <dc:date>2001-06-06T10:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: memory size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537058#M26118</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;for static memory you can use &lt;BR /&gt;&lt;BR /&gt;1. dmesg &lt;BR /&gt;2. SAM -&amp;gt; Performance Monitor -&amp;gt; System Properties -&amp;gt; Memory &lt;BR /&gt;&lt;BR /&gt;for the bufer chase find what is the size of the kernel param : dbc_max_pct. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 10:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537058#M26118</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-06-06T10:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: memory size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537059#M26119</link>
      <description>Hi again &lt;BR /&gt;&lt;BR /&gt;for the swap size you can use the swapinfo -t &lt;BR /&gt;and also if you have glance install you can check the size of the memory &lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 10:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537059#M26119</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-06-06T10:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: memory size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537060#M26120</link>
      <description>for 10.20 ( memory in MBs) &lt;BR /&gt;echo "physmem/D "| adb -k /stand/vmunix /dev/kmem | tail -1 | awk '[print $2/256} '&lt;BR /&gt;&lt;BR /&gt;for 11.00&lt;BR /&gt;&lt;BR /&gt;echo "phys_mem_pages/D "| adb -k /stand/vmunix /dev/kmem | tail -1 | awk '[print $2/256} '&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 10:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537060#M26120</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2001-06-06T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: memory size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537061#M26121</link>
      <description>If you have STM:&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog"|cstm &lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 10:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537061#M26121</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-06-06T10:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: memory size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537062#M26122</link>
      <description>Hi.&lt;BR /&gt;another way:&lt;BR /&gt;grep -i physic /var/adm/syslog/syslog.log</description>
      <pubDate>Wed, 06 Jun 2001 10:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537062#M26122</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-06-06T10:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: memory size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537063#M26123</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try for 11.00 memory- echo "phys_mem_pages/D "| adb -k /stand/vmunix /dev/kmem | tail -1 | awk '[print $2/256} ' &lt;BR /&gt;&lt;BR /&gt;The bufpages, check with "sysdef|pg" or use:&lt;BR /&gt;echo "bufpages/D" | adb -k /stand/vmunix /dev/kmem</description>
      <pubDate>Wed, 06 Jun 2001 11:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-size/m-p/2537063#M26123</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2001-06-06T11:48:56Z</dc:date>
    </item>
  </channel>
</rss>

