<?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 being consumed by which process ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-being-consumed-by-which-process/m-p/2903947#M936023</link>
    <description>In trying to determine which process is consuming big chunks of memory on one of the nodes, I need some help figuring out what exactly do the column headings mean for this command: ps gvx | grep dbsnmp&lt;BR /&gt;&lt;BR /&gt;VSZ and RSS&lt;BR /&gt;&lt;BR /&gt;Here is a sample of the output:&lt;BR /&gt;1312508 pts/3    I        0:00.02   229291      0 2.53M 960K  0.0  0.0 /oracle/product/9.2.0/bin/dbsnmpwd&lt;BR /&gt;1252323 pts/1    S  +     0:00.01        0      0 2.28M 856K  0.0  0.0 grep dbsnmp&lt;BR /&gt;1312510 pts/3    S        0:13.75   688012    996 2.91G 2.8G  0.0 34.6 /oracle/product/9.2.0/bin/dbsnmp</description>
    <pubDate>Thu, 13 Feb 2003 15:16:40 GMT</pubDate>
    <dc:creator>Kamran Hussain_1</dc:creator>
    <dc:date>2003-02-13T15:16:40Z</dc:date>
    <item>
      <title>memory being consumed by which process ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-being-consumed-by-which-process/m-p/2903947#M936023</link>
      <description>In trying to determine which process is consuming big chunks of memory on one of the nodes, I need some help figuring out what exactly do the column headings mean for this command: ps gvx | grep dbsnmp&lt;BR /&gt;&lt;BR /&gt;VSZ and RSS&lt;BR /&gt;&lt;BR /&gt;Here is a sample of the output:&lt;BR /&gt;1312508 pts/3    I        0:00.02   229291      0 2.53M 960K  0.0  0.0 /oracle/product/9.2.0/bin/dbsnmpwd&lt;BR /&gt;1252323 pts/1    S  +     0:00.01        0      0 2.28M 856K  0.0  0.0 grep dbsnmp&lt;BR /&gt;1312510 pts/3    S        0:13.75   688012    996 2.91G 2.8G  0.0 34.6 /oracle/product/9.2.0/bin/dbsnmp</description>
      <pubDate>Thu, 13 Feb 2003 15:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-being-consumed-by-which-process/m-p/2903947#M936023</guid>
      <dc:creator>Kamran Hussain_1</dc:creator>
      <dc:date>2003-02-13T15:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: memory being consumed by which process ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-being-consumed-by-which-process/m-p/2903948#M936024</link>
      <description>Try this command&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o vsz=Kbytes -o pid,args=Command-Line | sort -rnk1</description>
      <pubDate>Thu, 13 Feb 2003 15:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-being-consumed-by-which-process/m-p/2903948#M936024</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-02-13T15:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: memory being consumed by which process ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-being-consumed-by-which-process/m-p/2903949#M936025</link>
      <description>RSS - Resident set size. &lt;BR /&gt;&lt;BR /&gt;The portion of the process that is currently resident in Physical memory (The whole process does not need to be resident)&lt;BR /&gt;&lt;BR /&gt;VSZ - Virtual Set Size &lt;BR /&gt;&lt;BR /&gt;The TOTAL size of the process IF it was loaded into memory.&lt;BR /&gt;&lt;BR /&gt;So if RSS was equal to VSZ then the entire process would be in memory.</description>
      <pubDate>Thu, 13 Feb 2003 15:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-being-consumed-by-which-process/m-p/2903949#M936025</guid>
      <dc:creator>Nick Wickens</dc:creator>
      <dc:date>2003-02-13T15:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: memory being consumed by which process ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-being-consumed-by-which-process/m-p/2903950#M936026</link>
      <description>KH -&lt;BR /&gt;As stated by Ken the UNIX95 command will nail the culprit.&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o vsz=Kbytes -o pid,args=Command-Line | sort -rnk1 | head -10&lt;BR /&gt;&lt;BR /&gt;The above is what we use to nail the top ten offenders, worst at top.&lt;BR /&gt;&lt;BR /&gt;This saved us on two occasions last week, in taht we we able to kill the top offender and keep the oracle db from crashing.&lt;BR /&gt;&lt;BR /&gt;Please note that that a kill only was used as a kill -9 may not free the memory in use at the time.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;dl</description>
      <pubDate>Thu, 13 Feb 2003 17:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-being-consumed-by-which-process/m-p/2903950#M936026</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2003-02-13T17:41:14Z</dc:date>
    </item>
  </channel>
</rss>

