Show HN: DNS Benchmark Tool – Compare and monitor resolvers
ovo101 Wednesday, November 19, 2025I built a CLI to benchmark DNS resolvers after discovering DNS was adding 300ms to my API requests.
v0.3.0 just released with new features: compare: Test single domain across all resolvers top: Rank resolvers by latency/reliability/balanced monitor: Continuous tracking with threshold alerts
1,400+ downloads in first week.
Quick start: pip install dns-benchmark-tool dns-benchmark compare --domain google.com
CLI stays free forever. Hosted version (multi-region, historical tracking, alerts) coming Q1 2026.
GitHub: https://github.com/frankovo/dns-benchmark-tool Feedback: https://forms.gle/BJBiyBFvRJHskyR57
Built with Python + dnspython. Open to questions and feedback!
Summary
This article introduces a DNS benchmark tool, which allows users to test and compare the performance of different DNS providers. The tool measures various metrics such as response time, reliability, and speed, providing a comprehensive evaluation of DNS services.
37
25
Summary
github.com