<?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 how to script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-script/m-p/3076842#M809847</link>
    <description>does any1 in here have any script on how to detect memory leak?&lt;BR /&gt;&lt;BR /&gt;I think we might have that problem&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Sep 2003 15:38:45 GMT</pubDate>
    <dc:creator>hpuxhelp</dc:creator>
    <dc:date>2003-09-23T15:38:45Z</dc:date>
    <item>
      <title>how to script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-script/m-p/3076842#M809847</link>
      <description>does any1 in here have any script on how to detect memory leak?&lt;BR /&gt;&lt;BR /&gt;I think we might have that problem&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 15:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-script/m-p/3076842#M809847</guid>
      <dc:creator>hpuxhelp</dc:creator>
      <dc:date>2003-09-23T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-script/m-p/3076843#M809848</link>
      <description>Measuring Memory Usage with vmstat  &lt;BR /&gt;&lt;BR /&gt;vmstat displays a wealth of information; use the -n option to make it more readable on an 80-column display.&lt;BR /&gt;&lt;BR /&gt;The column to watch most closely is po. If it is not zero, the system is paging. If the system is paging consistently, you probably need more RAM. &lt;BR /&gt;&lt;BR /&gt;you can also take a look at output from&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 15:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-script/m-p/3076843#M809848</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-09-23T15:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-script/m-p/3076844#M809849</link>
      <description>If the script runs long enough:&lt;BR /&gt;&lt;BR /&gt;You can find it in Glance Plus(paid add in product) and drill into it ans see statistics on memory use.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Sep 2003 15:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-script/m-p/3076844#M809849</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-23T15:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-script/m-p/3076845#M809850</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;restart the process and watch it's memory usage&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o ruser,vsz,pid,args|sed '1d'|sort -rnk2 | more&lt;BR /&gt;&lt;BR /&gt;vsz :- &lt;BR /&gt;The size in kilobytes (1024 byte units) of the core image of the process.  &lt;BR /&gt;&lt;BR /&gt;Check the man page for ps for more options&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 16:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-script/m-p/3076845#M809850</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2003-09-23T16:08:53Z</dc:date>
    </item>
  </channel>
</rss>

