NickTheGreek

Member
Jun 16, 2006
9
0
151
Athens, Greece
Hello to all of you,

apart from using WHM > Daily Process Log is there any other way via bash that you could gather and verbose such information ? This could really automate things afterwards, for example you could easily trigger a /scripts/suspendacct or send an email if user X suprasses 50% CPU for 3-5 consecutive days
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello,

You can utilize the following command see see this information via the command line:

Code:
/usr/local/cpanel/bin/dcpumonview
In addition, the log files are stored in:

/var/log/dcpumon/

Thank you.