Skip to content

dnspy 是一个批量 DNS 服务器基准测试工具,用于测量全世界的 DNS 服务器的可访问性和性能。生成可视化图表。dnspy is a bulk DNS server benchmarking tool used to measure the accessibility and performance of DNS servers worldwide. It generates visual charts.

Notifications You must be signed in to change notification settings

be-engineer/dns-benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnspy - 测试全世界的 DNS 服务器

English | 中文

数据分析面板预览

数据分析面板预览

数据分析面板,内含示例数据

测试工具

在本仓库的 releases 页面中按你的系统架构下载 dnspy-* 文件,比如我的 PC 是 Intel 处理器的 macOS,所以下载 dnspy-darwin-amd64 文件。

然后必须关闭所有代理软件的 Tun 模式、虚拟网卡模式,否则会影响测试结果。

重命名文件为 dnspy(Windows 是 dnspy.exe),然后打开终端,进入到你这个文件所在的目录。执行命令开始测试

unset http_proxy https_proxy all_proxy HTTP_PROXY HTTPS_PROXY ALL_PROXY
./dnspy

按提示输入启动测试

默认使用多线程模式,以加快测试速度。但是默认参数 10 个线程需要至少上下行 1 MB/s 网络和至少 4 核心处理器。 如果网络或处理器不好,会导致测试结果不准确,必须通过-w 参数降低线程数。

测试完成后会输出到当前目录下形如 dnspy_result_2024-11-07-17-32-13.json 的 JSON 文件中。

按程序提示输入 Yy 或直接回车,会自动打开数据分析面板网站,点击网站右上角的 读取分析 按钮,选择你刚才的 JSON 文件,就可以看到可视化测试结果了。

编译测试工具

编译所需环境:

  • 你的电脑上需要有 Go 环境、curl 命令
  • 能够访问 Github 下载资源文件

编译过程:

# 下载本仓库
git clone https://github.com/xxnuo/dns-benchmark.git
cd dns-benchmark/dnspy
# 更新所需数据(需要科学上网)
make update
make
./dnspy

About

dnspy 是一个批量 DNS 服务器基准测试工具,用于测量全世界的 DNS 服务器的可访问性和性能。生成可视化图表。dnspy is a bulk DNS server benchmarking tool used to measure the accessibility and performance of DNS servers worldwide. It generates visual charts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 43.2%
  • JavaScript 38.8%
  • HTML 14.8%
  • Makefile 2.5%
  • CSS 0.7%