<?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: Pageouts while free memory is avaible in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132470#M153274</link>
    <description>Mark,&lt;BR /&gt;&lt;BR /&gt;Is it possible to confirm by any means that the "paged out" are due to memory mapped stuff on the vxfs file system. Are these 'Page out' pages are 'Page in' later or not at all used?&lt;BR /&gt;&lt;BR /&gt;Also swapinfo does not show any increase in the swap usage during these 'Page out'.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Dec 2003 08:22:03 GMT</pubDate>
    <dc:creator>John Jayaseelan</dc:creator>
    <dc:date>2003-12-03T08:22:03Z</dc:date>
    <item>
      <title>Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132461#M153265</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Attached document is the memory report from glance. Why current &amp;amp; cumulative page out &amp;gt; 0 even though 476MB is free.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;John Jayaseelan</description>
      <pubDate>Mon, 01 Dec 2003 08:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132461#M153265</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-12-01T08:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132462#M153266</link>
      <description>It can be memory mapped files</description>
      <pubDate>Mon, 01 Dec 2003 08:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132462#M153266</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2003-12-01T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132463#M153267</link>
      <description>I think, If it is mmf file only 'Page Faults' can be increased not pageouts.</description>
      <pubDate>Mon, 01 Dec 2003 08:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132463#M153267</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-12-01T08:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132464#M153268</link>
      <description>&lt;BR /&gt;you have page faults when you are trying to access a page not already in memory, - &amp;gt; increment pages in and page faults&lt;BR /&gt;you have pages out when the file is written back to the disk.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Dec 2003 09:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132464#M153268</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2003-12-01T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132465#M153269</link>
      <description>If you want to test:&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;FCNTL.H&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;&lt;BR /&gt;#include &lt;ERRNO.H&gt;&lt;BR /&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;   char *baseaddr;&lt;BR /&gt;   int j;&lt;BR /&gt;   int *current;&lt;BR /&gt;   int fd;&lt;BR /&gt;   fd=open("test",O_RDWR|O_CREAT,0666);&lt;BR /&gt;   ftruncate(fd,31457280);&lt;BR /&gt;   current=baseaddr=mmap(0,31457280,PROT_READ|PROT_WRITE,MAP_PRIVATE,fd,0);&lt;BR /&gt;   printf("%x\n",current);&lt;BR /&gt;   for(j=0;j&amp;lt;31457280;j+=4096)&lt;BR /&gt;   {&lt;BR /&gt;         *baseaddr=j;&lt;BR /&gt;         baseaddr+=4096;&lt;BR /&gt;   }&lt;BR /&gt;}&lt;/ERRNO.H&gt;&lt;/SYS&gt;&lt;/FCNTL.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Mon, 01 Dec 2003 09:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132465#M153269</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2003-12-01T09:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132466#M153270</link>
      <description>&lt;BR /&gt; &lt;BR /&gt;On HP-ux 11.0 "paged out" can include memory mapped stuff on the vxfs filesystem due to it being a good idea at the time to page to disk.&lt;BR /&gt; &lt;BR /&gt;On 11i, it is memory constraints that cause page outs. &lt;BR /&gt; &lt;BR /&gt;So, is it 11.0?</description>
      <pubDate>Mon, 01 Dec 2003 09:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132466#M153270</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-01T09:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132467#M153271</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;The O/S is HP-UX  B.11.00.  So you mean to say these pageouts is not going to be performance problem.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 01 Dec 2003 09:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132467#M153271</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-12-01T09:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132468#M153272</link>
      <description>In your kernel, is swapmem=1? Some applications do not like psuedo swap, ans behave badly when it is turned on. I have a client that had the same problem, we increased the device swap space, and turned swapmem off, and the problem was resolved.</description>
      <pubDate>Mon, 01 Dec 2003 21:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132468#M153272</guid>
      <dc:creator>Joe Short</dc:creator>
      <dc:date>2003-12-01T21:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132469#M153273</link>
      <description>Page out rates are the only important metric and single digits are unimportant. Page outs are common with memory mapped files and will occur when there is plenty of unused memory. In your snapshot, page out was 2 for 1Kb, and a high rate of 3 pages...ignore it. Performance will be affected when page out rates are in high double digits (60 and higher) especially if it occurs all the time. The cumulative rate is the most useful as it shows the long term values. Note that page in is not very useful as it combines pages returned from the swap areas as well as pages brought in with each new process, and no way to differentiate between the two rates.</description>
      <pubDate>Mon, 01 Dec 2003 23:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132469#M153273</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-12-01T23:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pageouts while free memory is avaible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132470#M153274</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;Is it possible to confirm by any means that the "paged out" are due to memory mapped stuff on the vxfs file system. Are these 'Page out' pages are 'Page in' later or not at all used?&lt;BR /&gt;&lt;BR /&gt;Also swapinfo does not show any increase in the swap usage during these 'Page out'.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Dec 2003 08:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pageouts-while-free-memory-is-avaible/m-p/3132470#M153274</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-12-03T08:22:03Z</dc:date>
    </item>
  </channel>
</rss>

