[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CPU is overloaded - Help
- Subject: Re: [cobalt-users] CPU is overloaded - Help
- From: "Brian Busche" <webmaster@xxxxxxxxxxxxx>
- Date: Mon Feb 28 09:52:29 2000
- Organization: Rendition Multimedia, Inc.
Running 'ps aux|sort -nr -k3|head -10' gives me this
nobody 14154 60.0 0.6 4228 1660 ? R 20:33 0:00 perl
/home/sites/site
nobody 14152 45.6 0.9 5348 2320 ? R 20:33 0:01 perl
/home/sites/site
nobody 14151 41.7 1.3 6500 3484 ? R 20:33 0:02 perl
/home/sites/site
admin 5393 3.6 0.2 2388 764 p0 S Feb 22 117:16 top
root 14150 0.1 0.5 4924 1384 ? S 20:33 0:00
/usr/sbin/ahttpd -d /
root 13909 0.1 0.5 4924 1392 ? S 20:29 0:00
/usr/sbin/ahttpd -d /
httpd 13880 0.1 0.6 5112 1608 ? S 20:28 0:00 /usr/sbin/httpd
httpd 13879 0.1 0.6 5112 1612 ? S 20:28 0:00 /usr/sbin/httpd
httpd 13830 0.1 0.6 5104 1600 ? S 20:26 0:00 /usr/sbin/httpd
httpd 13716 0.1 0.6 5112 1612 ? S 20:23 0:00 /usr/sbin/httpd
At first I thought the path was being truncated by my terminal window, but I
set my columns to 140 and got the same thing.
There is no directory called '/home/sites/site' as far as I am aware. I was
expecting something like '/home/sites/site1/web/cgi-bin/myscript.cgi'
Could this be a misconfiguration within a Perl script that points to a
non-existant directory? Or is there something wrong with perl? I really
need to know where the script is being fired from, but how?
Brian
----- Original Message -----
From: Jeff Lovell <jlovell@xxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, February 24, 2000 6:05 PM
Subject: Re: [cobalt-users] CPU is overloaded - Help
> Brian Case wrote:
> >
> > Brian Busche wrote:
> > >
> > > I have had seroius problems with my RAQ2. The CPU gets overloaded
five or
> > > six times a day. Running 'top' shows the CPU is maxed out, I have
seen
> > > numbers as high as 232%. So obviously some processes are clobering my
RAQ2
> > > but I do not know how to identify which process and when. Is there a
log
> > > that monitors CGI? Or should I be looking at sendmail?
> >
> > ps aux
> > that will show you all the running processes...
>
> ps aux |sort -nr -k3 |head -10
>
> that will show you the top ten process sorted by CPU usage. :)
>
> Jeff
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>