<?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: physical memory and the active memory on HP-9000/800 D380/1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502182#M883262</link>
    <description>To find the physical memory in the machine, a dmesg can help otherwise try &lt;BR /&gt;&lt;BR /&gt;# echo "mem_ptr/D" | adb /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;Be careful of the typing, adb is powerful ;), then to find out how much memory is being utilised by each process and if there are leaks try:&lt;BR /&gt;&lt;BR /&gt;#UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more&lt;BR /&gt;&lt;BR /&gt;Note the space after UNIX95=&lt;BR /&gt;&lt;BR /&gt;MND</description>
    <pubDate>Wed, 07 Mar 2001 12:43:16 GMT</pubDate>
    <dc:creator>Marc Dijkstra</dc:creator>
    <dc:date>2001-03-07T12:43:16Z</dc:date>
    <item>
      <title>physical memory and the active memory on HP-9000/800 D380/1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502181#M883261</link>
      <description>Hallo, &lt;BR /&gt;me system swapped continuous(swapinfo). The "sam" Tools appears me, that the system has 512 MB physical memory. How can I know, how many Memory ist really used (active), because the top-command and the sam shows, that only about 80 MB ist active and this value is dynamic. What is with the Kernal-Parameter "shmmmax, shmmni, s.o. ?  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye,   &lt;BR /&gt;&lt;BR /&gt;S?g?t</description>
      <pubDate>Wed, 07 Mar 2001 12:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502181#M883261</guid>
      <dc:creator>Soeguet</dc:creator>
      <dc:date>2001-03-07T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: physical memory and the active memory on HP-9000/800 D380/1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502182#M883262</link>
      <description>To find the physical memory in the machine, a dmesg can help otherwise try &lt;BR /&gt;&lt;BR /&gt;# echo "mem_ptr/D" | adb /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;Be careful of the typing, adb is powerful ;), then to find out how much memory is being utilised by each process and if there are leaks try:&lt;BR /&gt;&lt;BR /&gt;#UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more&lt;BR /&gt;&lt;BR /&gt;Note the space after UNIX95=&lt;BR /&gt;&lt;BR /&gt;MND</description>
      <pubDate>Wed, 07 Mar 2001 12:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502182#M883262</guid>
      <dc:creator>Marc Dijkstra</dc:creator>
      <dc:date>2001-03-07T12:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: physical memory and the active memory on HP-9000/800 D380/1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502183#M883263</link>
      <description>You can use command:&lt;BR /&gt;/usr/sam/lbin/getmem&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;In syslog you can see the string for ex:"Physical: 2097152 Kbytes" under heading "Memory Information:".&lt;BR /&gt;&lt;BR /&gt;Hope it heps you...&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.</description>
      <pubDate>Wed, 07 Mar 2001 13:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502183#M883263</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-03-07T13:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: physical memory and the active memory on HP-9000/800 D380/1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502184#M883264</link>
      <description>Another posibility is use vmstat command, but if you see if your system is swaping, another index is the %wio (to obtain this use the sar -u command), so see the column %wio if this columm is more than %20, see with sar -d command if your disk internal (where the swap is locate) is heavy use, IF yes so you have a problem a shortage of memory.&lt;BR /&gt;&lt;BR /&gt;MDF</description>
      <pubDate>Wed, 07 Mar 2001 13:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502184#M883264</guid>
      <dc:creator>Marcelo De Florio</dc:creator>
      <dc:date>2001-03-07T13:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: physical memory and the active memory on HP-9000/800 D380/1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502185#M883265</link>
      <description>shmmax, shmmni, etc are shared memory parameters. You can modify these parameters usin SAM-&amp;gt;Kernel configuration. The infomation for Active and Virtual memory can be seen using top, vmstat and Glance. If you set swapmem_on=1, this will give you 75% of Physical memory as pseudo swap.</description>
      <pubDate>Wed, 07 Mar 2001 13:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/physical-memory-and-the-active-memory-on-hp-9000-800-d380-1/m-p/2502185#M883265</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2001-03-07T13:35:14Z</dc:date>
    </item>
  </channel>
</rss>

