<?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: Detect memory leak in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533651#M869571</link>
    <description>Amit,&lt;BR /&gt;&lt;BR /&gt;If you have Glance, check if you have this file&lt;BR /&gt;&lt;BR /&gt;file=/opt/perf/examples/adviser/proc_mem_leak&lt;BR /&gt;&lt;BR /&gt;If you do, try running&lt;BR /&gt;&lt;BR /&gt;glance -adviser_only -syntax $file -j60 | tee glance.out&lt;BR /&gt;&lt;BR /&gt;This will display information about potential memory hog processes every 60 seconds.  Read $file for further info.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 29 May 2001 13:18:38 GMT</pubDate>
    <dc:creator>Mladen Despic</dc:creator>
    <dc:date>2001-05-29T13:18:38Z</dc:date>
    <item>
      <title>Detect memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533647#M869567</link>
      <description>Can anybody tell me how to find if one of my running process has a memory leak, i.e., it is allocating memory continuously, but not freeing it ? What is the HP unix utility/command to monitor such a process ?</description>
      <pubDate>Tue, 29 May 2001 04:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533647#M869567</guid>
      <dc:creator>Amit Kureel</dc:creator>
      <dc:date>2001-05-29T04:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Detect memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533648#M869568</link>
      <description>Hi Amit:&lt;BR /&gt;&lt;BR /&gt;One way to spot a memory leak is to watch for growing usage by processes.  The following uses the POSIX (UNIX95) options of the 'ps' command to assist in this tracking, ranking the output in descending kilobyte core size.  Note that a space character follows the 'UNIX95' variable declaration and that the 'ps' command begins without any interceding delimiter.  Thus, the variable UNIX95 is set only for the one command line.&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -o "user,vsz,pid,ppid,args" | sort -rnk2 | more&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 29 May 2001 10:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533648#M869568</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-29T10:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Detect memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533649#M869569</link>
      <description>There is a great utility called sarcheck.&lt;BR /&gt;&lt;A href="http://www.sarcheck.com" target="_blank"&gt;www.sarcheck.com&lt;/A&gt;</description>
      <pubDate>Tue, 29 May 2001 11:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533649#M869569</guid>
      <dc:creator>LB4</dc:creator>
      <dc:date>2001-05-29T11:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Detect memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533650#M869570</link>
      <description>James, i was just looking through my notes for that command, I figured this would be the answere for this ticket. Any way, glad you pointed it out.  This is a very cool tool.</description>
      <pubDate>Tue, 29 May 2001 11:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533650#M869570</guid>
      <dc:creator>boley janowski</dc:creator>
      <dc:date>2001-05-29T11:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Detect memory leak</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533651#M869571</link>
      <description>Amit,&lt;BR /&gt;&lt;BR /&gt;If you have Glance, check if you have this file&lt;BR /&gt;&lt;BR /&gt;file=/opt/perf/examples/adviser/proc_mem_leak&lt;BR /&gt;&lt;BR /&gt;If you do, try running&lt;BR /&gt;&lt;BR /&gt;glance -adviser_only -syntax $file -j60 | tee glance.out&lt;BR /&gt;&lt;BR /&gt;This will display information about potential memory hog processes every 60 seconds.  Read $file for further info.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 May 2001 13:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/detect-memory-leak/m-p/2533651#M869571</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2001-05-29T13:18:38Z</dc:date>
    </item>
  </channel>
</rss>

