<?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: Why is sys cpu so high? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985111#M123124</link>
    <description>AS mentioned, the system CPU time is used when application programs ask the kernel to do something and it is certainly possible to force the kernel to do a bunch of useless things. For instance, an infinite loop in a shell script that just asks for the date and dumps the results into /dev/null. The problem is locating the offending program(s). &lt;BR /&gt;&lt;BR /&gt;It is also possible that a program that performs network queries (perhaps Xwindows) goes awry and generates hundreds of queries per second. The high system overhead would also be accompanied by high LAN traffic. This often happens with Xwindows and unstable PC-based Xwindow emulators, or unstable users that trash their PC rather than gracefully signing off from all remote applications. A runaway Xwindow program can generate 40% system overhead and hundreds of packets/sec.</description>
    <pubDate>Fri, 30 May 2003 13:31:26 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2003-05-30T13:31:26Z</dc:date>
    <item>
      <title>Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985104#M123117</link>
      <description>Background: HPUX 11.11, 4 cpu's.&lt;BR /&gt;&lt;BR /&gt;For the majority of the day yesterday the HP box ran fine.  However, from 10am to 11am the sys cpu numbers from top when to &amp;gt; 90% and the user processes slowed to a crawl.  At 11am sys cpu when down to around 13% and the user processes ran normally.  &lt;BR /&gt;&lt;BR /&gt;What could cause sys cpu go so high for so long?  What does sys cpu accually mean (i.e. what was going on)?  Can this be caused by users or is there an O/S problem that I need to address?&lt;BR /&gt;&lt;BR /&gt;Next time it happens, I would like to address it quickly.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 30 May 2003 10:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985104#M123117</guid>
      <dc:creator>Tom Terrian</dc:creator>
      <dc:date>2003-05-30T10:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985105#M123118</link>
      <description>Hi Tom,&lt;BR /&gt;I believe SYS CPU means the resources occupied by the system process,Is there any cron jobs assigned between 10-11am??.If yes then I would like to know what job it is,well i dont know weather cron takes sys or usr, but i believe it must be taking sys resources.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh G.</description>
      <pubDate>Fri, 30 May 2003 10:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985105#M123118</guid>
      <dc:creator>Rajesh G. Ghone</dc:creator>
      <dc:date>2003-05-30T10:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985106#M123119</link>
      <description>Hi,&lt;BR /&gt;sys cpu is the time spend on "system call". Ie the time spend to open/read/write/memory managment/etc.... each function that UNIX is UNIX. So a so hight system time means probably that your system was doing something wrong: trashing because too few memory, trashing buffer cache, or lan driver trashing because too many packet in, etc.... The problems can be also a user problem: try to create a small C prog that do always fork/exit and your system will be completly down (fork is really time consuming for kernel). Because we don't have any cristal ball, I thnink the best is to have an eye on tools like top/glance/MWA in order to determine what was wrong at this time, in order to determine which syscall(s) was eating all CPU.&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Fri, 30 May 2003 10:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985106#M123119</guid>
      <dc:creator>Bruno Vidal</dc:creator>
      <dc:date>2003-05-30T10:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985107#M123120</link>
      <description>No, there did not appear to be anything special from 10 to 11.  The users said that they were not running any more or unusual processes.  But the box just died for about an hour then picked up again.</description>
      <pubDate>Fri, 30 May 2003 10:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985107#M123120</guid>
      <dc:creator>Tom Terrian</dc:creator>
      <dc:date>2003-05-30T10:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985108#M123121</link>
      <description>Hi,&lt;BR /&gt;what process had the highest cpu slice ?&lt;BR /&gt;&lt;BR /&gt;May be with this information we could understand better your problem.&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;</description>
      <pubDate>Fri, 30 May 2003 10:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985108#M123121</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-30T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985109#M123122</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Setup and use sar - man sar - also search the forum for sar.&lt;BR /&gt;&lt;BR /&gt;Without data from when the machine ran slow we are only guessing as to what slowed it down.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 30 May 2003 11:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985109#M123122</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-05-30T11:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985110#M123123</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Unfortunately MUCH more info would be needed to even begin to guess what happened.&lt;BR /&gt;But, if CPU usage went WAY up and the vast majority was SYS, then something was going on that caused the kernel to monopolize the CPUs.&lt;BR /&gt;We'd need to know what memory, swap &amp;amp; disk I/O was at that time to give you any hints.&lt;BR /&gt;I'd suspect that something either broke or ranaway &amp;amp; caused the kernel to spend enormous amounts of time handling it.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 30 May 2003 12:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985110#M123123</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-05-30T12:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985111#M123124</link>
      <description>AS mentioned, the system CPU time is used when application programs ask the kernel to do something and it is certainly possible to force the kernel to do a bunch of useless things. For instance, an infinite loop in a shell script that just asks for the date and dumps the results into /dev/null. The problem is locating the offending program(s). &lt;BR /&gt;&lt;BR /&gt;It is also possible that a program that performs network queries (perhaps Xwindows) goes awry and generates hundreds of queries per second. The high system overhead would also be accompanied by high LAN traffic. This often happens with Xwindows and unstable PC-based Xwindow emulators, or unstable users that trash their PC rather than gracefully signing off from all remote applications. A runaway Xwindow program can generate 40% system overhead and hundreds of packets/sec.</description>
      <pubDate>Fri, 30 May 2003 13:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985111#M123124</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-05-30T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985112#M123125</link>
      <description>Thanks for all of your comments.  We will investigate it futher and if we find something I will update this thread.</description>
      <pubDate>Tue, 03 Jun 2003 11:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985112#M123125</guid>
      <dc:creator>Tom Terrian</dc:creator>
      <dc:date>2003-06-03T11:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why is sys cpu so high?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985113#M123126</link>
      <description>there are several things that cold effect the cpu speed like that.&lt;BR /&gt;&lt;BR /&gt;-running backups&lt;BR /&gt;-applications (oracle/SAP/etc..)&lt;BR /&gt;-intensive scirpts &lt;BR /&gt;-even performance monitors can effect the systems performance&lt;BR /&gt;&lt;BR /&gt;I would recommend using the tools perfview and measureware.  This can let you know exactly what is gong on.  you can look at the most minute details of the systems performance and what processes are running.  We use this tool and it's fantastic.</description>
      <pubDate>Tue, 03 Jun 2003 11:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-sys-cpu-so-high/m-p/2985113#M123126</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-06-03T11:58:43Z</dc:date>
    </item>
  </channel>
</rss>

