namebench

namebench

  • 所有者: google/namebench
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

namebench 2.0

namebench provides personalized DNS server recommendations based on your
browsing history.

WARNING: This tool is in the midst of a major rewrite. The "master" branch is currently in experimental
form and currently lacks a user interface, nor does it support any command-line options.

For stable binaries, please see https://code.google.com/p/namebench/

What can one expect in namebench 2.0?

  • Faster
  • Simpler interface
  • More comprehensive results
  • CDN benchmarking
  • DNSSEC support

BUILDING:

Building requires Go 1.2 to be installed: http://golang.org/

  • Create a workspace directory, and cd into it.
  • Prepare your workspace directory:
    export GOPATH=`pwd`
    git clone https://github.com/google/namebench.git src/github.com/google/namebench
    go get github.com/mattn/go-sqlite3
    go get golang.org/x/net/publicsuffix
    go get github.com/miekg/dns
  • Build it.
    cd src/github.com/google/namebench
    go build namebench.go

You should have an executable named 'namebench' in the current directory.

RUNNING:

  • End-user: run ./namebench, which should open up a UI window.
  • Developer, run ./namebench_dev_server.sh for an auto-reloading webserver at http://localhost:9080/

主要指标

概览
名称与所有者google/namebench
主编程语言Go
编程语言Shell (语言数: 4)
平台
许可证Apache License 2.0
所有者活动
创建于2012-11-14 20:56:13
推送于2024-07-25 00:13:54
最后一次提交2018-10-17 08:55:11
发布数0
用户参与
星数0.9k
关注者数66
派生数156
提交数1.1k
已启用问题?
问题数17
打开的问题数10
拉请求数1
打开的拉请求数4
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?