You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Eric Frazier <ef...@kwinternet.com> on 2003/10/24 01:21:36 UTC

Re: [users@httpd] Apache maxing out my CPU

Just turn it off, that will slow things down I would imagine.

Why do you expect to get an answer while supplying NO details?
Didn't momma teach you how to post to a mailing list? 

Eric 

At 09:23 PM 10/23/03 -0500, LSBT wrote:
>Can anyone help me? I have tried searcing the web and posting on some tech
>forums to no avail. Recently my apache server is maxing out my cpu. Would
>anyone have any idea on what causes this or even where I could go to get
>some help with this.
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>

(250) 655 - 9513 (PST Time Zone)

"Inquiry is fatal to certainty." -- Will Durant 





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache maxing out my CPU

Posted by Michael Garriss <mg...@earthlink.net>.
On Thu, Oct 23, 2003 at 07:21:36PM -0400, Eric Frazier wrote:
> Just turn it off, that will slow things down I would imagine.
> 
> Why do you expect to get an answer while supplying NO details?
> Didn't momma teach you how to post to a mailing list? 
> 
> Eric 
> 
> At 09:23 PM 10/23/03 -0500, LSBT wrote:
> >Can anyone help me? I have tried searcing the web and posting on some tech
> >forums to no avail. Recently my apache server is maxing out my cpu. Would
> >anyone have any idea on what causes this or even where I could go to get
> >some help with this.
>

Didn't your momma teach you not to top post Eric?  How about using reply
so that we can see your reply in the same thread?  She teach you that?

Michael Garriss

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Apache maxing out my CPU

Posted by Michael <mi...@michael.lai.name>.
Hi, Steve.  I am no apache expert but the only thing that I can think of
that may cause apache to hog up your cpu power is:

1) your site is receiving lots of hits to the point that one webserver
cannot handle the load.  Or...

2) your site is generating a lot of dynamic pages

A good place to start is to analyze your web logs to measure your traffic.

Cheers,
Michael.

> Thanks for the helpful answer Eric. To answer your question, no I have never
> posted on a mailing list before. I figured that since I am a new apache user
> and don't know what information would be needed, that someone being helpful
> may tell me what they would need to know to troubleshoot it. I am doing this
> as a volunteer for a church and therefore have no other resources to check
> with.
>
> I can start by saying that I am running this on a Windows XP system. I am
> running Apache v2.0.47 barring that, I would be happy to provide any other
> requested details.
>
> Thanks for your helpful reply.
>
> Steve

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache maxing out my CPU

Posted by Brian Dessent <br...@dessent.net>.
LSBT wrote:
> 
> Thanks for the helpful answer Eric. To answer your question, no I have never
> posted on a mailing list before. I figured that since I am a new apache user
> and don't know what information would be needed, that someone being helpful
> may tell me what they would need to know to troubleshoot it. I am doing this
> as a volunteer for a church and therefore have no other resources to check
> with.
> 
> I can start by saying that I am running this on a Windows XP system. I am
> running Apache v2.0.47 barring that, I would be happy to provide any other
> requested details.

Well, as the others have suggested it's probably a script of some sort
that's taking all the CPU cycles because normal static html and images 
really shouldn't present much load to the system.  So, the first thing
you need to tell us is what, if any, kind of scripts or dynamically
generated objects your site is serving.  And, just to be clear, you have
verified using Task Manager that it is indeed the Apache process that is
using all these CPU cycles?  Does anything else noteworthy stand out in
Task Manager, for example, an apache process that has a huge memory
footprint and is causing the system to swap?

Another good thing to do is turn on mod_status and have a look at the
status output.  If there's some type of request that is taking a long
time to complete then you'd expect to see that thing listed as the
active request for a number of workers.

Brian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Apache maxing out my CPU

Posted by LSBT <we...@lsbt.org>.
Thanks for the helpful answer Eric. To answer your question, no I have never
posted on a mailing list before. I figured that since I am a new apache user
and don't know what information would be needed, that someone being helpful
may tell me what they would need to know to troubleshoot it. I am doing this
as a volunteer for a church and therefore have no other resources to check
with.

I can start by saying that I am running this on a Windows XP system. I am
running Apache v2.0.47 barring that, I would be happy to provide any other
requested details.

Thanks for your helpful reply.

Steve

-----Original Message-----
From: Eric Frazier [mailto:ef@kwinternet.com]
Sent: Thursday, October 23, 2003 6:22 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Apache maxing out my CPU


Just turn it off, that will slow things down I would imagine.

Why do you expect to get an answer while supplying NO details?
Didn't momma teach you how to post to a mailing list?

Eric

At 09:23 PM 10/23/03 -0500, LSBT wrote:
>Can anyone help me? I have tried searcing the web and posting on some tech
>forums to no avail. Recently my apache server is maxing out my cpu. Would
>anyone have any idea on what causes this or even where I could go to get
>some help with this.
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>

(250) 655 - 9513 (PST Time Zone)

"Inquiry is fatal to certainty." -- Will Durant





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org