<?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: Informix causing high CPU system time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584257#M856164</link>
    <description>Hi&lt;BR /&gt;  Monitor the system through Glance or you can use the below set of commands&lt;BR /&gt;&lt;BR /&gt;sar -o sarfile 5 5 &lt;BR /&gt;sar -Af sarfile &amp;gt; sarfile.report&lt;BR /&gt;&lt;BR /&gt;  The output in report file gives a clearer picture of what's actually happening. For a start  you look for below symptoms&lt;BR /&gt;&lt;BR /&gt;If swpot/s (swapouts per second) is frequently greater than one, the system is memory bound. If swpocc (percent swap queue is occupied) is greater than five, the system is memory bound. In either case, add more memory to the system.&lt;BR /&gt;&lt;BR /&gt;If %rcache is frequently less than 90 or %wcache is frequently less than 65, the buffer cache is too small. Increase the value of the kernel's bufpages parameter and generate a new kernel. &lt;BR /&gt;&lt;BR /&gt;If %idle is frequently equal to zero, or if runq-sz (runqueue size) is frequently high (eight or more), the system is CPU bound. If system throughput is less than desired, upgrade to a faster processor or reduce computational load on the system. &lt;BR /&gt;&lt;BR /&gt;Check the capacity of the system tables for processes, inode cache, and file descriptors. These are labeled proc-sz, inod-sz, and file-sz. If the current utilization is too close to the maximum available, increase the corresponding HP-UX kernel parameter (nproc, ninode, or nfile). When increasing nfile, increase nflocks proportionally. &lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;...BPK...</description>
    <pubDate>Tue, 25 Sep 2001 07:18:29 GMT</pubDate>
    <dc:creator>Praveen Bezawada</dc:creator>
    <dc:date>2001-09-25T07:18:29Z</dc:date>
    <item>
      <title>Informix causing high CPU system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584254#M856161</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We are running 6 DB instances of Informix 7.24UC7 on N4000 w/HP-UX 11.0. Whenever the system is running for &amp;gt; 2 weeks, the system time accumulates day-by-day until it hits 35-40%, after which our users cannot work.&lt;BR /&gt;&lt;BR /&gt;Anyone had this kind of problem??&lt;BR /&gt;&lt;BR /&gt;Statistics on Systems Performance of eagle on Mon Sep 24 17:00:03 EAT 2001&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;System Load Average&lt;BR /&gt;--------------------&lt;BR /&gt;  5:00pm  up 22 days, 10:27,  188 users,  load average: 6.41, 6.57, 7.09&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Output of sar in 10 counts with 5 seconds interval&lt;BR /&gt;     %usr    %sys    %wio   %idle&lt;BR /&gt;--------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;HP-UX eagle B.11.00 U 9000/800    09/24/01&lt;BR /&gt;&lt;BR /&gt;17:00:08    %usr    %sys    %wio   %idle&lt;BR /&gt;17:00:13      11      39      26      24&lt;BR /&gt;17:00:18       8      36      41      15&lt;BR /&gt;17:00:23      10      35      40      16&lt;BR /&gt;17:00:28      13      39      29      19&lt;BR /&gt;17:00:33      19      40      36       6&lt;BR /&gt;17:00:38      13      39      32      16&lt;BR /&gt;17:00:43      14      39      30      17&lt;BR /&gt;17:00:48      13      36      38      13&lt;BR /&gt;17:00:53      14      39      25      22&lt;BR /&gt;17:00:58      11      38      22      29&lt;BR /&gt;&lt;BR /&gt;Average       13      38      32      18&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2001 05:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584254#M856161</guid>
      <dc:creator>Colin Rice</dc:creator>
      <dc:date>2001-09-25T05:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Informix causing high CPU system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584255#M856162</link>
      <description>Hi,&lt;BR /&gt;It seems that your system is heavily loaded.&lt;BR /&gt;How much memory you have and how many CPU ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Animesh</description>
      <pubDate>Tue, 25 Sep 2001 06:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584255#M856162</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-25T06:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Informix causing high CPU system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584256#M856163</link>
      <description>Hi, I can see you are spending a lot of time in system tasks and io waits, maybe you have a problem with memory, that is you're swapping a lot and your system is busy with that swap, in system calls and disk io.&lt;BR /&gt;Maybe any patch ??, send us you memory configuratios, and a vmstat -s output and swapinfo -t.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2001 07:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584256#M856163</guid>
      <dc:creator>David Navarro</dc:creator>
      <dc:date>2001-09-25T07:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Informix causing high CPU system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584257#M856164</link>
      <description>Hi&lt;BR /&gt;  Monitor the system through Glance or you can use the below set of commands&lt;BR /&gt;&lt;BR /&gt;sar -o sarfile 5 5 &lt;BR /&gt;sar -Af sarfile &amp;gt; sarfile.report&lt;BR /&gt;&lt;BR /&gt;  The output in report file gives a clearer picture of what's actually happening. For a start  you look for below symptoms&lt;BR /&gt;&lt;BR /&gt;If swpot/s (swapouts per second) is frequently greater than one, the system is memory bound. If swpocc (percent swap queue is occupied) is greater than five, the system is memory bound. In either case, add more memory to the system.&lt;BR /&gt;&lt;BR /&gt;If %rcache is frequently less than 90 or %wcache is frequently less than 65, the buffer cache is too small. Increase the value of the kernel's bufpages parameter and generate a new kernel. &lt;BR /&gt;&lt;BR /&gt;If %idle is frequently equal to zero, or if runq-sz (runqueue size) is frequently high (eight or more), the system is CPU bound. If system throughput is less than desired, upgrade to a faster processor or reduce computational load on the system. &lt;BR /&gt;&lt;BR /&gt;Check the capacity of the system tables for processes, inode cache, and file descriptors. These are labeled proc-sz, inod-sz, and file-sz. If the current utilization is too close to the maximum available, increase the corresponding HP-UX kernel parameter (nproc, ninode, or nfile). When increasing nfile, increase nflocks proportionally. &lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;...BPK...</description>
      <pubDate>Tue, 25 Sep 2001 07:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584257#M856164</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-09-25T07:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Informix causing high CPU system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584258#M856165</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;   We are using 8Way server and 6Gb of memory. Also attached sar output. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tnx,&lt;BR /&gt;walter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2001 07:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-causing-high-cpu-system-time/m-p/2584258#M856165</guid>
      <dc:creator>jok llamera</dc:creator>
      <dc:date>2001-09-26T07:06:40Z</dc:date>
    </item>
  </channel>
</rss>

