<?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: memory usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562263#M29470</link>
    <description>Hello Jay,&lt;BR /&gt;&lt;BR /&gt;use "glance" or its GUI version "gpm", filter for the&lt;BR /&gt;oracle-processes, and have a look for the column "RSS"&lt;BR /&gt;(Resident Set Size = used RAM) and "VSS" (Virtual Set&lt;BR /&gt;Size = used SWAP space).&lt;BR /&gt;This should tell you all you want...&lt;BR /&gt;Oh, and make shure that your "dbc_max_pct" is set to&lt;BR /&gt;less than 10%, and you are using the "OnlineJFS" and&lt;BR /&gt;do have the mount-options "convosync=direct" and&lt;BR /&gt;"mincache=direct" in use, for that will save o LOT of ram,&lt;BR /&gt;and not allow the ram-wasting double-buffering you&lt;BR /&gt;would get else.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch</description>
    <pubDate>Tue, 07 Aug 2001 17:26:12 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2001-08-07T17:26:12Z</dc:date>
    <item>
      <title>memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562259#M29466</link>
      <description>is there a utility that I can run that tells me how much memory each process is utilizing??&lt;BR /&gt;&lt;BR /&gt;I am on an 11.0 K system...and I am seeing a significant drop in RAM...I do not think it is memory leaking, because at the end of the day I get most of the memory back...&lt;BR /&gt;&lt;BR /&gt;We are running ORacle 8.0.5 and 8.1.7 applications....&lt;BR /&gt; &lt;BR /&gt;Glance is telling the user memory is 1.75 GB and that I have 190 MB free..&lt;BR /&gt;&lt;BR /&gt;Any ideas...&lt;BR /&gt;&lt;BR /&gt;thanks Jay</description>
      <pubDate>Mon, 06 Aug 2001 18:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562259#M29466</guid>
      <dc:creator>Jay Cantwell</dc:creator>
      <dc:date>2001-08-06T18:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562260#M29467</link>
      <description>Hi Jay:&lt;BR /&gt;&lt;BR /&gt;The following (thanks to Bill Hassell) uses the POSIX (UNIX95) options of the 'ps' command to assist in this tracking, and ranking the 'ps' output in descending kilobyte core size. A space character follows the 'UNIX95' variable declaration and the 'ps' command begins without any interceding delimiter.  This sets UNIX95 only for the one command line. &lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -o "user,vsz,pid,ppid,args" | sort -rnk2 | more &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 06 Aug 2001 18:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562260#M29467</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-06T18:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562261#M29468</link>
      <description>Your running Oracle on 1.75Gb's?! Hmmmm........   Let me introduce you to my memory vendor.</description>
      <pubDate>Mon, 06 Aug 2001 18:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562261#M29468</guid>
      <dc:creator>paul courry</dc:creator>
      <dc:date>2001-08-06T18:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562262#M29469</link>
      <description>HI&lt;BR /&gt;You can configure the /var/opt/perf/parm file at application level to catch the real time usage of memory by applications/processes.&lt;BR /&gt;&lt;BR /&gt;eg. You can add following lines in param files.&lt;BR /&gt;application = ORACLE&lt;BR /&gt;file = ora_lgwr*, ora_smon*, ora_pmon*, ora_db*&lt;BR /&gt;user = oracle.&lt;BR /&gt;&lt;BR /&gt;With this in glance menu go to applications (press "A" at glance menu) to see mem usage by application. &lt;BR /&gt;You can define application by user or process to get more details.&lt;BR /&gt;&lt;BR /&gt;With measureware and perfview you can analyze to more depth of individual process and time.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant Deshpande.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2001 18:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562262#M29469</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-08-06T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562263#M29470</link>
      <description>Hello Jay,&lt;BR /&gt;&lt;BR /&gt;use "glance" or its GUI version "gpm", filter for the&lt;BR /&gt;oracle-processes, and have a look for the column "RSS"&lt;BR /&gt;(Resident Set Size = used RAM) and "VSS" (Virtual Set&lt;BR /&gt;Size = used SWAP space).&lt;BR /&gt;This should tell you all you want...&lt;BR /&gt;Oh, and make shure that your "dbc_max_pct" is set to&lt;BR /&gt;less than 10%, and you are using the "OnlineJFS" and&lt;BR /&gt;do have the mount-options "convosync=direct" and&lt;BR /&gt;"mincache=direct" in use, for that will save o LOT of ram,&lt;BR /&gt;and not allow the ram-wasting double-buffering you&lt;BR /&gt;would get else.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch</description>
      <pubDate>Tue, 07 Aug 2001 17:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562263#M29470</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-08-07T17:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562264#M29471</link>
      <description>You can find RSS (Residence Memory Size) using&lt;BR /&gt;&lt;BR /&gt;$ ps -elf |awk '{print $10}'&lt;BR /&gt;&lt;BR /&gt;It will give RSS in pages (4MB per page).</description>
      <pubDate>Tue, 07 Aug 2001 18:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562264#M29471</guid>
      <dc:creator>Jerry Zhang</dc:creator>
      <dc:date>2001-08-07T18:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562265#M29472</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;I've seen the Oracle middle tier software (web and forms servers) have some memory leaks before.  In one case it was the wrbdm daemon.  On my middle tier boxes I see the memory usage go up all day, and then drop off at 5pm when all the users go home.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2001 18:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/2562265#M29472</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-08-07T18:36:41Z</dc:date>
    </item>
  </channel>
</rss>

