Check who makes big server loads on server

DenisJ

Registered
Sep 29, 2010
3
0
51
Hi,

I would like to know, if there is any function to check, who of clients makes big server loads.

On my latest server I have only 6 clients and server loads are huge. Now, I think I know who makes them, but I need to prove that.


Greetings,
Denis
 

vanessa

Well-Known Member
PartnerNOC
Sep 26, 2006
833
28
178
Virginia Beach, VA
cPanel Access Level
DataCenter Provider
WHM > Daily Process Log may give you an idea.

Otherwise, maybe use process accounting:

Code:
psacct on
sa -m |sort -nk4
this will show the users on the server using the most cpu time. You'll need to wait a few hours after turning on process accounting to see the stats.
 

DenisJ

Registered
Sep 29, 2010
3
0
51
Vanessa,

thank you very much for this info. WHM was enough, as I only need to see Top processes, where I was also user who made them. Is there any way to set limits on CPU usage?


Greetings,
Denis