<?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 Memory usage by a specific process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-by-a-specific-process/m-p/3420014#M861733</link>
    <description>Hello Friends,&lt;BR /&gt;How to calculate the memory used by a specific process.I want to calculate the memory usage for httpd process on HPUX 11i.&lt;BR /&gt;Thanks!!!</description>
    <pubDate>Thu, 11 Nov 2004 04:02:59 GMT</pubDate>
    <dc:creator>Bijoy_1</dc:creator>
    <dc:date>2004-11-11T04:02:59Z</dc:date>
    <item>
      <title>Memory usage by a specific process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-by-a-specific-process/m-p/3420014#M861733</link>
      <description>Hello Friends,&lt;BR /&gt;How to calculate the memory used by a specific process.I want to calculate the memory usage for httpd process on HPUX 11i.&lt;BR /&gt;Thanks!!!</description>
      <pubDate>Thu, 11 Nov 2004 04:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-by-a-specific-process/m-p/3420014#M861733</guid>
      <dc:creator>Bijoy_1</dc:creator>
      <dc:date>2004-11-11T04:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage by a specific process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-by-a-specific-process/m-p/3420015#M861734</link>
      <description>Hi Bijoy,&lt;BR /&gt;&lt;BR /&gt;"Memory" used by a process is an abstract term as HP-UX implements demand paging.&lt;BR /&gt;&lt;BR /&gt;Looks like you have already configured the httpd processes as an 'application' in measureware. If so, you can get the stats using the 'extract' command on 'APPLICATION' metrics.&lt;BR /&gt;&lt;BR /&gt;APP_MEM_RES&lt;BR /&gt;APP_MEM_UTIL&lt;BR /&gt;APP_MEM_VIRT&lt;BR /&gt;&lt;BR /&gt;The above will give you enough information on memory usage of your 'application'.&lt;BR /&gt;&lt;BR /&gt;If you don't have it, then the best bet is to use the 'ps' command to sum up. For ex.,&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -C httpd -o 'vsz' |awk '{ sum += $1 } END {print sum/1024}'&lt;BR /&gt;&lt;BR /&gt;Should give you the resident memory in MB of httpd processes.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 04:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-by-a-specific-process/m-p/3420015#M861734</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-11T04:27:45Z</dc:date>
    </item>
  </channel>
</rss>

