<?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: The command for memory information is....? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101092#M146887</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'd also add that if you want to find the amount of free memory on your system you can use the following:&lt;BR /&gt;# vmstat 1 2 | tail -1 | awk '{printf "%d %s\n", ($5*4)/1024, "MB" }'&lt;BR /&gt;&lt;BR /&gt;This will give you the amount of free memory in MB. Alternatively you can use glance if it's installed ('m' option).&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
    <pubDate>Thu, 23 Oct 2003 20:03:14 GMT</pubDate>
    <dc:creator>Con O'Kelly</dc:creator>
    <dc:date>2003-10-23T20:03:14Z</dc:date>
    <item>
      <title>The command for memory information is....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101086#M146881</link>
      <description>I've forgotten the command to find out my memory information on my Nclass, I thought it was MEMMAP or somthing of the sort. PLEASE HELP!</description>
      <pubDate>Thu, 23 Oct 2003 15:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101086#M146881</guid>
      <dc:creator>Adam Hicks</dc:creator>
      <dc:date>2003-10-23T15:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: The command for memory information is....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101087#M146882</link>
      <description>What kind of memory info:&lt;BR /&gt;&lt;BR /&gt;swap:&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;page, active, virtual&lt;BR /&gt;&lt;BR /&gt;vmstat&lt;BR /&gt;&lt;BR /&gt;shared mem:&lt;BR /&gt;&lt;BR /&gt;ipcs -mo&lt;BR /&gt;&lt;BR /&gt;Or use glance to get all of this in one place.&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Thu, 23 Oct 2003 15:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101087#M146882</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-10-23T15:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: The command for memory information is....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101088#M146883</link>
      <description>You can use adb....or this handy script called hpmem:&lt;BR /&gt;&lt;BR /&gt;# hpmem&lt;BR /&gt;HP-UX pc0003 B.11.11 U 9000/800 2504392627 unlimited-user license&lt;BR /&gt;CPU Count: 6&lt;BR /&gt;CPU Speed: 750 MHz&lt;BR /&gt;CPU HW Support: 64-bit&lt;BR /&gt;Kernel Support: 64-bit&lt;BR /&gt;RAM Size: 10080 MB&lt;BR /&gt;bufpages: 1008 MB&lt;BR /&gt;maxuprc: 800&lt;BR /&gt;maxvgs: 128&lt;BR /&gt;maxfiles: 2048&lt;BR /&gt;max_thread_proc: 256&lt;BR /&gt;nfile: 189100&lt;BR /&gt;nflock: 1200&lt;BR /&gt;nproc: 2560&lt;BR /&gt;ninode: 2984&lt;BR /&gt;shmmax: 1073741824&lt;BR /&gt;shmmni: 256&lt;BR /&gt;dbc_max_pct: 10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 23 Oct 2003 15:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101088#M146883</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-10-23T15:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: The command for memory information is....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101089#M146884</link>
      <description>how about glance?</description>
      <pubDate>Thu, 23 Oct 2003 16:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101089#M146884</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2003-10-23T16:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: The command for memory information is....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101090#M146885</link>
      <description>echo "phys_mem_pages/D" | adb /stand/vmunix /dev/kmem | grep phys | tail -1 | awk '{printf "%.0f MB\n",$2/256}'&lt;BR /&gt;&lt;BR /&gt;i can't test that it is correct but it looks ok! :-)</description>
      <pubDate>Thu, 23 Oct 2003 16:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101090#M146885</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2003-10-23T16:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: The command for memory information is....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101091#M146886</link>
      <description>As long as you have diagnostics loaded on your system (which you should) this little one liner, will map what's in the memory slots.&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier memory;info;wait;infolog" | cstm</description>
      <pubDate>Thu, 23 Oct 2003 16:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101091#M146886</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-10-23T16:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: The command for memory information is....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101092#M146887</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'd also add that if you want to find the amount of free memory on your system you can use the following:&lt;BR /&gt;# vmstat 1 2 | tail -1 | awk '{printf "%d %s\n", ($5*4)/1024, "MB" }'&lt;BR /&gt;&lt;BR /&gt;This will give you the amount of free memory in MB. Alternatively you can use glance if it's installed ('m' option).&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Thu, 23 Oct 2003 20:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-for-memory-information-is/m-p/3101092#M146887</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-10-23T20:03:14Z</dc:date>
    </item>
  </channel>
</rss>

