Re: Is there other methods or APIs to monitor qps?

2015-11-27 Thread Tony Finch
Ray Bellis wrote: > On 27/11/2015 13:02, Tony Finch wrote: > > Use the statistics channel, e.g. > > > > curl --silent http://nameserver:853/json/v1/server | jq -r .opcodes.QUERY > > Note that this gives you the absolute total since startup - you need to > take two measurements and divide by the ti

Re: Is there other methods or APIs to monitor qps?

2015-11-27 Thread Ray Bellis
On 27/11/2015 13:02, Tony Finch wrote: > Use the statistics channel, e.g. > > curl --silent http://nameserver:853/json/v1/server | jq -r .opcodes.QUERY Note that this gives you the absolute total since startup - you need to take two measurements and divide by the time between them to convert that

Re: SUSE 12 bind 9.9.6 Active Directory

2015-11-27 Thread Flex Banana
Thank you ! stefano > On 27 Nov 2015, at 14:07, Vinícius Ferrão wrote: > > "check-names ignore" on the zone declaration of named.conf > > In my case I just declare it on the main AD zone. I have a single: > ad.domain.com and this is the zone I've installed AD. So the additional sub > zones a

Re: SUSE 12 bind 9.9.6 Active Directory

2015-11-27 Thread Vinícius Ferrão
"check-names ignore" on the zone declaration of named.conf In my case I just declare it on the main AD zone. I have a single: ad.domain.com and this is the zone I've installed AD. So the additional sub zones are created by AD. Sent from my iPhone > On 27 de nov de 2015, at 07:45, Flex Banana

Re: Is there other methods or APIs to monitor qps?

2015-11-27 Thread Tony Finch
Use the statistics channel, e.g. curl --silent http://nameserver:853/json/v1/server | jq -r .opcodes.QUERY Tony. -- f.anthony.n.finchhttp://dotat.at/ Trafalgar: Northerly or northwesterly 5 to 7, decreasing 4 at times. Moderate or rough. Rain at times. Moderate or good. _

Is there other methods or APIs to monitor qps?

2015-11-27 Thread liumingxing
Hi, all  I want to monitor query rate of BIND. It is problematic to use rndc status because the command has no timeout. Is there other methods or APIs to monitor qps? Mingxing, Liu CNNIC ___ Please visit https://lists.isc.org/mailman/listinfo/bi

Re: SUSE 12 bind 9.9.6 Active Directory

2015-11-27 Thread Flex Banana
Hi, It is this line I have to add to named.conf ? check-names response ignore; Thank you for helping Best regards Stefano > On 24 Nov 2015, at 10:56, Mark Andrews wrote: > > > In message <478e5b8c-a40f-4366-b86e-bc4debc6b...@bluewin.ch>, Flex Banana > write > s: >> Hi List, >> >> Anyone is