PDA

View Full Version : stats - BW update?



nebukazar
09-28-2003, 01:57 PM
Hello,

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

Regards,

DirectAdmin Support
09-28-2003, 05:26 PM
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
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue

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

John

nebukazar
09-28-2003, 05:36 PM
Thanks :)