diff options
author | edwin <edwin@FreeBSD.org> | 2005-08-28 18:38:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-08-28 18:38:40 +0800 |
commit | 5d0de57f7c909c128751aa9690831dd9ef36cf24 (patch) | |
tree | 7f145918482fe08c1aa3981d291799fcf95d1f9a /dns/Makefile | |
parent | 4501356b52cfed95cfe2c534575eadf31e4e536d (diff) | |
download | freebsd-ports-gnome-5d0de57f7c909c128751aa9690831dd9ef36cf24.tar.gz freebsd-ports-gnome-5d0de57f7c909c128751aa9690831dd9ef36cf24.tar.zst freebsd-ports-gnome-5d0de57f7c909c128751aa9690831dd9ef36cf24.zip |
[new port] dns/queryperf
This is queryperf, a DNS server query performance testing tool.
It is primarily intended for measuring the performance of
authoritative DNS servers, but it has also been used for measuring
caching server performance.
See /usr/local/share/docs/queryperf//queryperf.txt for more
information on the command line option and the required
configuration files. ND-of-queryperf/pkg-descr
PR: ports/85179
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 2ce0b1109069..19d94173de78 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -78,6 +78,7 @@ SUBDIR += py-dns SUBDIR += py-dnspython SUBDIR += py-twistedNames + SUBDIR += queryperf SUBDIR += rbldnsd SUBDIR += rbllookup SUBDIR += scavenge |