bert

Well-Known Member
Aug 21, 2001
593
0
316
Can someone explain what this does:
usr/local/cpanel/bin/dcpumon ?

I can see this entry in the crontab, also the crontab shows these lines every time a cpanel update runs:

# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/scripts/.crontab installed on Fri Mar 15 11:28:10 2002)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/scripts/.crontab installed on Fri Mar 15 05:01:01 2002)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.27482 installed on Thu Mar 14 13:10:02 2002)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)


If you run 10 updates (/scripts/upcp) you will see ten of these.
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
That program is what provides the WHmanager top processes reports and mysql usage resource breakdowns.... these are new features as of the 11th or 12th of March due to popular demand.

You'll see the output (or most of it?) within /var/log/dcpumon on your linux box.

As far as the duplicated lines in the root cron, this would be a bug..... inject it into bugzilla if it hasn't been spawned yet.
 

bert

Well-Known Member
Aug 21, 2001
593
0
316
Thanks for letting me know :)