<?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: system crawling - high swapped processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184084#M163445</link>
    <description>Hi Tony,&lt;BR /&gt;&lt;BR /&gt;my guess is the reason this happened so quickly is some program started which requested a massive amount of memory. For example ive got a C prog which can grab a GB or 2 of memory within a couple of seconds of starting. This sort of thing would cause so many other processes to be swapped out so fast. Its hard to speculate further without more info. I would set up a lot of monitoring so at least if it happens again you will find the culprit.&lt;BR /&gt;&lt;BR /&gt;Do you have measureware installed ? if so you should have historical info including processes running which can be viewed using PerfView.&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Feb 2004 11:11:45 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2004-02-05T11:11:45Z</dc:date>
    <item>
      <title>system crawling - high swapped processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184078#M163439</link>
      <description>Here is the output of vmstat:&lt;BR /&gt; 0 0 337 732472 15704 2   6  8 36 112 0 184 0  9  9  9  625  330  131  0  2 98&lt;BR /&gt; 0 0 337 732472 15704 2   3  0  8 12  0 14  0  0  0  0  320  309   95  0  0 100&lt;BR /&gt; 0 0 337 732472 15704 0   0  0  4  4  0  0  0  0  0  0  324  450  119  0  0 100&lt;BR /&gt; 0 0 337 732472 15704 0   0  0  0  0  0  0  0  0  0  0  314  362  103  0  0 100&lt;BR /&gt; 0 0 337 732472 15688 3   2  0 588 584 0 56 0  0  0  0 1214  808  582  0  5 94&lt;BR /&gt; 0 0 337 732472 15704 6   7 12 116 132 0 94 0  0  0  0  505  424  184  0  1 99&lt;BR /&gt; 2 0 337 731608 14968 228 1325 500 348 864 0 1861 0 40 20 20 709 8313 1864 36 25 40&lt;BR /&gt; 0 0 337 732456 16456 108 700 20 548 720 0 536 0 0 0 0 1061 5768 1555 17 23 60&lt;BR /&gt; 0 0 337 732456 16384 3   4  4  0  0  0  0  0  0  0  0  328  359  105  0  0 100&lt;BR /&gt;&lt;BR /&gt;Note the 3rd column "w" which is the number of swapped out processes. The system was crawling with "out of memory" messages. I am sure we will find the culprit. However, what I would like from this group is more information on what you think could cause the number of swapped out processes to be so high. THere were only 370 processes listed with ps command and out of those 337 were swapped out!  Please advise.&lt;BR /&gt;&lt;BR /&gt;Tony&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 09:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184078#M163439</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2004-02-05T09:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: system crawling - high swapped processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184079#M163440</link>
      <description>Sounds like you have massive massive memory pressure - causing the swapouts.&lt;BR /&gt;&lt;BR /&gt;What does; swapinfo -mt&lt;BR /&gt;show ?&lt;BR /&gt;&lt;BR /&gt;And what does this show (listing processes by memory usage);&lt;BR /&gt;UNIX95= ps -e -o vsz=Kbytes -o ruser -o pid,args=Command-Line | sort -rnk1 | more&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 09:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184079#M163440</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2004-02-05T09:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: system crawling - high swapped processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184080#M163441</link>
      <description>The only column of any real use in vmstat is the po (page out) column. Anything over 10 for any length of time is considered bad -- 0 is desirable. You have values &amp;gt; 500!. A few large processes could do exactly this. This is a case where small maxdsiz settings make sense. It would prevent any process from grabbing all the resourses. This is just a gusess but I suspect you have a process with a serious memory leak that starts out small and grows very large over time.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 09:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184080#M163441</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-02-05T09:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: system crawling - high swapped processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184081#M163442</link>
      <description>Stefan, unfortunately the problem has passed since I rebooted the system and so I donâ  t have any further details for you. &lt;BR /&gt;&lt;BR /&gt;Clay, the value I am concerned with is the third column (337). Almost all the processes were pushed out to swap. The problem was not slowly occurring. It happened within 3 seconds based on looking at vmstat output collected every couple of seconds by a cron job. One minute this value was 10, within the next few seconds it was 337 and stayed that way until we rebooted the box. I guess what I am looking for is understanding how and why the system reacted the way it did not so much what caused it</description>
      <pubDate>Thu, 05 Feb 2004 09:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184081#M163442</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2004-02-05T09:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: system crawling - high swapped processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184082#M163443</link>
      <description>swapinfo -tam would be useful.&lt;BR /&gt;&lt;BR /&gt;Some long term sar based script collection of performance data would be useful.&lt;BR /&gt;&lt;BR /&gt;I'm attaching a good script for that.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 05 Feb 2004 10:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184082#M163443</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-05T10:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: system crawling - high swapped processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184083#M163444</link>
      <description>This output from vmstat is confusing and inadequate.  In my experience, the PO column (column 7) in more indicative of long-term memory issues than the short sleeper column (column 3).  What kind of system is this, what version of the OS and what is the hardware like?  What application is running?&lt;BR /&gt;&lt;BR /&gt;Try "ps -ef|sort -k 4nr,4|pg" to see which processes are using the most CPU time.  You can use "top" as well as glance plus for the same information.  The process with the most CPU time is most likely the one that is using the most memory.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 10:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184083#M163444</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2004-02-05T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: system crawling - high swapped processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184084#M163445</link>
      <description>Hi Tony,&lt;BR /&gt;&lt;BR /&gt;my guess is the reason this happened so quickly is some program started which requested a massive amount of memory. For example ive got a C prog which can grab a GB or 2 of memory within a couple of seconds of starting. This sort of thing would cause so many other processes to be swapped out so fast. Its hard to speculate further without more info. I would set up a lot of monitoring so at least if it happens again you will find the culprit.&lt;BR /&gt;&lt;BR /&gt;Do you have measureware installed ? if so you should have historical info including processes running which can be viewed using PerfView.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 11:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crawling-high-swapped-processes/m-p/3184084#M163445</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2004-02-05T11:11:45Z</dc:date>
    </item>
  </channel>
</rss>

