<?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 Which process is using swap mem? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669942#M381709</link>
    <description>Hi..&lt;BR /&gt;&lt;BR /&gt;Is there any way to find out which process is utilizing the highest amount of swap memory (not the physical memory)?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 04 Aug 2010 04:26:42 GMT</pubDate>
    <dc:creator>WW451512</dc:creator>
    <dc:date>2010-08-04T04:26:42Z</dc:date>
    <item>
      <title>Which process is using swap mem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669942#M381709</link>
      <description>Hi..&lt;BR /&gt;&lt;BR /&gt;Is there any way to find out which process is utilizing the highest amount of swap memory (not the physical memory)?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 04 Aug 2010 04:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669942#M381709</guid>
      <dc:creator>WW451512</dc:creator>
      <dc:date>2010-08-04T04:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Which process is using swap mem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669943#M381710</link>
      <description>You will most likely have to write your own using pstat_getprocvm(2).&lt;BR /&gt;&lt;BR /&gt;What are you really trying to determine?</description>
      <pubDate>Wed, 04 Aug 2010 05:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669943#M381710</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-04T05:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Which process is using swap mem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669944#M381711</link>
      <description>Nothing specifically...just wanted to know if this can be done (without much pains).</description>
      <pubDate>Wed, 04 Aug 2010 11:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669944#M381711</guid>
      <dc:creator>WW451512</dc:creator>
      <dc:date>2010-08-04T11:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Which process is using swap mem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669945#M381712</link>
      <description>It can't be done without an enhancement request to the kernel. The swap accounting is not reported broken down to whether the reservation is accounted from memory swap or not, only that it is reserved swap. There's an exception in that you can get the amount of locked memory by a process and that amount equates to a memory swap reservation, but that's all you could tell from the existing interfaces.&lt;BR /&gt;&lt;BR /&gt;Can you elaborate on how you might use this information? Maybe there is another way to approach the issue.&lt;BR /&gt;&lt;BR /&gt;As far as printing the top consumers of swap reservation space in general and lockable memory, sample code is attached.</description>
      <pubDate>Wed, 04 Aug 2010 12:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669945#M381712</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2010-08-04T12:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Which process is using swap mem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669946#M381713</link>
      <description>it may help you&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -ef -o comm,user,group,vsz,sz,pcpu,pid | sort +3nr</description>
      <pubDate>Thu, 05 Aug 2010 03:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-process-is-using-swap-mem/m-p/4669946#M381713</guid>
      <dc:creator>Mohammad Ashfaqur Rahma</dc:creator>
      <dc:date>2010-08-05T03:07:03Z</dc:date>
    </item>
  </channel>
</rss>

