By the way, I'd like to understand what triggers a "hit count refresh" and how it is stored...
About refresh :
I read somewhere that default behaviour was to refresh every 3 hours...Where can I verify this (is it an option we can configure in the smart one ?) ? I also read that it was refreshed every time we pushed a policy (but I can't count on that).
About storage :
Is it a raw counter which is stored in the "hits value" or is it a delta between to refresh ? (Or something else ?)
If it's raw counter, once you have a value, you can never have "0 hits" (as it increments - well you can have 0 when you exceed counter's limit but it should not happen frequently), so I don't think it's a raw counter.
I just tried again for a specific rule :
1. on 09/22 (from 00:00:00 to 23:59:59) : 0 hits
2. on 09/23 (from 00:00:00 to 23:59:59) : 45974472 hits
3. from 09/22 (00:00:00) to 09/23 (23:59:59) : 213723651 hits
It's our biggest matching rule (DNS) so it's impossible to have 0 hits within a day.
Here we see that we have a value on 09/23 (on a single day), so it's possible to have a value within a day.
On 09/22 nothing was modified on our gateways (so no hits count refresh ???) - on 09/23 there were several policy push (so hits count was refreshed I think).
Any ideas ?
P.S: Sorry for my english.