huge load after upgrade to R34?

Manuel_accu

Well-Known Member
Jun 19, 2005
191
0
166
Hi,

Provide the output of top and below mentioned commands:

Below command will display top cpu consuming process
# ps aux | head -1; ps aux | sort -rn +2 | head -10

memory-consuming processes:

# ps aux | head -1; ps aux | sort -rn +3 | head

For futher investigation you could check below mentioned URL:

http://forums.linuxwebadmin.info/index.php/topic,51.0.html

thx