<?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 bound quest in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726632#M253971</link>
    <description>&lt;BR /&gt; Thanks for the help everyone, I will assign points&lt;BR /&gt;&lt;BR /&gt; Cheers,&lt;BR /&gt; raf</description>
    <pubDate>Wed, 08 Feb 2006 01:03:00 GMT</pubDate>
    <dc:creator>Becke</dc:creator>
    <dc:date>2006-02-08T01:03:00Z</dc:date>
    <item>
      <title>CPU bound quest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726627#M253966</link>
      <description>&lt;BR /&gt;Guys,&lt;BR /&gt;&lt;BR /&gt; What is the term CPU bound means in computing, what is the exact defination of it&lt;BR /&gt;&lt;BR /&gt; Cheers,&lt;BR /&gt; Raf</description>
      <pubDate>Tue, 07 Feb 2006 22:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726627#M253966</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2006-02-07T22:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: CPU bound quest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726628#M253967</link>
      <description>Hi Raf, &lt;BR /&gt;&lt;BR /&gt;Here is what you are looking for, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/CPU_bound" target="_blank"&gt;http://en.wikipedia.org/wiki/CPU_bound&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In computer science, CPU bound refers to a condition where the time to complete a computation is determined principally by the speed of the central processor and main memory. This means that the computation is keeping the processor utilization high, and that the processor is not spending much time waiting for interrupts, such as those generated by the arrival of more data from a peripheral device. If a program is CPU bound, it has the potential to run faster provided that a better algorithm can be found to accomplish the computation, or if a faster processor/memory can be used.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 07 Feb 2006 22:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726628#M253967</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-07T22:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: CPU bound quest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726629#M253968</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;quote from google&lt;BR /&gt;&lt;BR /&gt;"CPU bound refers to a condition where the time to complete a computation is determined principally by the speed of the central processor and main memory. This means that the computation is keeping the processor utilization high, and that the processor is not spending much time waiting for interrupts, such as those generated by the arrival of more data from a peripheral device. If a program is CPU bound, it has the potential to run faster provided that a better algorithm can be found to accomplish the computation, or if a faster processor/memory can be used."&lt;BR /&gt;&lt;BR /&gt;"A system is CPU bound (has a CPU bottleneck) if the processor cannot execute fast enough to keep the number of processes on the run queue consistently low. To determine if a system is CPU bound, run sar -u (or cpusar -u for each processor on a system with an SCO SMP License) and examine the %idle value. &lt;BR /&gt;&lt;BR /&gt;If %idle is consistently less than 5% (for all CPUs) on a heavily loaded database server system, then the system may be lacking in processing power. On a heavily loaded system with many logged-in users, a %idle value that is persistently less than 20% suggests that the system not be able to cope with a much larger load. Examination of the number of processes on the run queue shows whether there is an unacceptable buildup of runnable processes. If processes are not building up on the run queue, a low idle time need not indicate an immediate problem provided that the other subsystems (memory and I/O) can cope with the demands placed upon them"&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Cs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 22:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726629#M253968</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2006-02-07T22:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: CPU bound quest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726630#M253969</link>
      <description>Hi Again, &lt;BR /&gt;&lt;BR /&gt;Here are some more links, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.techweb.com/encyclopedia/defineterm.jhtml?term=CPU+bound" target="_blank"&gt;http://www.techweb.com/encyclopedia/defineterm.jhtml?term=CPU+bound&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://computing-dictionary.thefreedictionary.com/CPU+bound" target="_blank"&gt;http://computing-dictionary.thefreedictionary.com/CPU+bound&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 07 Feb 2006 22:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726630#M253969</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-07T22:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: CPU bound quest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726631#M253970</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Interms of VPAR ( virtual partitions in HPUX ) environment, a Bound CPU is a CPU whcih can be moved across the VPARs dynamically.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Tue, 07 Feb 2006 23:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726631#M253970</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-07T23:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: CPU bound quest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726632#M253971</link>
      <description>&lt;BR /&gt; Thanks for the help everyone, I will assign points&lt;BR /&gt;&lt;BR /&gt; Cheers,&lt;BR /&gt; raf</description>
      <pubDate>Wed, 08 Feb 2006 01:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bound-quest/m-p/3726632#M253971</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2006-02-08T01:03:00Z</dc:date>
    </item>
  </channel>
</rss>

