HI,
May i know how to trace which file or script make the server load.
I used top command and below commands also. But it is difficult to trace exact location.
Can you guide solve this.
ps -e -o pcpu,pid,user,args|sort -k1 -nr|head -10
ps -auxf|sort -nr -k3|head -10
pstree...