Generated graphics are now based on queries per hour.
Vendors sellings DNS appliances provide information
based on queries per second. For comparison purposes,
it would be nice to have those "in real life".
This script relies on running 'rndc stats' from crontab. That means you can't get a finer granularity than 'per minute'.
When you manage to run 'rndc stats' every second by any other means, you should change $rrdstep to 1 and create a $minute_steps and possibly $hour_steps in dnsanalise.pl and the corresponding graphs in dnsreport.pl
I will put 'statistics per minute' high on my to do list and 'statistics per second' a little bit below that...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This script relies on running 'rndc stats' from crontab. That means you can't get a finer granularity than 'per minute'.
When you manage to run 'rndc stats' every second by any other means, you should change $rrdstep to 1 and create a $minute_steps and possibly $hour_steps in dnsanalise.pl and the corresponding graphs in dnsreport.pl
I will put 'statistics per minute' high on my to do list and 'statistics per second' a little bit below that...