<?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: Decreasing the Load in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173433#M321472</link>
    <description>Thanks HGN.&lt;BR /&gt;&lt;BR /&gt;i would like to know how much load can a HP UX server could have without degrading the performance..&lt;BR /&gt;&lt;BR /&gt;Thanx in advance</description>
    <pubDate>Thu, 03 Apr 2008 15:04:47 GMT</pubDate>
    <dc:creator>prasadb</dc:creator>
    <dc:date>2008-04-03T15:04:47Z</dc:date>
    <item>
      <title>Decreasing the Load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173431#M321470</link>
      <description>my one of the server is showing load between 7-8 by top command. please let me how can i reduce it ?</description>
      <pubDate>Thu, 03 Apr 2008 14:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173431#M321470</guid>
      <dc:creator>prasadb</dc:creator>
      <dc:date>2008-04-03T14:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing the Load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173432#M321471</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;From top you can determine what is taking up the load on the CPU's then you can determine if anyone of them can be terminated. Load of 7-8 cannot be bad unless you see performance issues.&lt;BR /&gt;&lt;BR /&gt;You can browse/search the itrc forum site for any thread for cpu load, I have one below&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1074698" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1074698&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Apr 2008 14:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173432#M321471</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2008-04-03T14:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing the Load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173433#M321472</link>
      <description>Thanks HGN.&lt;BR /&gt;&lt;BR /&gt;i would like to know how much load can a HP UX server could have without degrading the performance..&lt;BR /&gt;&lt;BR /&gt;Thanx in advance</description>
      <pubDate>Thu, 03 Apr 2008 15:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173433#M321472</guid>
      <dc:creator>prasadb</dc:creator>
      <dc:date>2008-04-03T15:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing the Load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173434#M321473</link>
      <description>That is a very difficult question to answer to because there are a big number of vars that can affect performance.&lt;BR /&gt;&lt;BR /&gt;Not sure if there is a limit but in my prod servers i have rates between 1.7 - 1.8.&lt;BR /&gt;&lt;BR /&gt;Regards!</description>
      <pubDate>Thu, 03 Apr 2008 15:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173434#M321473</guid>
      <dc:creator>Andres_13</dc:creator>
      <dc:date>2008-04-03T15:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Decreasing the Load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173435#M321474</link>
      <description>The "load" reported by uptime or top is very, very misleading. It represents the number of processes running or ready-to-run during the measurement period. There is no correct load and the actual number is meaningless unless you also state the number of processors in your computer. A load of 7-8 is nothing for a 32 processor computer. On the other hand, 7-8 on a 1-processor system needs to be investigated. Note that I did not say it was bad, just needs to be understood.&lt;BR /&gt; &lt;BR /&gt;First, the world's smallest compute-intensive script:&lt;BR /&gt; &lt;BR /&gt;while :&lt;BR /&gt;do&lt;BR /&gt;:&lt;BR /&gt;done&lt;BR /&gt; &lt;BR /&gt;Now run this and you will consume 100% CPU while it runs (forever until you kill it). Run 10 copies of this script and your load will be 10, even if you only have 1 processor. The amazing part is that with a load of 10 from this script, everyone can edit their files and login, etc with no visible effect on interactive performance. That's the beauty of timeslicing and priority handling. These compute-intensive processes drop to the bottom of the priority chain to allow I/O and other processes to continue.&lt;BR /&gt; &lt;BR /&gt;The load is unimportant unless users are complaining -- but that assumes that things were much faster before the load increased. The two ways to reduce the load is to increase the number of CPUs in your computer, or terminate processes that consume a lot of CPU time (I do NOT recommend the second choice as you will break things...)</description>
      <pubDate>Thu, 03 Apr 2008 22:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decreasing-the-load/m-p/4173435#M321474</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-04-03T22:18:26Z</dc:date>
    </item>
  </channel>
</rss>

