<?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 Identifying the source of pagouts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-source-of-pagouts/m-p/3003914#M914622</link>
    <description>&lt;BR /&gt;The VMSTAT po value is telling me that my host is paging fairly substantially.  Is there any way of finding the root-cause of this paging?&lt;BR /&gt;&lt;BR /&gt;That is, pages from many processes may be paged out but only because of one or more rogue processes demanding buffers. Is there any way to identify...&lt;BR /&gt;a) those processes having their pages paged out?&lt;BR /&gt;b) the process(s) demanding free pages causing a) ?&lt;BR /&gt;&lt;BR /&gt;Thank-you&lt;BR /&gt;Dan</description>
    <pubDate>Fri, 20 Jun 2003 23:59:50 GMT</pubDate>
    <dc:creator>Dan_173</dc:creator>
    <dc:date>2003-06-20T23:59:50Z</dc:date>
    <item>
      <title>Identifying the source of pagouts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-source-of-pagouts/m-p/3003914#M914622</link>
      <description>&lt;BR /&gt;The VMSTAT po value is telling me that my host is paging fairly substantially.  Is there any way of finding the root-cause of this paging?&lt;BR /&gt;&lt;BR /&gt;That is, pages from many processes may be paged out but only because of one or more rogue processes demanding buffers. Is there any way to identify...&lt;BR /&gt;a) those processes having their pages paged out?&lt;BR /&gt;b) the process(s) demanding free pages causing a) ?&lt;BR /&gt;&lt;BR /&gt;Thank-you&lt;BR /&gt;Dan</description>
      <pubDate>Fri, 20 Jun 2003 23:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-source-of-pagouts/m-p/3003914#M914622</guid>
      <dc:creator>Dan_173</dc:creator>
      <dc:date>2003-06-20T23:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying the source of pagouts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-source-of-pagouts/m-p/3003915#M914623</link>
      <description>Use ps -efl and the first column will show swapped processes as 0, in-core processes as 1. ps is not really aware of process deactivation or paging so this is a crude metric. As far as the processes that are using RAM currently, a quick method is:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -eo "flags,vsz,pid,args"|sort -rnk1,2 | more&lt;BR /&gt;&lt;BR /&gt;This sorts processes according to the ps flags column, then by the amount of RAM used. See the man page for flag meanings. NOTE: you may be paging due to memory mapped files, not processes being deactivated and paged out.</description>
      <pubDate>Sat, 21 Jun 2003 00:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-source-of-pagouts/m-p/3003915#M914623</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-06-21T00:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying the source of pagouts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-source-of-pagouts/m-p/3003916#M914624</link>
      <description>Glancw will also be helpful for you in this case. you can try #glance -f &amp;gt;/tmp/glancefile and then chack that file.&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Jun 2003 09:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-the-source-of-pagouts/m-p/3003916#M914624</guid>
      <dc:creator>yogesh_4</dc:creator>
      <dc:date>2003-06-21T09:12:48Z</dc:date>
    </item>
  </channel>
</rss>

