[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CPU Heavily Loaded
- Subject: Re: [cobalt-users] CPU Heavily Loaded
- From: "Fragga" <fragga@xxxxxxxxxxxx>
- Date: Tue Dec 3 07:42:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> I've received the message below. How do I tell what is causing this
please?
try :
$ ps -aux
and see what process is using the most CPU power...... under cpu heading
like below ....
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
from there u can find the runaway process and shut it down, restart it,
smash it to bits, etc etc
fragga