[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: Jeff Lovell <jlovell@xxxxxxxxxx>
- Date: Thu Feb 24 16:03:25 2000
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