<?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: excessive paging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793639#M80394</link>
    <description>Hi,&lt;BR /&gt;What is your dbc_max_pct and dbc_min_pct kernel&lt;BR /&gt;paramters values ?&lt;BR /&gt;Paging may not present as serious a problem as swapping, because an entire program does not have to reside in memory in order to run. A small number of page-outs may not noticeably affect the performance of your system.&lt;BR /&gt; &lt;BR /&gt;To detect excessive paging, run measurements during periods of fast response or idle time to compare against measurements from periods of slow response. &lt;BR /&gt;&lt;BR /&gt;Use vmstat to monitor paging. &lt;BR /&gt;added to the free list by page-out activity(po). This value should be zero. &lt;BR /&gt;If your system consistently has excessive page-out activity, consider the following solutions: &lt;BR /&gt;&lt;BR /&gt;1)install more memory &lt;BR /&gt;2)move some of the work to another system &lt;BR /&gt;3)configure your kernel to use less memory by&lt;BR /&gt;tuning dbc_max_pct and dbc_min_pct&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Aug 2002 06:47:39 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-08-26T06:47:39Z</dc:date>
    <item>
      <title>excessive paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793635#M80390</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How do you monitor excessive paging? What is the reference value to say that execessive paging is occuring?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-Alan</description>
      <pubDate>Mon, 26 Aug 2002 05:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793635#M80390</guid>
      <dc:creator>Alan Buenaventura</dc:creator>
      <dc:date>2002-08-26T05:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: excessive paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793636#M80391</link>
      <description>Hi&lt;BR /&gt;You can use vmstat with an argument (sample interval) to monitor paging.&lt;BR /&gt;Example: vmstat 5&lt;BR /&gt;See the man page for vmstat.</description>
      <pubDate>Mon, 26 Aug 2002 06:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793636#M80391</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-08-26T06:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: excessive paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793637#M80392</link>
      <description>Hi there.&lt;BR /&gt;command is 'swapinfo -a'.&lt;BR /&gt;Shows, whether your machine is swapping on devices. If yes, think about the structure of the applications / databases you run.&lt;BR /&gt;Or buy more memory.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Mon, 26 Aug 2002 06:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793637#M80392</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2002-08-26T06:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: excessive paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793638#M80393</link>
      <description>Thanks Leif &amp;amp; Alexander, but how can I tell whether excessive paging is occuring, like from vmstat output, what would be the reference value of the page-in/page-out rate for normal and/or excessive paging.&lt;BR /&gt;&lt;BR /&gt;-Alan</description>
      <pubDate>Mon, 26 Aug 2002 06:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793638#M80393</guid>
      <dc:creator>Alan Buenaventura</dc:creator>
      <dc:date>2002-08-26T06:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: excessive paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793639#M80394</link>
      <description>Hi,&lt;BR /&gt;What is your dbc_max_pct and dbc_min_pct kernel&lt;BR /&gt;paramters values ?&lt;BR /&gt;Paging may not present as serious a problem as swapping, because an entire program does not have to reside in memory in order to run. A small number of page-outs may not noticeably affect the performance of your system.&lt;BR /&gt; &lt;BR /&gt;To detect excessive paging, run measurements during periods of fast response or idle time to compare against measurements from periods of slow response. &lt;BR /&gt;&lt;BR /&gt;Use vmstat to monitor paging. &lt;BR /&gt;added to the free list by page-out activity(po). This value should be zero. &lt;BR /&gt;If your system consistently has excessive page-out activity, consider the following solutions: &lt;BR /&gt;&lt;BR /&gt;1)install more memory &lt;BR /&gt;2)move some of the work to another system &lt;BR /&gt;3)configure your kernel to use less memory by&lt;BR /&gt;tuning dbc_max_pct and dbc_min_pct&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Aug 2002 06:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793639#M80394</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-08-26T06:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: excessive paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793640#M80395</link>
      <description>As U.SivaKumar already have told there should be very low (or zero) po activity if evrything is OK. If you want a more "user-friendly" tool to monitor your system you can use the GlancePlus. This is licensed but there is a 60 days trial version on the HP-UX media.</description>
      <pubDate>Mon, 26 Aug 2002 07:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793640#M80395</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-08-26T07:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: excessive paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793641#M80396</link>
      <description>You can also use top to see if swapper is using more than 1% of CPU.  If it is up to 5 or 10%, there is a lot of memory swapping going on.&lt;BR /&gt;&lt;BR /&gt;This solution does not require any money to be spent.</description>
      <pubDate>Mon, 26 Aug 2002 12:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793641#M80396</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-08-26T12:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: excessive paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793642#M80397</link>
      <description>The most important value is po (page out). pi (page in) counts program starts as well as page in from swap and there is no way to separate the two, so ignore page in. The absolute numbers are typically: less than 10, ignore it, paging is very low.  Between 10 and 50, the page out numbers are getting high but is it steady? Having a page out rate of 75 once every hour isn't of much concern, but a page out rate of 25 that is always occurring means you are out of RAM most of the time.&lt;BR /&gt;&lt;BR /&gt;Numbers in the 100's indicate a fair amount of paging and more RAM is definitely advised but as always, a large burst once a day may be acceptable.</description>
      <pubDate>Mon, 26 Aug 2002 13:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793642#M80397</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-08-26T13:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: excessive paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793643#M80398</link>
      <description>Thanks Bill, that's an enlightenment. &lt;BR /&gt;Thanks to all who helped. Now for the points.... :-)&lt;BR /&gt;&lt;BR /&gt;-Alan</description>
      <pubDate>Tue, 27 Aug 2002 01:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excessive-paging/m-p/2793643#M80398</guid>
      <dc:creator>Alan Buenaventura</dc:creator>
      <dc:date>2002-08-27T01:09:05Z</dc:date>
    </item>
  </channel>
</rss>

