stats - BW update?

nebukazar

Verified User
Joined
Sep 28, 2003
Messages
130
Hello,

Just wondering how can I update BW stats without waiting for the next cron ?

Regards,
 
Hello,

You can either change the directadmin_cron file (/etc/cron.d/directadmin_cron) so that the "tally" is done however often you want, or you can just run
Code:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue

Which will run the tally within 1 minute from running that command.

John
 
Back
Top