<?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: CPU &amp;amp; Memory Utilisation. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157280#M158709</link>
    <description>Check the output of vmstat&lt;BR /&gt;&lt;BR /&gt;Say, vmstat 5,5&lt;BR /&gt;&lt;BR /&gt;Are you getting a lot of pi's /po's?&lt;BR /&gt;&lt;BR /&gt;Is the sr (scan rate) high? (above 0)&lt;BR /&gt;&lt;BR /&gt;If it is, then you are swapping - and you probably need more memory...CPU will go up if the scanrate is high....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Jan 2004 11:32:23 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-01-06T11:32:23Z</dc:date>
    <item>
      <title>CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157279#M158708</link>
      <description>I'm trying to see if the sluggish performance of a batch suite is down to the server config or just some poor code. I've been getting some details via 'Patrol' and I have a couple of questions on the results:&lt;BR /&gt;1: CPU. The CPU utilisation occaisionally hits 100% for a short time. Most of the time it peaks at 90%. Question - is there a degradation in performance while the usage climbs towards 100%? eg: is a system with CPU usage at 80% performing worse than a system at 40% usage?&lt;BR /&gt;&lt;BR /&gt;2: Memory. The stats are reporting that the memory is pageing out about 15-50 pages a second. However,  there is always at least 500000 pages of memory being reported free too. Am i right in assuming that the pageing out is (probably) not a performance issue and is simply processes finishing and being 'flushed' from mem?&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Tue, 06 Jan 2004 11:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157279#M158708</guid>
      <dc:creator>Jimmy  Page</dc:creator>
      <dc:date>2004-01-06T11:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157280#M158709</link>
      <description>Check the output of vmstat&lt;BR /&gt;&lt;BR /&gt;Say, vmstat 5,5&lt;BR /&gt;&lt;BR /&gt;Are you getting a lot of pi's /po's?&lt;BR /&gt;&lt;BR /&gt;Is the sr (scan rate) high? (above 0)&lt;BR /&gt;&lt;BR /&gt;If it is, then you are swapping - and you probably need more memory...CPU will go up if the scanrate is high....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2004 11:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157280#M158709</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-01-06T11:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157281#M158710</link>
      <description>thanks geoff&lt;BR /&gt;&lt;BR /&gt;Scan rate is 0.&lt;BR /&gt;Page out = apprx 30&lt;BR /&gt;page in = 1 or 2.&lt;BR /&gt;&lt;BR /&gt;Does this mean that the system isn't swapping? And therfore is performing ok within it's resources?</description>
      <pubDate>Tue, 06 Jan 2004 11:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157281#M158710</guid>
      <dc:creator>Jimmy  Page</dc:creator>
      <dc:date>2004-01-06T11:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157282#M158711</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;To add to what Geoff said, check top -s 1. Where is vhand? If swapping is happening then vhand is working harder. The harder vhand works, the more performance degradation will occur. If you are swapping hard then vhand will be eating up your CPU. I have had it happen on one of my servers to the point of the system freezing. Just remember if vhand wants more cpu it will get it. That is why you do not want your system swapping.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;-Bryan</description>
      <pubDate>Tue, 06 Jan 2004 11:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157282#M158711</guid>
      <dc:creator>Bryan D. Quinn</dc:creator>
      <dc:date>2004-01-06T11:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157283#M158712</link>
      <description>If you are seeing 'po' in vmstat then chances are you are swapping, which is really bad for performance.  What does 'swapinfo -tam' show?&lt;BR /&gt;&lt;BR /&gt;If you have glance, use it to look at the system resources and see what is running and what memory usage is.&lt;BR /&gt;&lt;BR /&gt;As far as CPU usage goes, if you are not hitting 100% usage for long periods of time, then you are probably OK.</description>
      <pubDate>Tue, 06 Jan 2004 11:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157283#M158712</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-01-06T11:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157284#M158713</link>
      <description>Paging out â  poâ   happens throughout the day for various mysterious OS reasons. &lt;BR /&gt;Presumably if we have the memory we shouldn't need to page out ever. &lt;BR /&gt;As processes die we free the pages and they can be used by new processes. &lt;BR /&gt;However we do see paging out for filesystem buffers quite a bit, so we typically ignore pages out at an average level. &lt;BR /&gt;&lt;BR /&gt;Doesn't sound like you are swapping - but as &lt;BR /&gt;Bryan says, check vhand...&lt;BR /&gt;&lt;BR /&gt;Rgds...Ge</description>
      <pubDate>Tue, 06 Jan 2004 11:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157284#M158713</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-01-06T11:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157285#M158714</link>
      <description>Just a thought, you might want to check out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sarcheck.com/" target="_blank"&gt;http://www.sarcheck.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Really good utility - fairly expensive - but you can get a 30 day trial for free - run it on your system - it provides very good information and recommendation.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 06 Jan 2004 12:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157285#M158714</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-01-06T12:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157286#M158715</link>
      <description>&lt;BR /&gt;Swapinfo is showing as 44% used. Memory (via glance) is showing as 88% used. Pageing is still being shown on vmstat. &lt;BR /&gt;It does look very much as if the pageing out is part of the 'mysterious O/S' functions.&lt;BR /&gt;I didn't think it was swapping but I need a little reassurance. &lt;BR /&gt; Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2004 12:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157286#M158715</guid>
      <dc:creator>Jimmy  Page</dc:creator>
      <dc:date>2004-01-06T12:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157287#M158716</link>
      <description>If you are seeing 44% swap space usage, then you are doing more than "Mysterious OS functions" or at least were at one point.  &lt;BR /&gt;&lt;BR /&gt;How much RAM do you have?  What applications are running?  &lt;BR /&gt;&lt;BR /&gt;Can you paste the output of swapinfo into your next reply?&lt;BR /&gt;&lt;BR /&gt;Yes, you will see a *few* page outs as normal part of the OS, but you should *not* see 50 / second nor should you see 44% swap space usage normally.</description>
      <pubDate>Tue, 06 Jan 2004 12:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157287#M158716</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-01-06T12:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: CPU &amp; Memory Utilisation.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157288#M158717</link>
      <description>swapinfo output:&lt;BR /&gt;$ swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev         512      44     468    9%       0       -    1  64,0x030002&lt;BR /&gt;dev        2000      44    1956    2%       0       -    1  64,0x030008&lt;BR /&gt;reserve       -     751    -751&lt;BR /&gt;memory     1526     901     625   59%&lt;BR /&gt;total      4038    1740    2298   43%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vmstat output:$ vmstat 5 5&lt;BR /&gt;         procs           memory                   page                              faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id&lt;BR /&gt;    3     1     0    22501   89857  154   42     0    8   110    0     0    448   9407   357  18  6 75&lt;BR /&gt;    0     1     0    21377   89803  251   55     0    6   153    0     0    489   6053   563   8  5 87&lt;BR /&gt;    1     1     0    19598   89801  139   30     0    4   104    0     0    489   3193   332   2  1 97&lt;BR /&gt;    5     1     0    19285   89625  240   63     0    5   143    0     0    527   7966   676   7  9 85&lt;BR /&gt;    0     1     0    17009   89191  201   40     0    5   127    0     0    605   9960   419  10  6 83&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The 50 pages a second is being reported via Patrol. I have no idea how it has come to that figure as vmstat isn't reporting anywhere near that figure. &lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2004 12:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-amp-memory-utilisation/m-p/3157288#M158717</guid>
      <dc:creator>Jimmy  Page</dc:creator>
      <dc:date>2004-01-06T12:26:15Z</dc:date>
    </item>
  </channel>
</rss>

