openmohan / lightdns

A basic DNS Server (Work in progres)
https://medium.com/@openmohan/dns-basics-and-building-simple-dns-server-in-go-6cb8e1cfe461
MIT License
44 stars 8 forks source link

How can I measure the performance of the DNS Server? #2

Closed worldofprasanna closed 4 years ago

worldofprasanna commented 4 years ago

Thanks for the tool!! Is there a way to measure the performance of the DNS Server? So that it would be helpful for us to compare it with the existing tools.

I tried namebench - https://namebench.en.softonic.com/mac, grc - https://www.grc.com/dns/benchmark.htm

But both the tools are very old and it is not supported in the recent version of mac (because both are 32 bit applications available for windows, so wine also didn t work for me).

Please let me know if there is any way to measure the performance of local DNS server. It would be helpful.