Re: BIND benchmark tool

2021-09-27 Thread Petr Menšík
Hello Petr, try flamethrower or dnsperf. Regards, Petr On 9/27/21 12:18, Petr Bena wrote: > Hello, > > Is there any open source tool that benchmarks the DNS server? Sends > pre-defined amount of queries, in parallel to specified DNS servers > and calculates the results, with average response tim

Re: BIND benchmark tool

2021-09-27 Thread Petr Bena
That's what I needed - thanks :) On 27/09/2021 12:50, Marc wrote: dnsperf -f inet -t 10 -s 192.168.10.235 -d files.tst -l 30 Queries sent: 451753 Queries completed:451753 (100.00%) Queries lost: 0 (0.00%) Response codes: NOERROR 451753 (100.00%) Average

BIND benchmark tool

2021-09-27 Thread Petr Bena
Hello, Is there any open source tool that benchmarks the DNS server? Sends pre-defined amount of queries, in parallel to specified DNS servers and calculates the results, with average response time, error count, time out count etc. Something like FIO for IO devices, but for DNS?