<?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: Performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496816#M20175</link>
    <description>Just because your memory is almost 100% used, doesn't indicate a problem.&lt;BR /&gt;&lt;BR /&gt;Have a look for large processes using 'ps -el'. Under the 'sz' column you'll see the size in pages (4k).&lt;BR /&gt;&lt;BR /&gt;Obviously if you have glance use that (it's nicer).</description>
    <pubDate>Wed, 21 Feb 2001 22:17:40 GMT</pubDate>
    <dc:creator>Andy Monks</dc:creator>
    <dc:date>2001-02-21T22:17:40Z</dc:date>
    <item>
      <title>Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496813#M20172</link>
      <description>One of our servers is currently using  96% of memory and 0% CPU idle time. Though recent performance show improvement, but the problem remains.</description>
      <pubDate>Wed, 21 Feb 2001 18:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496813#M20172</guid>
      <dc:creator>Ade Falusi_1</dc:creator>
      <dc:date>2001-02-21T18:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496814#M20173</link>
      <description>Hi,&lt;BR /&gt;Have you looked for orphaned processes?&lt;BR /&gt;&lt;BR /&gt;Just thoughts...&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 21 Feb 2001 18:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496814#M20173</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-02-21T18:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496815#M20174</link>
      <description>Have you used top or glance to find out what is using the cpu and memory?</description>
      <pubDate>Wed, 21 Feb 2001 19:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496815#M20174</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-02-21T19:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496816#M20175</link>
      <description>Just because your memory is almost 100% used, doesn't indicate a problem.&lt;BR /&gt;&lt;BR /&gt;Have a look for large processes using 'ps -el'. Under the 'sz' column you'll see the size in pages (4k).&lt;BR /&gt;&lt;BR /&gt;Obviously if you have glance use that (it's nicer).</description>
      <pubDate>Wed, 21 Feb 2001 22:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496816#M20175</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2001-02-21T22:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496817#M20176</link>
      <description>check the buffer cache settings in the kernel also...the default setting (50% dynamic buffer cache) can make it seem like your system is short on memory.</description>
      <pubDate>Wed, 21 Feb 2001 23:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496817#M20176</guid>
      <dc:creator>Jim Welch</dc:creator>
      <dc:date>2001-02-21T23:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496818#M20177</link>
      <description>Unix systems generally will use all memory available. Anything not used for processing will be used for mapping filesystems. Use vmstat to see if any page outs are occurring, see the pi and po columns. Essentially you want 0 in the po column or only occasional low numbers. Anything else generally indicates excessive paging and a memory bottleneck. And the best solution is more memory. Like the others said, Glance is nice if you have it, or ps -el will show you some memory usage per process.&lt;BR /&gt;CPU 0% idle: could be rogue processes, look for large numbers in the TIME column in top. but don't jump to conclusions. If you haven't booted for a while some of these are meant to be large. Also try a reboot when convenient, does the problem return? Also, do you have high wait i/o percentage, this can be caused by many things, including excessive paging as above. How high are the numbers in the run queue, use sar -q, or vmstat column 'r'? The recommended level is 2-3, alittle higher is sometimes ok, but consistently high numbers result directly in poor response time.&lt;BR /&gt;good luck, Greg.</description>
      <pubDate>Thu, 22 Feb 2001 00:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496818#M20177</guid>
      <dc:creator>Greg Hall</dc:creator>
      <dc:date>2001-02-22T00:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496819#M20178</link>
      <description>The dynamic nature of buffer cache could used up all memory for FS caching purpose.  That is not really a problem because when an application ask for memory then the OS will release some from buffer cache for it.  To see a better picture of this, run glance (if you got it) then look at the buffer cache size.  &lt;BR /&gt;&lt;BR /&gt;Check swap rate too, as long as the rate is zero or a low number then there is no problem.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Thu, 22 Feb 2001 03:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/2496819#M20178</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-02-22T03:13:24Z</dc:date>
    </item>
  </channel>
</rss>

