<?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 process memory size~ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-memory-size/m-p/3707494#M250554</link>
    <description>UNIX95= ps -e -o ruser,vsz,pid,ppid,args|sort -rnk2 |head -5&lt;BR /&gt;oracle    131376  2473     1 ora_arc1_CDR&lt;BR /&gt;oracle    131376  2471     1 ora_arc0_CDR&lt;BR /&gt;oracle    131376  2463     1 ora_lgwr_CDR&lt;BR /&gt;oracle    123392 28555     1 oracleCDR (LOCAL=NO)&lt;BR /&gt;oracle    123184  2461     1 ora_dbw1_CDR&lt;BR /&gt;root@cdr:/]# ps -elf | awk '{print $10" "$4" "$16}' | sort -n | tail -5 | sort -rn&lt;BR /&gt;31820 2473 ora_arc1_CDR&lt;BR /&gt;31820 2471 ora_arc0_CDR&lt;BR /&gt;31820 2463 ora_lgwr_CDR&lt;BR /&gt;30540 2461 ora_dbw1_CDR&lt;BR /&gt;30540 2459 ora_dbw0_CDR&lt;BR /&gt;&lt;BR /&gt;in glance RSS of ora_arc1_CDR is 42mb&lt;BR /&gt;first sentence is vsz size and second is vsz.&lt;BR /&gt;third is RSS &lt;BR /&gt;ora_Arc1_CDR is  131376, 31820 and 42 size.&lt;BR /&gt;is it all same?&lt;BR /&gt;if so, how cam I read?&lt;BR /&gt;131376 bytes? 31820 bytes, 42mb?&lt;BR /&gt;what difference is it?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Jan 2006 00:23:56 GMT</pubDate>
    <dc:creator>???_185</dc:creator>
    <dc:date>2006-01-12T00:23:56Z</dc:date>
    <item>
      <title>process memory size~</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-memory-size/m-p/3707494#M250554</link>
      <description>UNIX95= ps -e -o ruser,vsz,pid,ppid,args|sort -rnk2 |head -5&lt;BR /&gt;oracle    131376  2473     1 ora_arc1_CDR&lt;BR /&gt;oracle    131376  2471     1 ora_arc0_CDR&lt;BR /&gt;oracle    131376  2463     1 ora_lgwr_CDR&lt;BR /&gt;oracle    123392 28555     1 oracleCDR (LOCAL=NO)&lt;BR /&gt;oracle    123184  2461     1 ora_dbw1_CDR&lt;BR /&gt;root@cdr:/]# ps -elf | awk '{print $10" "$4" "$16}' | sort -n | tail -5 | sort -rn&lt;BR /&gt;31820 2473 ora_arc1_CDR&lt;BR /&gt;31820 2471 ora_arc0_CDR&lt;BR /&gt;31820 2463 ora_lgwr_CDR&lt;BR /&gt;30540 2461 ora_dbw1_CDR&lt;BR /&gt;30540 2459 ora_dbw0_CDR&lt;BR /&gt;&lt;BR /&gt;in glance RSS of ora_arc1_CDR is 42mb&lt;BR /&gt;first sentence is vsz size and second is vsz.&lt;BR /&gt;third is RSS &lt;BR /&gt;ora_Arc1_CDR is  131376, 31820 and 42 size.&lt;BR /&gt;is it all same?&lt;BR /&gt;if so, how cam I read?&lt;BR /&gt;131376 bytes? 31820 bytes, 42mb?&lt;BR /&gt;what difference is it?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2006 00:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-memory-size/m-p/3707494#M250554</guid>
      <dc:creator>???_185</dc:creator>
      <dc:date>2006-01-12T00:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: process memory size~</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-memory-size/m-p/3707495#M250555</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;vsz is size in kilobytes, thus, the process associated with ora_arc1_CDR is taking about 131MB of memory.&lt;BR /&gt;&lt;BR /&gt;the one u have taken from "ps -elf" is not vsz but sz which is size in physical pages (about 4kb).&lt;BR /&gt;&lt;BR /&gt;"man ps" for more info.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 12 Jan 2006 00:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-memory-size/m-p/3707495#M250555</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2006-01-12T00:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: process memory size~</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-memory-size/m-p/3707496#M250556</link>
      <description>vsz - virtual segment size (contains ram occupied + virtual memory)&lt;BR /&gt;sz-Same as above except that it also counts text, stack and data sizes.&lt;BR /&gt;RSS-resident segment size. All the code of program need not to be in memory. This is the size that is resident in memory at given point in time.</description>
      <pubDate>Thu, 12 Jan 2006 01:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-memory-size/m-p/3707496#M250556</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-12T01:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: process memory size~</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-memory-size/m-p/3707497#M250557</link>
      <description>what is the difference between vsz and rss?&lt;BR /&gt;overall size in the sytem is vsz~&lt;BR /&gt;and it just is ocuppied in memory is rss?&lt;BR /&gt;if so ,in what kind of situation do i have to view these?</description>
      <pubDate>Fri, 13 Jan 2006 01:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-memory-size/m-p/3707497#M250557</guid>
      <dc:creator>???_185</dc:creator>
      <dc:date>2006-01-13T01:19:41Z</dc:date>
    </item>
  </channel>
</rss>

