<?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 utilization is high in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973021#M120787</link>
    <description>Hi Karthic,&lt;BR /&gt;&lt;BR /&gt;When CPU % is high you need to also check the CPU run queue for entries - so also go to CPU by Proc ("a" in glance) and the global report ("g" in glance). You should be looking at processes in CPU order, so go to the thresholds page ("o" in glance &amp;amp; set CPU as the sort criteria.&lt;BR /&gt;&lt;BR /&gt;If you consistently have multiple processes in the run queue you definitely have the possibility of a CPU bottleneck.&lt;BR /&gt;&lt;BR /&gt;Possible ways to mitigate this are as follows:&lt;BR /&gt;&lt;BR /&gt;1) Use nice to prioritize important procs &amp;amp; conversely to deprioritize unimportant procs.&lt;BR /&gt;&lt;BR /&gt;2) Use rtprio or rtsched on important procs.&lt;BR /&gt;&lt;BR /&gt;3) Run batch jobs during non-peak hours&lt;BR /&gt;&lt;BR /&gt;4) Add another (or faster) processor.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Wed, 14 May 2003 12:44:42 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-05-14T12:44:42Z</dc:date>
    <item>
      <title>CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973017#M120783</link>
      <description>I have an L2000 server with hp-ux 11i.Weblogic application is running in that server.I could see a CPU utilization is almost 100% frequently.But there is no memory &amp;amp; disk bottleneck.Is there is any parameter to be tuned from O.S side?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Karthic</description>
      <pubDate>Wed, 14 May 2003 10:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973017#M120783</guid>
      <dc:creator>Inderjit Singh_1</dc:creator>
      <dc:date>2003-05-14T10:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973018#M120784</link>
      <description>There's not really any kernel paramters that can be tuned to increase CPU capacity.  You need to look at the application, the load on the system, or at increasing the systems capacity by adding more or faster CPU's.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 14 May 2003 10:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973018#M120784</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-14T10:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973019#M120785</link>
      <description>is you system swapping at the time? run less unnecessary programs and watch program priorities.&lt;BR /&gt;&lt;BR /&gt;ps -ef &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 11:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973019#M120785</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2003-05-14T11:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973020#M120786</link>
      <description>How many time the system is up ?&lt;BR /&gt;&lt;BR /&gt;Filo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 12:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973020#M120786</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-05-14T12:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973021#M120787</link>
      <description>Hi Karthic,&lt;BR /&gt;&lt;BR /&gt;When CPU % is high you need to also check the CPU run queue for entries - so also go to CPU by Proc ("a" in glance) and the global report ("g" in glance). You should be looking at processes in CPU order, so go to the thresholds page ("o" in glance &amp;amp; set CPU as the sort criteria.&lt;BR /&gt;&lt;BR /&gt;If you consistently have multiple processes in the run queue you definitely have the possibility of a CPU bottleneck.&lt;BR /&gt;&lt;BR /&gt;Possible ways to mitigate this are as follows:&lt;BR /&gt;&lt;BR /&gt;1) Use nice to prioritize important procs &amp;amp; conversely to deprioritize unimportant procs.&lt;BR /&gt;&lt;BR /&gt;2) Use rtprio or rtsched on important procs.&lt;BR /&gt;&lt;BR /&gt;3) Run batch jobs during non-peak hours&lt;BR /&gt;&lt;BR /&gt;4) Add another (or faster) processor.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 14 May 2003 12:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973021#M120787</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-05-14T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973022#M120788</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which software version do you have&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;weblogic and java&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                    Steve Steel</description>
      <pubDate>Wed, 14 May 2003 13:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973022#M120788</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-05-14T13:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973023#M120789</link>
      <description>you could use measureware (liscensed product) to determine  the cpu utilization over a very long period of time. We use this tool for determining a lot of performance issues with our servers.  It really breaks the info down very minutely and lets you see almost any detail of what's going on and when.  &lt;BR /&gt;take a look:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/performance/perfview.html" target="_blank"&gt;http://www.software.hp.com/products/performance/perfview.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 14:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973023#M120789</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-14T14:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973024#M120790</link>
      <description>I dont have glance!Anyway!I'll use the trial version!The system is used for 12 hours.We have Java 1.3(SDK&amp;amp;RTE)for hpux11i.I have raised the issue with application vendor.But I want to know whether I could do some tuning from system side.I would like to thank all for the valuable inputs.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Karthic</description>
      <pubDate>Thu, 15 May 2003 07:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973024#M120790</guid>
      <dc:creator>Inderjit Singh_1</dc:creator>
      <dc:date>2003-05-15T07:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973025#M120791</link>
      <description>If no processes are running, then CPU usage will be virtually zero, so you can safely assume that the usage is related to the applications. Knowing that the usage is 100% is useless until you see which applications are consuming the CPU cycles. The simplest is to run top and look at the first few apps that show up. As mentioned, there is nothing in the kernel to make the computer run faster. Using 100% CPU is not necessarily a bad situation unless the application is broken. The simple commands:&lt;BR /&gt;&lt;BR /&gt;while :&lt;BR /&gt;do&lt;BR /&gt;:&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;will consume 100% CPU. However, this will timewaster set of commands may not seem to affect other users as HP-UX will task-switch (aka, timeshare) so that each application gets a fair share of the CPU(s). This context switching can occur in less than one second.&lt;BR /&gt;&lt;BR /&gt;If the applications normally consume 100% CPU and there are plans to have several of these programs running at the same time, you'll need additional CPUs installed to handle the load or be prepared to see the apps running slower as more are added to the mix.</description>
      <pubDate>Thu, 15 May 2003 11:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973025#M120791</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-05-15T11:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973026#M120792</link>
      <description>As an alternative to glance, you can use sar to view various system stats.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sar -q 5 10&lt;BR /&gt;&lt;BR /&gt;will report the runqueue size and % of time processes were queued waiting fro CPU.  It will repeat 10 times are 5 second intervals.&lt;BR /&gt;&lt;BR /&gt;sar -qucw will show you runqueue, CPU utilization, system call and swap stats as a group.&lt;BR /&gt;&lt;BR /&gt;Finally, you can cron the shell scripts sa1 and sa2 to collect and report on usage over time.  &lt;BR /&gt;&lt;BR /&gt;See the sar and sa1 man pages for more details.</description>
      <pubDate>Thu, 15 May 2003 11:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973026#M120792</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-05-15T11:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: CPU utilization is high</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973027#M120793</link>
      <description>Tagging onto Bill Hassell's comments, is the application running slow?  &lt;BR /&gt;Is this one application taking up 100% and causing other applications to run slow?&lt;BR /&gt;You also say it is almost 100% frequently.  Is that when the application starts and then the load goes down?  Is that when a specific task is performed by the application?  A large query for instance.&lt;BR /&gt;100% is not necessarily a bad thing.  If the application is performing well and not affecting other applications.  If the 100% is just a spike and not an average.  There may not be a problem.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 May 2003 12:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-utilization-is-high/m-p/2973027#M120793</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2003-05-15T12:53:57Z</dc:date>
    </item>
  </channel>
</rss>

