<?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 usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517364#M219271</link>
    <description>Here's a c program that does a pretty good job - output like:&lt;BR /&gt;&lt;BR /&gt;# memdetail&lt;BR /&gt;Memory Stat      total    used   avail   %used&lt;BR /&gt;physical        10080.0 10032.9   47.1    100%&lt;BR /&gt;active virtual  12017.9 5899.8  6118.1     49%&lt;BR /&gt;active real     8177.2  3867.3  4309.9     47%&lt;BR /&gt;memory swap     7693.0  1448.6  6244.3     19%&lt;BR /&gt;device swap     26528.0 11021.1 15506.9    42%&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Mon, 04 Apr 2005 13:10:31 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2005-04-04T13:10:31Z</dc:date>
    <item>
      <title>Memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517359#M219266</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;Is there anyway to find out the consolidated used/free physical memory (RAM) apart from top. if top is the only solution plz explain the memory part of top. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Shakeer</description>
      <pubDate>Mon, 04 Apr 2005 10:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517359#M219266</guid>
      <dc:creator>Shakeer_1</dc:creator>
      <dc:date>2005-04-04T10:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517360#M219267</link>
      <description>Top is a meaningless tool for this. Top only knows about memory directly related to processes. It knows nothing about kernel data structures such as buffer cache. On HP-UX boxes, the best tool for the job is Glance. Glance must be purchased although a 60-day trial version can be found on any Applications CD Set. It is the performance measurement tool of choice for HP-UX.</description>
      <pubDate>Mon, 04 Apr 2005 11:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517360#M219267</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-04T11:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517361#M219268</link>
      <description>Top is probably the worst way to find this information.  The best way is to run Glance.  Lacking glance you can look at swapinfo.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 04 Apr 2005 11:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517361#M219268</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-04T11:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517362#M219269</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just try "swapinfo -atm" if you do not have Glance.Also you can check some virtual memory activity through vmstat. See man vmstat for details.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 04 Apr 2005 11:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517362#M219269</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-04T11:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517363#M219270</link>
      <description>Unix tools are very poor at showing memory usage. It isn't a simple process+kernel answer. Memory is used by the buffer cache, by shared libraries and shared memory segments, by memory mapped files, I/O buffers, etc. If what you really want to know is how much RAM is used by each process, this will show memory usage (just the resident set size (core image) but will not show swapped areas or shared areas:&lt;BR /&gt; &lt;BR /&gt;UNIX95=1 ps -e -o vsz,uid,pid,ppid,args | sort -rn&lt;BR /&gt; &lt;BR /&gt;The first column is RAM in Kbytes, next is user, PID, and parent PID plus the command line. To break out all the other memory areas, you need Glance. There is a trial version on your Application CDROM set.&lt;BR /&gt; &lt;BR /&gt;Note: if you're getting an "out of memory" error, it is very likely not due to RAM usage but due to restrictions on what the program is allowed to request for memory.</description>
      <pubDate>Mon, 04 Apr 2005 11:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517363#M219270</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-04T11:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517364#M219271</link>
      <description>Here's a c program that does a pretty good job - output like:&lt;BR /&gt;&lt;BR /&gt;# memdetail&lt;BR /&gt;Memory Stat      total    used   avail   %used&lt;BR /&gt;physical        10080.0 10032.9   47.1    100%&lt;BR /&gt;active virtual  12017.9 5899.8  6118.1     49%&lt;BR /&gt;active real     8177.2  3867.3  4309.9     47%&lt;BR /&gt;memory swap     7693.0  1448.6  6244.3     19%&lt;BR /&gt;device swap     26528.0 11021.1 15506.9    42%&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 04 Apr 2005 13:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517364#M219271</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-04-04T13:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517365#M219272</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You could use Glance ,glance gives a lot of details in a nice way.&lt;BR /&gt;#swapinfo -mat would give you the swap details.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2005 13:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3517365#M219272</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-04-04T13:14:24Z</dc:date>
    </item>
  </channel>
</rss>

