<?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: Process Issue urgent help required in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772374#M261540</link>
    <description>If the CPU utilization of the process is low and there is free CPU capacity available, there must be a bottleneck somewhere.&lt;BR /&gt;&lt;BR /&gt;Your process may be waiting for I/O: if the process "says" to the OS: "I need to get this piece of data from the disk before I can do anything else", the OS makes the process sleep until the data is transferred from the disk to memory. In this case increasing the CPU power does not help: you need to make the disks faster.&lt;BR /&gt;&lt;BR /&gt;The system may also be so busy swapping (paging) things in and out of memory so it cannot give much CPU time to the application processes. This means the system needs more RAM memory so it won't need to spend so much time moving things in and out of swap.&lt;BR /&gt;&lt;BR /&gt;The bottleneck may be in the network too: if your process is accessing the database through the network and the database is slow in answering, the process must wait for data to come in through the network before it can  do its job. &lt;BR /&gt;&lt;BR /&gt;Bottom line: If a lot of time is spent in waiting for something, the CPU utilization % becomes low. You must find out what the system is waiting for, and make that thing happen faster, or alternatively remove the need to do that.</description>
    <pubDate>Mon, 17 Apr 2006 03:15:31 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2006-04-17T03:15:31Z</dc:date>
    <item>
      <title>Process Issue urgent help required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772373#M261539</link>
      <description>Hi, I have a question there is a process that is utilizing only 0.15 % of CPU.  Is it possible to increase the CPU power for this process so that this rocess can be completed before.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Apr 2006 01:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772373#M261539</guid>
      <dc:creator>xcvzxvzxdv</dc:creator>
      <dc:date>2006-04-17T01:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issue urgent help required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772374#M261540</link>
      <description>If the CPU utilization of the process is low and there is free CPU capacity available, there must be a bottleneck somewhere.&lt;BR /&gt;&lt;BR /&gt;Your process may be waiting for I/O: if the process "says" to the OS: "I need to get this piece of data from the disk before I can do anything else", the OS makes the process sleep until the data is transferred from the disk to memory. In this case increasing the CPU power does not help: you need to make the disks faster.&lt;BR /&gt;&lt;BR /&gt;The system may also be so busy swapping (paging) things in and out of memory so it cannot give much CPU time to the application processes. This means the system needs more RAM memory so it won't need to spend so much time moving things in and out of swap.&lt;BR /&gt;&lt;BR /&gt;The bottleneck may be in the network too: if your process is accessing the database through the network and the database is slow in answering, the process must wait for data to come in through the network before it can  do its job. &lt;BR /&gt;&lt;BR /&gt;Bottom line: If a lot of time is spent in waiting for something, the CPU utilization % becomes low. You must find out what the system is waiting for, and make that thing happen faster, or alternatively remove the need to do that.</description>
      <pubDate>Mon, 17 Apr 2006 03:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772374#M261540</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-04-17T03:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issue urgent help required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772375#M261541</link>
      <description>Hi thanks for ur reply, but I am quiet new to this and I am unable to find from where to start with.  I would appreciate if you could help in isolating the issue.</description>
      <pubDate>Mon, 17 Apr 2006 07:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772375#M261541</guid>
      <dc:creator>xcvzxvzxdv</dc:creator>
      <dc:date>2006-04-17T07:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issue urgent help required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772376#M261542</link>
      <description>More information is needed.&lt;BR /&gt;&lt;BR /&gt;What is the server's overall load level? If the CPU is not about 100% busy, the CPU power is not the problem.&lt;BR /&gt;&lt;BR /&gt;Is this process the main workload of this server, or is there something else that is using most of the CPU power?&lt;BR /&gt;&lt;BR /&gt;What does "swapinfo -t" report?&lt;BR /&gt;&lt;BR /&gt;"vmstat 5" displays a set of memory statistics every five seconds. What kind of values do you get? Check the page-out column (po): if the value tends to be anything other than 0, your system is spending time moving data in and out of swap, which often means you're not getting very much useful work done. Occasional spikes in the page-out value might be tolerable: value being consistently above 0 usually isn't. If this is the case, you need more physical memory (RAM).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 10:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772376#M261542</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-04-20T10:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issue urgent help required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772377#M261543</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If its active, you can renice it. Lower nice values mean higher priority.&lt;BR /&gt;&lt;BR /&gt;That will only help if the process is not sleeping.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30097.www3.hp.com/docs/porting/interop/process.html" target="_blank"&gt;http://h30097.www3.hp.com/docs/porting/interop/process.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Apr 2006 10:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issue-urgent-help-required/m-p/3772377#M261543</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-20T10:49:51Z</dc:date>
    </item>
  </channel>
</rss>

