High Load Question
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
Thanks,
-
The below post might help you. Troubleshooting high server loads on Linux servers 0 -
Hello, The thread referenced in the previous reply should help. Let us know if you have any additional questions. Thank you. 0
Please sign in to leave a comment.
Comments
2 comments