[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] CPU Heavily Loaded



> 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