[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Whats Causing The Overload
- Subject: Re: [cobalt-users] Whats Causing The Overload
- From: Hans Kristian Eiken <hklist@xxxxxxxxxxxxx>
- Date: Thu Dec 19 07:55:12 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
To me it seems like chilliasp is causing httpd to use all the cputime it
could get.
httpd is using about 80% of your cputime and chilliasp is using about
230Mb (?) memory.
First start one of these:
tail -f /var/log/httpd/error
(and watch what happens when you do restart your apache)
Try to comment a line in /etc/httpd/conf/httpd.conf that looks something
like this (this is from my raq550):
LoadModule casp2_module
/home/chiliasp/module/linux2_optimized/apache_1.3.20/non-standard/Cobalt/mod_casp2.so
(just add a # in front of this)
and then run
/etc/init.d/httpd restart
If this is it, then perhaps one customer has a faulty asp-script, or
chilliasp is malfunctioning.
Hans Kristian Eiken