diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-10-31 21:16:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-10-31 21:16:17 +0000 |
commit | 167f6742cdc1bc37f2c83e7790fc4d06c075885c (patch) | |
tree | 607fc9521a33ec2333e116d2ca90b9e3ce388ae3 /dns | |
parent | 805991ed732097c90e9519f256613c0712e8824e (diff) | |
download | ports-167f6742cdc1bc37f2c83e7790fc4d06c075885c.tar.gz ports-167f6742cdc1bc37f2c83e7790fc4d06c075885c.zip |
[new port] dns/queryperf net/dhcperf replacement for dns/queryperf
PR: ports/104663
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=175933
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsperf/Makefile | 24 | ||||
-rw-r--r-- | dns/dnsperf/distinfo | 3 | ||||
-rw-r--r-- | dns/dnsperf/pkg-descr | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 082cad6b990f..21c99df218dd 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -28,6 +28,7 @@ SUBDIR += dnsjava SUBDIR += dnsmasq SUBDIR += dnsmax-perl + SUBDIR += dnsperf SUBDIR += dnsproxy SUBDIR += dnstop SUBDIR += dnstracer diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile new file mode 100644 index 000000000000..3ae208ada163 --- /dev/null +++ b/dns/dnsperf/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: dnsperf +# Date created: 1 November 2006 +# Whom: Edwin Groothuis (edwin@mavetju.org) +# +# $FreeBSD$ +# + +PORTNAME= dnsperf +PORTVERSION= 1.0.0.0 +CATEGORIES= dns benchmarks net +MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 + +MAINTAINER= edwin@mavetju.org +COMMENT= DNSPerf and ResPerf deliver accurate performance metrics of Domain Name Services + +BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind9 + +HAS_CONFIGURE= yes + +PLIST_FILES= bin/dnsperf bin/resperf +MAN1= dnsperf.1 resperf.1 + +.include <bsd.port.mk> diff --git a/dns/dnsperf/distinfo b/dns/dnsperf/distinfo new file mode 100644 index 000000000000..5cf719db83c7 --- /dev/null +++ b/dns/dnsperf/distinfo @@ -0,0 +1,3 @@ +MD5 (dnsperf-1.0.0.0-1.tar.gz) = e3b28ac79de4e674cc969ded5bf37c84 +SHA256 (dnsperf-1.0.0.0-1.tar.gz) = 8c24c5591da096babcf17cd2e504e58d1d894f4392ee53531f8a9c1062b615c9 +SIZE (dnsperf-1.0.0.0-1.tar.gz) = 376344 diff --git a/dns/dnsperf/pkg-descr b/dns/dnsperf/pkg-descr new file mode 100644 index 000000000000..e6c6996fb8d4 --- /dev/null +++ b/dns/dnsperf/pkg-descr @@ -0,0 +1,18 @@ +DNSPerf and ResPerf Provide Communication Providers with Predictive +Planning Tools to Scale Networks. + +Two tools, DNSPerf and ResPerf deliver accurate performance metrics +of Domain Name Services (DNS). These tools are easy-to-use and +simulate real Internet workloads to provide the necessary insight +that carriers need to plan and deploy network services. + +DNSPerf measures Authoritative Domain Name services and is designed +to simulate network conditions by self-pacing the query load. + +Caching services performance and workload profile differ significantly +from Authoritative Domain services; therefore a different tool is +needed. ResPerf is designed specifically to simulate Caching Domain +Name services. To test a caching server, ResPerf systematically +increases the query rate and monitors the response rate. + +WWW: http://www.nominum.com/testing_tools.php |