<?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: Paging and swapping in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641650#M43853</link>
    <description>Hi Krishnan,&lt;BR /&gt;&lt;BR /&gt;The differentiation between paging and swapping is arguable. However, the pageouts that we see may not truly indicate a bottleneck. But swapouts do. &lt;BR /&gt;&lt;BR /&gt;It actually depends on three paging thresholds.&lt;BR /&gt;&lt;BR /&gt;lotsfree: 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;-Sri</description>
    <pubDate>Wed, 09 Jan 2002 19:35:54 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2002-01-09T19:35:54Z</dc:date>
    <item>
      <title>Paging and swapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641644#M43847</link>
      <description>"vmstat" indicates that there was 1 process paged out. "sar" indicated current swap in/swap outs. &lt;BR /&gt;what is the basic difference between "pages out" and "swapout" ? &lt;BR /&gt;also is it possible to find out which specific processes were/are "paged" out and "swapped" out ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 09 Jan 2002 18:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641644#M43847</guid>
      <dc:creator>Krishnan Viswanathan</dc:creator>
      <dc:date>2002-01-09T18:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Paging and swapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641645#M43848</link>
      <description>Hi&lt;BR /&gt;Even if your momory is noever fully used some paging will occur of memory mapped files.&lt;BR /&gt;&lt;BR /&gt;This may help:-&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x60a572234586d5118ff00090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x60a572234586d5118ff00090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 09 Jan 2002 19:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641645#M43848</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-01-09T19:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Paging and swapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641646#M43849</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Swapping" actually refers to an old(er) memory managment mechanism wherein all "pages" of a process where rolled-out to disk when memory needed to be freed. "Paging" is the modern, more sophisticated mechanism wherein pages of memory are aged over time and so moved to disk as they become unused. Paging imposes much less overhead than the all-or-none swapping. &lt;BR /&gt;&lt;BR /&gt;Loosely, the terms "swapping" and "paging" are sometimes used interchangably. &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 Jan 2002 19:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641646#M43849</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-09T19:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Paging and swapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641647#M43850</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;Thanks so much for the clarification. I have cleared the kernel accumlation for vmstat. Now vmstat does not report any paging activity. However, sar shows swap out/swap in. &lt;BR /&gt;Does it mean that swapping concept overrules  paging ? also is there a way to find out which specific process was swapped out /&lt;BR /&gt;&lt;BR /&gt;thanks again</description>
      <pubDate>Wed, 09 Jan 2002 19:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641647#M43850</guid>
      <dc:creator>Krishnan Viswanathan</dc:creator>
      <dc:date>2002-01-09T19:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Paging and swapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641648#M43851</link>
      <description>Hi Krishnan,&lt;BR /&gt;&lt;BR /&gt;Try this link for more info on swap,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1eaf0307043c197504/screen=ckiDisplayDocument?docId=200000055380056" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1eaf0307043c197504/screen=ckiDisplayDocument?docId=200000055380056&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1eaf0307043c197504/screen=ckiDisplayDocument?docId=200000048595137" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1eaf0307043c197504/screen=ckiDisplayDocument?docId=200000048595137&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2002 19:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641648#M43851</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-09T19:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Paging and swapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641649#M43852</link>
      <description>Okay, thanks all. Now the only clarification needed is how to find out which specific process (PID) is being swapped/paged out to disk. &lt;BR /&gt;Thanks again</description>
      <pubDate>Wed, 09 Jan 2002 19:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641649#M43852</guid>
      <dc:creator>Krishnan Viswanathan</dc:creator>
      <dc:date>2002-01-09T19:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Paging and swapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641650#M43853</link>
      <description>Hi Krishnan,&lt;BR /&gt;&lt;BR /&gt;The differentiation between paging and swapping is arguable. However, the pageouts that we see may not truly indicate a bottleneck. But swapouts do. &lt;BR /&gt;&lt;BR /&gt;It actually depends on three paging thresholds.&lt;BR /&gt;&lt;BR /&gt;lotsfree: 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;-Sri</description>
      <pubDate>Wed, 09 Jan 2002 19:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641650#M43853</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-09T19:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Paging and swapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641651#M43854</link>
      <description>Suggestion: best metering tool use GLANCE !&lt;BR /&gt;bigbox:root:&amp;gt; vmstat -s&lt;BR /&gt;31 swap ins&lt;BR /&gt;31 swap outs&lt;BR /&gt;0 pages swapped in&lt;BR /&gt;0 pages swapped out&lt;BR /&gt;32200473601 total address trans. faults taken&lt;BR /&gt;9046413 page ins&lt;BR /&gt;25009 page outs&lt;BR /&gt;226305 pages paged in&lt;BR /&gt;84913 pages paged out&lt;BR /&gt;&lt;BR /&gt;Pageouts can happen for two reasons :-&lt;BR /&gt;&lt;BR /&gt; 1) System is experiencing memory pressure and as a result vhand is paging&lt;BR /&gt;    out memory pages to make room for other processes.  This is the pageout&lt;BR /&gt;    activity that we do NOT want to see since a high pageout rate may in&lt;BR /&gt;    this case may lead to memory bottlenecks and hence poor performance.&lt;BR /&gt;&lt;BR /&gt; 2) Pages could also be paged out as a result of applications using memory&lt;BR /&gt;    mapped files via mmap() / munmap() / msync() or a mix between these and&lt;BR /&gt;    read() / write() calls.  Unfortunately such user pageout activity is&lt;BR /&gt;    also reported in the "Paged Out" metric in glance and the equivalent&lt;BR /&gt;    'po' column in vmstat.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2002 19:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/paging-and-swapping/m-p/2641651#M43854</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2002-01-09T19:40:53Z</dc:date>
    </item>
  </channel>
</rss>

