<?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 management in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524532#M24138</link>
    <description>Joe,&lt;BR /&gt;&lt;BR /&gt;If you have a recent version of Glance, try this:&lt;BR /&gt;&lt;BR /&gt;glance -adviser_only -syntax /opt/perf/examples/adviser/proc_mem_leak&lt;BR /&gt;&lt;BR /&gt;Mladen</description>
    <pubDate>Thu, 03 May 2001 18:30:42 GMT</pubDate>
    <dc:creator>Mladen Despic</dc:creator>
    <dc:date>2001-05-03T18:30:42Z</dc:date>
    <item>
      <title>Memory management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524526#M24132</link>
      <description>What's a quick and easy way to identify memory allocated to individual processes?  Or which processes are memory hogs?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;..Joe</description>
      <pubDate>Thu, 03 May 2001 14:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524526#M24132</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2001-05-03T14:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Memory management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524527#M24133</link>
      <description>vmstat,top.</description>
      <pubDate>Thu, 03 May 2001 14:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524527#M24133</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-03T14:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Memory management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524528#M24134</link>
      <description>I would use:&lt;BR /&gt;&lt;BR /&gt;top&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Thu, 03 May 2001 14:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524528#M24134</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-05-03T14:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Memory management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524529#M24135</link>
      <description>Glance is the tool of choice but a quick and dirty way to do this (and the price is right!)&lt;BR /&gt;is:&lt;BR /&gt;ps -el | grep -v "PID" | sort -r -k10,10&lt;BR /&gt;&lt;BR /&gt;This will sort the process list in reverse order of SZ.&lt;BR /&gt;&lt;BR /&gt;You probably also should look at shared memory via ipcs -ma.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2001 15:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524529#M24135</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-03T15:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Memory management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524530#M24136</link>
      <description>Hi Joe:&lt;BR /&gt;&lt;BR /&gt;Several things come to mind:&lt;BR /&gt;&lt;BR /&gt;Probably the easiest is this script from Bill Hassell:&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -o "user,vsz,pid,ppid,arg" | sort -rnk2 | more &lt;BR /&gt;&lt;BR /&gt;'glance' and 'top' are very useful tools, too.&lt;BR /&gt;&lt;BR /&gt;'ipcs' displays information in short format for the message queues, shared memory segments, and semaphores that are currently active in the system.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 03 May 2001 15:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524530#M24136</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-03T15:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Memory management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524531#M24137</link>
      <description>Hi Joe,&lt;BR /&gt;with glance you can select a individual process and obtain a detailed report of the diferents kinds of memory it uses (text, data, stack, shmem).&lt;BR /&gt;Other tool that report individual use of memory is top and "ps -l"(in physical pages)  but are less detailed and even can give a wrong measure.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Juan Gonzalez&lt;BR /&gt;Best regard&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2001 15:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524531#M24137</guid>
      <dc:creator>Juan González</dc:creator>
      <dc:date>2001-05-03T15:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Memory management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524532#M24138</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;If you have a recent version of Glance, try this:&lt;BR /&gt;&lt;BR /&gt;glance -adviser_only -syntax /opt/perf/examples/adviser/proc_mem_leak&lt;BR /&gt;&lt;BR /&gt;Mladen</description>
      <pubDate>Thu, 03 May 2001 18:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-management/m-p/2524532#M24138</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2001-05-03T18:30:42Z</dc:date>
    </item>
  </channel>
</rss>

