<?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: Process utilizing More SWAP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664598#M381335</link>
    <description>Hi Ganesh,&lt;BR /&gt;&lt;BR /&gt;Please check with top command it will show you which process is consuming more space.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rahul</description>
    <pubDate>Thu, 22 Jul 2010 14:53:10 GMT</pubDate>
    <dc:creator>Rahul Choudhari</dc:creator>
    <dc:date>2010-07-22T14:53:10Z</dc:date>
    <item>
      <title>Process utilizing More SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664596#M381333</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;If my swap space is 100% utilized , how do i find out which process is consuming more swap space .What parameters needs to be monitored for swap deadlock using glance.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Thu, 22 Jul 2010 04:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664596#M381333</guid>
      <dc:creator>Ganesh Balraman</dc:creator>
      <dc:date>2010-07-22T04:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Process utilizing More SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664597#M381334</link>
      <description>&amp;gt;how do I find out which process is consuming more swap space&lt;BR /&gt;&lt;BR /&gt;Look at the SIZE value for top(1).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What parameters needs to be monitored for swap deadlock using glance.&lt;BR /&gt;&lt;BR /&gt;This isn't deadlock, just running out.&lt;BR /&gt;You can look at "swapinfo -tam".&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2010 07:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664597#M381334</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-07-22T07:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Process utilizing More SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664598#M381335</link>
      <description>Hi Ganesh,&lt;BR /&gt;&lt;BR /&gt;Please check with top command it will show you which process is consuming more space.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rahul</description>
      <pubDate>Thu, 22 Jul 2010 14:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664598#M381335</guid>
      <dc:creator>Rahul Choudhari</dc:creator>
      <dc:date>2010-07-22T14:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Process utilizing More SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664599#M381336</link>
      <description>Actually, top will NOT show the biggest processes unless they are consuming a lot of CPU time. Use this command line to sort the processes by memory usage:&lt;BR /&gt; &lt;BR /&gt;UNIX95=1 ps -e -o vsz,pid,args | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;The biggest processes are at the top of the list. NOTE: you may have processes that have allocated shared memory -- this area is not counted for any process since it is, well, shared. Use this command to look for a large amount of shared memory:&lt;BR /&gt; &lt;BR /&gt;ipcs -bmp&lt;BR /&gt; &lt;BR /&gt;Glance tells you all you need top know. The memory bar will be at 100% and the memory screen (type m to see the numbers) will show page out. If this number is 2 digits or more, than you need more RAM for the processes you are running. If you're running a database, the DBA may have asked for a massive amount of RAM without consulting the HP-UX system administrators.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2010 22:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664599#M381336</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-07-22T22:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Process utilizing More SWAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664600#M381337</link>
      <description>&lt;!--!*#--&gt;Hi Ganesh,&lt;BR /&gt;&lt;BR /&gt;    Find out which of the processes in your system is consuming more of the memory (physical and virtual memory) and analyze the reason.&lt;BR /&gt;&lt;BR /&gt;You can use the attached glance advisor script to find out the process that is consuming highest virtual and physical memory.&lt;BR /&gt;&lt;BR /&gt;Download the script to /tmp and execute &lt;BR /&gt;&lt;BR /&gt;/opt/perf/bin/glance -aos /tmp/myadviser.txt&lt;BR /&gt;&lt;BR /&gt;You might arrive at one of the following:&lt;BR /&gt;&lt;BR /&gt;  (1) Your system memory could be too small for the applications hosted on the system. Find out the recommended memory mandated for the applications running in your system and upgrade the memory.&lt;BR /&gt;  (2) Your swap memory could be too small. Use swapinfo command to find out the swap memory configuration. It is recommended to configure swap of size at least 50% of physical memory. Preferrable is twice of physical memory.&lt;BR /&gt;  (3) The processes running in your system might be over loaded unreasonably.&lt;BR /&gt;  (4) The application process might simply be leaking the memory in which case the system physical memory utilization will also be very high. You can check with the application vendor about the behavior.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Muru&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jul 2010 03:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-utilizing-more-swap/m-p/4664600#M381337</guid>
      <dc:creator>muruganantham raju</dc:creator>
      <dc:date>2010-07-23T03:54:05Z</dc:date>
    </item>
  </channel>
</rss>

