<?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: Real TIme Process Memory Usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984931#M294802</link>
    <description>Setting aside differences in precision between Glance vs. pstat [which is where ps gets the data], one big reason for a discrepancy here is that you want SZ from ps (physical memory size) if you're comparing RSS.. not VSZ (virtual memory size).</description>
    <pubDate>Fri, 20 Apr 2007 10:50:02 GMT</pubDate>
    <dc:creator>Don Morris_1</dc:creator>
    <dc:date>2007-04-20T10:50:02Z</dc:date>
    <item>
      <title>Real TIme Process Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984924#M294795</link>
      <description>I need to monitor process memory usage in real time.  What command can I use to display the amount of memory a proces is currently using?</description>
      <pubDate>Thu, 19 Apr 2007 09:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984924#M294795</guid>
      <dc:creator>Kevin McNamara_1</dc:creator>
      <dc:date>2007-04-19T09:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Real TIme Process Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984925#M294796</link>
      <description>Glance if you have it installed and license.&lt;BR /&gt;&lt;BR /&gt;# glance (or gpm)</description>
      <pubDate>Thu, 19 Apr 2007 09:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984925#M294796</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2007-04-19T09:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Real TIme Process Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984926#M294797</link>
      <description>the command "top" also has a good view of the memory usage and processes running.&lt;BR /&gt;&lt;BR /&gt;#top&lt;BR /&gt;&lt;BR /&gt;Marco</description>
      <pubDate>Thu, 19 Apr 2007 09:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984926#M294797</guid>
      <dc:creator>Marco A.</dc:creator>
      <dc:date>2007-04-19T09:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Real TIme Process Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984927#M294798</link>
      <description>If you don't have Glance then all you need is ps with the XPG4 behavior asserted.&lt;BR /&gt;&lt;BR /&gt;Determine the process PID of interest using ps in the normal fashion then:&lt;BR /&gt;&lt;BR /&gt;UNIX95=1 ps -p PID -o comm,vsz,etime</description>
      <pubDate>Thu, 19 Apr 2007 09:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984927#M294798</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-19T09:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Real TIme Process Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984928#M294799</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;Also this thread talks about process memory&lt;BR /&gt;usage, please check it as it looks very helpful too:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=838754&amp;amp;admit=-682735245+1176998017125+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=838754&amp;amp;admit=-682735245+1176998017125+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Thu, 19 Apr 2007 10:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984928#M294799</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-04-19T10:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Real TIme Process Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984929#M294800</link>
      <description>Thanks for all the replies.  I like the "UNIX95 ps" command.  I can use this in a script.  But, the VSZ that it reports does not match the RSS column (This consists of text, data, stack, as well as the process memory) in Glance. How can I get the "UNIX95 ps" command to report the RSS value from Glance?</description>
      <pubDate>Fri, 20 Apr 2007 08:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984929#M294800</guid>
      <dc:creator>Kevin McNamara_1</dc:creator>
      <dc:date>2007-04-20T08:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Real TIme Process Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984930#M294801</link>
      <description>Asking ps to give you the same values as a sophisticated tool like Glance isn't all that realistic. It is very difficult to decide just what per-process memory usage means. How does shared memory count? How about shared text? In any event, since you have Glance, you can use the command-line interface (-adviser-only option) and get whatever metrics you are interested in. A search should turn up tons of examples.</description>
      <pubDate>Fri, 20 Apr 2007 09:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984930#M294801</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-20T09:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Real TIme Process Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984931#M294802</link>
      <description>Setting aside differences in precision between Glance vs. pstat [which is where ps gets the data], one big reason for a discrepancy here is that you want SZ from ps (physical memory size) if you're comparing RSS.. not VSZ (virtual memory size).</description>
      <pubDate>Fri, 20 Apr 2007 10:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984931#M294802</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2007-04-20T10:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Real TIme Process Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984932#M294803</link>
      <description>Thanks again for the great info.  I think using the advisor_only feature of Glance is going to do the trick.</description>
      <pubDate>Fri, 20 Apr 2007 11:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/real-time-process-memory-usage/m-p/3984932#M294803</guid>
      <dc:creator>Kevin McNamara_1</dc:creator>
      <dc:date>2007-04-20T11:38:09Z</dc:date>
    </item>
  </channel>
</rss>

