• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Mar-2022-

contrib/queryparse/H07-Mar-2022-272215

doc/H03-May-2022-

Makefile.inH A D07-Mar-20221.3 KiB5641

READMEH A D07-Mar-2022869 2214

RELEASE_NOTESH A D07-Mar-20226.5 KiB184123

aclocal.m4H A D07-Mar-202231 31

acx_pthread.m4H A D07-Mar-20229.2 KiB243214

config.guessH A D07-Mar-202242.3 KiB1,4481,251

config.subH A D07-Mar-202230.6 KiB1,5561,415

configureH A D07-Mar-2022134.1 KiB4,6733,808

configure.inH A D07-Mar-20222.2 KiB8673

datafile.cH A D07-Mar-20226.1 KiB276211

datafile.hH A D07-Mar-20221.3 KiB4518

dns.cH A D07-Mar-202222 KiB847677

dns.hH A D07-Mar-20222.3 KiB6923

dnsperf.1H A D07-Mar-20229 KiB314276

dnsperf.cH A D07-Mar-202229 KiB1,167922

install-shH A D07-Mar-20225.4 KiB251152

log.cH A D07-Mar-20221.6 KiB6440

log.hH A D07-Mar-20221,006 3310

net.cH A D07-Mar-20224.8 KiB188130

net.hH A D07-Mar-20222 KiB5414

opt.cH A D07-Mar-20225.1 KiB242200

opt.hH A D07-Mar-20221.2 KiB4118

os.cH A D07-Mar-20223.1 KiB134102

os.hH A D07-Mar-20221.1 KiB3713

resperf-reportH A D07-Mar-20221.9 KiB9768

resperf.1H A D07-Mar-202225.4 KiB599530

resperf.cH A D07-Mar-202220.3 KiB744534

util.hH A D07-Mar-20223.5 KiB12487

version.hH A D07-Mar-202253 63

README

1This is dnsperf, a collection of DNS server performance testing tools.
2For more information, see the dnsperf(1) and resperf(1) man pages.
3
4To configure, compile, and install these programs, follow these steps.
5
61. Make sure that BIND 9 (9.4.0 or greater) is installed, including libraries
7   and header files, and that the isc-config.sh program distributed with BIND
8   is in your path.
9
10   Note: many versions of bind do not correctly install the <isc/hmacsha.h>
11   header file, so if the compilation fails, obtain this file from the BIND
12   source distribution, and install it in the appropriate place.
13
142. Run "sh configure" to configure the software.  Most standard configure
15   options are supported.
16
173. Run "make" to build dnsperf and resperf
18
194. Run "make install" to install dnsperf and resperf.
20
21Additional software is available in the contrib/ directory.
22