<?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: swapping vs. paging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401984#M201006</link>
    <description>HP-UX and most system really page.  But since old habits are hard to break, people often say swap, even when they know that the system really is paging.  HP-UX will only page-in what is needed, so page-ins are okay and expected.  It is the page-out rate that should be zero or very close to it.  Page-outs indicate that there is memory pressure and you either need to make more efficient use of what you have, buy more, or live with the likely poor performance.</description>
    <pubDate>Mon, 18 Oct 2004 20:24:24 GMT</pubDate>
    <dc:creator>Ted Buis</dc:creator>
    <dc:date>2004-10-18T20:24:24Z</dc:date>
    <item>
      <title>swapping vs. paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401979#M201001</link>
      <description>Hi&lt;BR /&gt;What is difference between "page out rate"/"swap out rate"  and "page in rate"/"swap in rate"&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;Sanjeev  Gupta</description>
      <pubDate>Sun, 17 Oct 2004 23:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401979#M201001</guid>
      <dc:creator>Sanjeev gupta_2</dc:creator>
      <dc:date>2004-10-17T23:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: swapping vs. paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401980#M201002</link>
      <description>check this,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=135098" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=135098&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Sun, 17 Oct 2004 23:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401980#M201002</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-17T23:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: swapping vs. paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401981#M201003</link>
      <description>Sanjeev,&lt;BR /&gt;&lt;BR /&gt; Just a note to you. You can get repeated questions from &lt;BR /&gt;&lt;BR /&gt; search with ITRC forums(hp) with required keyword there.&lt;BR /&gt;&lt;BR /&gt; Some more advanced options also given there. Try with your keywords and do get more informations.&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Sun, 17 Oct 2004 23:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401981#M201003</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-17T23:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: swapping vs. paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401982#M201004</link>
      <description>Hi Sanjeev,&lt;BR /&gt;&lt;BR /&gt;swapout and pageouts are usually interchanged.       The pageout/swapout activity depends on three thresholds.&lt;BR /&gt;&lt;BR /&gt;otsfree: There may be a lot of free memory pages and it is the upper bound below which the paging will not occur.&lt;BR /&gt;&lt;BR /&gt;desfree: This is the number of free pages desired. This is actually the limit where the pageouts will begin. This is the lower bound to page outs.&lt;BR /&gt;&lt;BR /&gt;minfree: The minimum amount of free pages. If the memory available falls below this line, it indicates thrashing and you can see the entire processes getting deactivated. And this is usually termed as swapping outs.&lt;BR /&gt;&lt;BR /&gt;So, in the nut shell, we call 'pageouts' when  the most inactive pages are pagedout and 'swapouts' when the entire processes are swapped out. The reversal of this activity is  'in's.&lt;BR /&gt;&lt;BR /&gt;Memory mapped activity can also be seen as paging activity. The best way to figure out if it is really paging or not is to keep track of 'free memory'. You can see both pageouts and free memory using 'vmstat' command.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Oct 2004 23:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401982#M201004</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-17T23:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: swapping vs. paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401983#M201005</link>
      <description>Attached is a text whitepaper on HP-UX swap.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 18 Oct 2004 07:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401983#M201005</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-18T07:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: swapping vs. paging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401984#M201006</link>
      <description>HP-UX and most system really page.  But since old habits are hard to break, people often say swap, even when they know that the system really is paging.  HP-UX will only page-in what is needed, so page-ins are okay and expected.  It is the page-out rate that should be zero or very close to it.  Page-outs indicate that there is memory pressure and you either need to make more efficient use of what you have, buy more, or live with the likely poor performance.</description>
      <pubDate>Mon, 18 Oct 2004 20:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swapping-vs-paging/m-p/3401984#M201006</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2004-10-18T20:24:24Z</dc:date>
    </item>
  </channel>
</rss>

