Page 1 of 1

Usage Statistics reset?

PostPosted: Sat Feb 07, 2009 8:12 pm
by cooperdude
Is there a way that a button can be put in place to reset the usage stats for all users? Mine is getting really high for local network usage and its hard to read all the remote usage stats.

Also, how can this be manually reset, what file can I remove?

Thanks!

PostPosted: Sat Feb 07, 2009 8:48 pm
by jannuh
Maybe better post it in Help section.
If it isn't possible to reset stats then it would be a nice feature.. ;-)

PostPosted: Tue Feb 10, 2009 3:28 pm
by jannuh
Anyone with a solution to counter/stats reset?? t.i.a.

PostPosted: Tue Feb 10, 2009 5:30 pm
by sindre_mehus
It can be done as follows:
1. Log in as admin.
2. Go to http://localhost/db.view
3. Execute the following query:
Code: Select all
update user
set bytes_streamed = 0, bytes_downloaded = 0, bytes_uploaded = 0


Hope this helps,
Sindre

PostPosted: Tue Feb 10, 2009 6:06 pm
by jannuh
Thank You Sindre!!

You're dealing with programmers, and ofcourse with noobs, I'm one of the second categorie ofcourse ;-)