[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] httpd taking up most resources ?
- Subject: Re: [cobalt-users] httpd taking up most resources ?
- From: "roland" <roland@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Sep 18 04:45:49 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Hi,
>
> This is regarding the Raq4, off late this raq's load is moving
> above 4, and if at that time.. any cronjob like logrotate or
> webalizer starts.. it is reaching 6+ load.
>
> I dont know why but earlier most of the httpd process used to be
> much below 1% or 2% of CPU usage. But now.. most of the httpd
> processess are 3% and above. And when any httpd process calls
> cgi.. then that process goes upto even 30% to 50 % of cpu usage.
>
> But I am wondering.. as to why the normal httpd processess are
> taking up more than 2% of cpu usage.
>
> Kindly guide me..:
>
> *) is it related to size of logs in
> /home/sites/sitename/logs/web.log ?
>
> Recently we have added "ads" to the html pages in 10+ sites.
> Does this heavy load of httpd in any way related to those ads..
>
> But the ads are comming from different site..
>
> help..
>
> thanks
> mahesh.
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
Log sizes won't use more CPU.
On Apache 1.3.x, every time theres a new http request it starts up a new copy
of httpd for that request then closes it.