added dnsperf
This commit is contained in:
parent
4b465e4c1a
commit
651bb1703b
37 changed files with 13825 additions and 0 deletions
21
dns/dnsperf-src-2.0.0.0-1/README
Normal file
21
dns/dnsperf-src-2.0.0.0-1/README
Normal file
|
@ -0,0 +1,21 @@
|
|||
This is dnsperf, a collection of DNS server performance testing tools.
|
||||
For more information, see the dnsperf(1) and resperf(1) man pages.
|
||||
|
||||
To configure, compile, and install these programs, follow these steps.
|
||||
|
||||
1. Make sure that BIND 9 (9.4.0 or greater) is installed, including libraries
|
||||
and header files, and that the isc-config.sh program distributed with BIND
|
||||
is in your path.
|
||||
|
||||
Note: many versions of bind do not correctly install the <isc/hmacsha.h>
|
||||
header file, so if the compilation fails, obtain this file from the BIND
|
||||
source distribution, and install it in the appropriate place.
|
||||
|
||||
2. Run "sh configure" to configure the software. Most standard configure
|
||||
options are supported.
|
||||
|
||||
3. Run "make" to build dnsperf and resperf
|
||||
|
||||
4. Run "make install" to install dnsperf and resperf.
|
||||
|
||||
Additional software is available in the contrib/ directory.
|
Loading…
Add table
Add a link
Reference in a new issue