bandwidth meter not reset

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
i found out that my bandwidth meter for 1 of my directadmin server not working.

it accumulate the previous month bandwidth.

May I know how to solve the problem ?
 
search function work a lot...

From:
Code:
http://www.directadmin.com/forum/showthread.php?t=22789

I found my old post:

Code:
echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d

echo 'action=cache&value=showallusers' >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
 
Back
Top