<?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: Get memory utilization on HP 11.i server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893698#M754540</link>
    <description>vmstat | tail -1 | awk '{ print $4 }'&lt;BR /&gt;but that's not percent...&lt;BR /&gt;&lt;BR /&gt;You probably get more or better information via something like what I snagged from this forum just a few days back from someone else's post... (sorry I lost the original poster's name)...&lt;BR /&gt;&lt;BR /&gt;Try scripting up a solution from some of the following:&lt;BR /&gt;&lt;BR /&gt;echo physmem/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;physmem:&lt;BR /&gt;physmem: 24576&lt;BR /&gt;&lt;BR /&gt;for 32 bit HP-UX 11.x systems :&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;phys_mem_pages: 24576&lt;BR /&gt;&lt;BR /&gt;for 64 bit systems :&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb64 /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;phys_mem_pages: 262144&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To determine the amount of lockable memory for 32 bit systems :&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;echo total_lockable_mem/D | adb /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;total_lockable_mem:&lt;BR /&gt;total_lockable_mem: 185280&lt;BR /&gt;&lt;BR /&gt;for 64 bit systems :&lt;BR /&gt;&lt;BR /&gt;echo total_lockable_mem/D |adb64 /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;total_lockable_mem:&lt;BR /&gt;total_lockable_mem: 283750</description>
    <pubDate>Thu, 31 Mar 2005 15:42:33 GMT</pubDate>
    <dc:creator>TwoProc</dc:creator>
    <dc:date>2005-03-31T15:42:33Z</dc:date>
    <item>
      <title>Get memory utilization on HP 11.i server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893695#M754537</link>
      <description>Looking for a way to get the % memory used on an HP 11.i server using command line or perl script. I can get it from Glance, but would like to create a script to run and write it to a file. &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 31 Mar 2005 15:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893695#M754537</guid>
      <dc:creator>Jay_122</dc:creator>
      <dc:date>2005-03-31T15:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get memory utilization on HP 11.i server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893696#M754538</link>
      <description>Run the glance in adviser mode.&lt;BR /&gt;&lt;BR /&gt;man glance for details.</description>
      <pubDate>Thu, 31 Mar 2005 15:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893696#M754538</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-31T15:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get memory utilization on HP 11.i server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893697#M754539</link>
      <description>vmstat | tail -1 | awk '{ print $4 }'&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 15:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893697#M754539</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-03-31T15:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get memory utilization on HP 11.i server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893698#M754540</link>
      <description>vmstat | tail -1 | awk '{ print $4 }'&lt;BR /&gt;but that's not percent...&lt;BR /&gt;&lt;BR /&gt;You probably get more or better information via something like what I snagged from this forum just a few days back from someone else's post... (sorry I lost the original poster's name)...&lt;BR /&gt;&lt;BR /&gt;Try scripting up a solution from some of the following:&lt;BR /&gt;&lt;BR /&gt;echo physmem/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;physmem:&lt;BR /&gt;physmem: 24576&lt;BR /&gt;&lt;BR /&gt;for 32 bit HP-UX 11.x systems :&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;phys_mem_pages: 24576&lt;BR /&gt;&lt;BR /&gt;for 64 bit systems :&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/D | adb64 /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;phys_mem_pages: 262144&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To determine the amount of lockable memory for 32 bit systems :&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;echo total_lockable_mem/D | adb /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;total_lockable_mem:&lt;BR /&gt;total_lockable_mem: 185280&lt;BR /&gt;&lt;BR /&gt;for 64 bit systems :&lt;BR /&gt;&lt;BR /&gt;echo total_lockable_mem/D |adb64 /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;total_lockable_mem:&lt;BR /&gt;total_lockable_mem: 283750</description>
      <pubDate>Thu, 31 Mar 2005 15:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893698#M754540</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-03-31T15:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get memory utilization on HP 11.i server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893699#M754541</link>
      <description>Hi Jay&lt;BR /&gt;&lt;BR /&gt;Let check the script that I attached.&lt;BR /&gt;It is helps full to mornitor memory utilization.&lt;BR /&gt;&lt;BR /&gt;Regard,&lt;BR /&gt;HoangChiCong</description>
      <pubDate>Fri, 01 Apr 2005 00:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893699#M754541</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-04-01T00:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get memory utilization on HP 11.i server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893700#M754542</link>
      <description>Thanks to all</description>
      <pubDate>Wed, 18 Apr 2007 09:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-memory-utilization-on-hp-11-i-server/m-p/4893700#M754542</guid>
      <dc:creator>Jay_122</dc:creator>
      <dc:date>2007-04-18T09:37:07Z</dc:date>
    </item>
  </channel>
</rss>

