<?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 resources in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2814003#M85048</link>
    <description>Hi!&lt;BR /&gt;&lt;BR /&gt;There is an unsupported tool called "kmeminfo", which gives very detailed and precise information about memory consumption.&lt;BR /&gt;&lt;BR /&gt;It is delivered with recent q4 patches.&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Sep 2002 12:10:07 GMT</pubDate>
    <dc:creator>Dietmar Konermann</dc:creator>
    <dc:date>2002-09-26T12:10:07Z</dc:date>
    <item>
      <title>Memory resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2813996#M85041</link>
      <description>Hi,&lt;BR /&gt;how can I see the memory resources of a HP 9000 server?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;                Emanuele&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2002 10:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2813996#M85041</guid>
      <dc:creator>Emanuele Croci</dc:creator>
      <dc:date>2002-09-26T10:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Memory resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2813997#M85042</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;see manual pages for these commands.&lt;BR /&gt;#top&lt;BR /&gt;&lt;BR /&gt;#man top&lt;BR /&gt;&lt;BR /&gt;#sar &lt;BR /&gt;&lt;BR /&gt;#man sar&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2002 10:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2813997#M85042</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-26T10:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Memory resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2813998#M85043</link>
      <description>And the by now infamous...&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o ruser,vsz,pid,ppid,args | sort -rnk2 | more&lt;BR /&gt;&lt;BR /&gt;This shows all processes and how much memory they are using. (note the space after UNIX95= )&lt;BR /&gt;&lt;BR /&gt;MND</description>
      <pubDate>Thu, 26 Sep 2002 10:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2813998#M85043</guid>
      <dc:creator>Marc Dijkstra</dc:creator>
      <dc:date>2002-09-26T10:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Memory resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2813999#M85044</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I always use 'top' to find the resources used</description>
      <pubDate>Thu, 26 Sep 2002 11:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2813999#M85044</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-26T11:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Memory resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2814000#M85045</link>
      <description>Hi,&lt;BR /&gt;I 'd like to know the total memory dimension...&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;          Emanuele&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2002 11:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2814000#M85045</guid>
      <dc:creator>Emanuele Croci</dc:creator>
      <dc:date>2002-09-26T11:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Memory resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2814001#M85046</link>
      <description>&lt;BR /&gt;The most accurate way is glance/measureware.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 26 Sep 2002 11:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2814001#M85046</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-09-26T11:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Memory resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2814002#M85047</link>
      <description>You could try stm...&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog"|cstm&lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2002 11:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2814002#M85047</guid>
      <dc:creator>Tom Maloy</dc:creator>
      <dc:date>2002-09-26T11:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Memory resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2814003#M85048</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;There is an unsupported tool called "kmeminfo", which gives very detailed and precise information about memory consumption.&lt;BR /&gt;&lt;BR /&gt;It is delivered with recent q4 patches.&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2002 12:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-resources/m-p/2814003#M85048</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-09-26T12:10:07Z</dc:date>
    </item>
  </channel>
</rss>

