<?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 Swap Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113173#M446345</link>
    <description>&lt;!--!*#--&gt;How to find that how much space of swap is utilized by the Process?</description>
    <pubDate>Tue, 10 Jun 2008 12:02:32 GMT</pubDate>
    <dc:creator>Vivek Bhatia</dc:creator>
    <dc:date>2008-06-10T12:02:32Z</dc:date>
    <item>
      <title>Swap Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113173#M446345</link>
      <description>&lt;!--!*#--&gt;How to find that how much space of swap is utilized by the Process?</description>
      <pubDate>Tue, 10 Jun 2008 12:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113173#M446345</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2008-06-10T12:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113174#M446346</link>
      <description>Vivekbhatia,&lt;BR /&gt;&lt;BR /&gt;Usually unless the system is paging out, the swap is reserved instead of used, I do not know of any way to check for the amount of swap reserved for a specific pid, but it should be equal to the amount of memory been used by that PID.&lt;BR /&gt;&lt;BR /&gt;Given that we can check for the amount of plain memory, shared memory a PID is using, you might want to refer to this manual to find more information on this topic:&lt;BR /&gt;&lt;BR /&gt;ftp://eh:spear9@hprc.external.hp.com/memory.htm&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Tue, 10 Jun 2008 12:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113174#M446346</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2008-06-10T12:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113175#M446347</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at this thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=838754" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=838754&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 10 Jun 2008 12:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113175#M446347</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2008-06-10T12:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113176#M446348</link>
      <description>vsz as reported in top, ps, etc. (and from the script given in prior replies) will be a good first estimate since the default is that swap must be reserved for all virtual memory.&lt;BR /&gt;&lt;BR /&gt;If you're worried about Lazy swap allocations or really want to drill down into the process sub-objects, you'll need to use pstat directly.&lt;BR /&gt;&lt;BR /&gt;Sample program attached -- "cc +DD32 -D_PSTAT64 object_dump.c -o object_dump" to compile, object_dump -p &lt;PID you="" want="" to="" know="" about=""&gt; will give you the basic totals. Add "-v" options to taste.&lt;/PID&gt;</description>
      <pubDate>Tue, 10 Jun 2008 16:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113176#M446348</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-06-10T16:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113177#M446349</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=8" target="_blank"&gt;http://www.hpux.ws/?p=8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That memory leak detector happens to display memory used by a process including swap reservation.&lt;BR /&gt;&lt;BR /&gt;When processes actually start getting swapped regularly, its time to consider more memory because when paging happens its very bad for overall system performance.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Jun 2008 17:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113177#M446349</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-10T17:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113178#M446350</link>
      <description>Thank you</description>
      <pubDate>Wed, 24 Jun 2009 16:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-issue/m-p/5113178#M446350</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2009-06-24T16:48:28Z</dc:date>
    </item>
  </channel>
</rss>

