[new port] dns/queryperf net/dhcperf replacement for dns/queryperf

PR:		ports/104663
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
Edwin Groothuis 2006-10-31 21:16:17 +00:00
parent 805991ed73
commit 167f6742cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175933
4 changed files with 46 additions and 0 deletions

View file

@ -28,6 +28,7 @@
SUBDIR += dnsjava
SUBDIR += dnsmasq
SUBDIR += dnsmax-perl
SUBDIR += dnsperf
SUBDIR += dnsproxy
SUBDIR += dnstop
SUBDIR += dnstracer

24
dns/dnsperf/Makefile Normal file
View file

@ -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>

3
dns/dnsperf/distinfo Normal file
View file

@ -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

18
dns/dnsperf/pkg-descr Normal file
View file

@ -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