Re: Bind Statistics questions

2009-05-06 Thread Nuno Ribeiro
Hi, Comments inline. Thanks in any advance. Best Regards, NR 2009/5/5 JINMEI Tatuya / 神明達哉 > At Tue, 5 May 2009 11:11:13 +0100, > Nuno Ribeiro wrote: > > > I have some doubts and I would like clarify them: > > - Bind ( version 9.5) provides lots of statistics information and > provides > >

Re: Bind Statistics questions

2009-05-05 Thread JINMEI Tatuya / 神明達哉
At Tue, 5 May 2009 11:11:13 +0100, Nuno Ribeiro wrote: > I have some doubts and I would like clarify them: > - Bind ( version 9.5) provides lots of statistics information and provides > two interfaces for users to get access to it (file dump and HTTP access). > For what I see and read the counter

Re: Bind Statistics questions

2009-05-05 Thread Emery
As I have received numerous request for my script, I've attached it here. Hopefully it is helpful. * Please note that I have removed our email address and domain at the end of the script during the mailx statement. mailx -s "TOTAL Queries on `uname -n` are running $NUM/min" -r "d...@`

Re: Bind Statistics questions

2009-05-05 Thread Emery
Hello Nuno, I don't know if you can reset the stats, but in my environment I had the need to check statistics to alert us to attacks and high abnormally high query numbers. In order to do this, I wrote shell scripts that check the current count and writes that value to a file. This is a rotati

Bind Statistics questions

2009-05-05 Thread Nuno Ribeiro
Hi all, I have some doubts and I would like clarify them: - Bind ( version 9.5) provides lots of statistics information and provides two interfaces for users to get access to it (file dump and HTTP access). For what I see and read the counters are cumulative during the time the service is running.