<?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: HP Apache higher cpu utilization in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749986#M787443</link>
    <description>Steven, I don't have access to the box having issue. I had received this issue from a business partner. But i think $./apachectl restart command is a kind of soft start of apache web server and this command enables us not to disconnect the existing web client. Regards. Shiv</description>
    <pubDate>Mon, 13 Mar 2006 14:55:49 GMT</pubDate>
    <dc:creator>Shivkumar</dc:creator>
    <dc:date>2006-03-13T14:55:49Z</dc:date>
    <item>
      <title>HP Apache higher cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749984#M787441</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have upgraded HP Apache to 2.0.54 and 2.0.55 on HPUX 11i. &lt;BR /&gt;&lt;BR /&gt;We observed that "restart" take more cpu than start and stop command.&lt;BR /&gt;&lt;BR /&gt;Can anyone suggest what could be the issue ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Mon, 13 Mar 2006 13:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749984#M787441</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2006-03-13T13:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: HP Apache higher cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749985#M787442</link>
      <description>Shalom Shiv,&lt;BR /&gt;&lt;BR /&gt;I'd like to see the data that led you to this conclusion.&lt;BR /&gt;&lt;BR /&gt;It is however not uncommon for new quirks to work into new versions of the software. Performance enhancements and such. New bugs.&lt;BR /&gt;&lt;BR /&gt;Most HP-UX startup scripts don't accomodate a restart option. This in itself is special, but I think the code in use is the same as stop followed by start.&lt;BR /&gt;&lt;BR /&gt;Which leads me to question how you came to this conclusion.&lt;BR /&gt;&lt;BR /&gt;I shall watch the thread a while and respond again if warranted.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Mar 2006 14:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749985#M787442</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-13T14:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: HP Apache higher cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749986#M787443</link>
      <description>Steven, I don't have access to the box having issue. I had received this issue from a business partner. But i think $./apachectl restart command is a kind of soft start of apache web server and this command enables us not to disconnect the existing web client. Regards. Shiv</description>
      <pubDate>Mon, 13 Mar 2006 14:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749986#M787443</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2006-03-13T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP Apache higher cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749987#M787444</link>
      <description>Hi Shiv, &lt;BR /&gt;&lt;BR /&gt;Have you done any performance tweaks for HP Apache ? Just check the official guide,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/misc/perf-tuning.html" target="_blank"&gt;http://httpd.apache.org/docs/2.0/misc/perf-tuning.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 13 Mar 2006 22:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749987#M787444</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-13T22:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: HP Apache higher cpu utilization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749988#M787445</link>
      <description>I hope restart is done as ./apachectl stop ./apachectl start. Can you post this:&lt;BR /&gt;&lt;BR /&gt;Telnet session 1:&lt;BR /&gt;&lt;BR /&gt;# ./apachectl restart&lt;BR /&gt;&lt;BR /&gt;Telnet session 2:&lt;BR /&gt;&lt;BR /&gt;Get cpu information for apachectl process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Telnet session 1:&lt;BR /&gt;&lt;BR /&gt;# ./apachectl stop&lt;BR /&gt;# ./apachectl start&lt;BR /&gt;&lt;BR /&gt;Telnet session 2:&lt;BR /&gt;&lt;BR /&gt;Get cpu information for apachectl process.&lt;BR /&gt;&lt;BR /&gt;It will give more informations. &lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 13 Mar 2006 23:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-higher-cpu-utilization/m-p/3749988#M787445</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-13T23:37:16Z</dc:date>
    </item>
  </channel>
</rss>

