<?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: Performance Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799686#M941580</link>
    <description>Is there a way to combine scripts to run under one process? This would reduce system overhead. Of course, this also reduces what is run concurrently. You would need to find a balance here.&lt;BR /&gt;&lt;BR /&gt;Another approach would be to rewrite the scripts in C. There would be less image activations.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
    <pubDate>Wed, 04 Sep 2002 17:35:34 GMT</pubDate>
    <dc:creator>Martin Johnson</dc:creator>
    <dc:date>2002-09-04T17:35:34Z</dc:date>
    <item>
      <title>Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799683#M941577</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I know it is a difficult one :)&lt;BR /&gt;&lt;BR /&gt;I have a CPU bottleneck in my machine. There is no memory pressure neither I/O. The machine executes a lot of scripts per second (that's the reason for that high nice value). The system CPU time is high (50-60%). How could I reduce this time?&lt;BR /&gt;&lt;BR /&gt;I have seen in Glance in the CPU report (that I send you) that the vfault average is 21.7; is it normal? could it be reduced? &lt;BR /&gt;&lt;BR /&gt;Thank you very much in advance.&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 04 Sep 2002 15:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799683#M941577</guid>
      <dc:creator>fario</dc:creator>
      <dc:date>2002-09-04T15:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799684#M941578</link>
      <description>&lt;BR /&gt;If you have no memory, paging, or disk I/O issues then you need to find a way to execute your scripts faster.&lt;BR /&gt;&lt;BR /&gt;What kind of scripts are they?   By far the biggest waste of CPU time on most machines is poor coding.&lt;BR /&gt;&lt;BR /&gt;So look at the scripts and see if there is anything you can do to decrease the work involved.&lt;BR /&gt;&lt;BR /&gt;If they are interpreted scripts, thinking about writing them in a compiled language, such as C.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2002 16:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799684#M941578</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-09-04T16:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799685#M941579</link>
      <description>With a CPU bottleneck, you really only have two choices: either reduce the load (re-design the application or offload some of the work) or increase the CPU resource (either more CPU's or faster ones).&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 04 Sep 2002 16:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799685#M941579</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-09-04T16:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799686#M941580</link>
      <description>Is there a way to combine scripts to run under one process? This would reduce system overhead. Of course, this also reduces what is run concurrently. You would need to find a balance here.&lt;BR /&gt;&lt;BR /&gt;Another approach would be to rewrite the scripts in C. There would be less image activations.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 04 Sep 2002 17:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799686#M941580</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-09-04T17:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799687#M941581</link>
      <description>I agree with the person that said reduce the number of scripts being run.&lt;BR /&gt;&lt;BR /&gt;Secondly, if EMS is running, STOP it - its a PIG&lt;BR /&gt;&lt;BR /&gt;Shutdown any unnecessary services, like NFS if you aren't using it!&lt;BR /&gt;&lt;BR /&gt;Check your kernel parameters! MAKE SURE &lt;BR /&gt;&lt;BR /&gt;timeslice is a 10 and not a 1 (ONE) !!!!!!!!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 04 Sep 2002 17:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799687#M941581</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-09-04T17:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799688#M941582</link>
      <description>Hi Fario,&lt;BR /&gt;&lt;BR /&gt;you could re-code your scripts to use "threads" instead of processes, you could try to use the sticky-bit on their codefiles, your could try to increase the kernel parameter "timeslice" (only by 1 or 2!).&lt;BR /&gt;But the "pageouts" do irritate me; there seems to be an memory bottleneck sometimes, perhaps when all those scripts are running concurrently? Stop all the services/daemons/processes you do not need.&lt;BR /&gt;Have thought about using "MWA" (HP OpenView MeasureWare Agent) to detect what really is going on? The "instant on" trial license should be sufficient...&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2002 17:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-issue/m-p/2799688#M941582</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-09-04T17:55:27Z</dc:date>
    </item>
  </channel>
</rss>

