diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsblast/Makefile | 24 | ||||
-rw-r--r-- | dns/dnsblast/distinfo | 3 | ||||
-rw-r--r-- | dns/dnsblast/pkg-descr | 7 |
4 files changed, 35 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index c8fe20d8593e..1d500236c68d 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -32,6 +32,7 @@ SUBDIR += dns2blackhole SUBDIR += dns2tcp SUBDIR += dns_balance + SUBDIR += dnsblast SUBDIR += dnscap SUBDIR += dnscheck SUBDIR += dnscheckengine diff --git a/dns/dnsblast/Makefile b/dns/dnsblast/Makefile new file mode 100644 index 000000000000..6cb678186adb --- /dev/null +++ b/dns/dnsblast/Makefile @@ -0,0 +1,24 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= dnsblast +PORTVERSION= 0.0.2016060901 +CATEGORIES= dns benchmarks + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Simple load testing tool for DNS resolvers + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes + +GH_ACCOUNT= jedisct1 +GH_TAGNAME= f74cc52 + +PLIST_FILES= bin/dnsblast + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/dns/dnsblast/distinfo b/dns/dnsblast/distinfo new file mode 100644 index 000000000000..afcb2159f20a --- /dev/null +++ b/dns/dnsblast/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1533376008 +SHA256 (jedisct1-dnsblast-0.0.2016060901-f74cc52_GH0.tar.gz) = 53fa705ccca0f05be816046da77672d0d355f8ff917fdd5f0f333f7767c6385f +SIZE (jedisct1-dnsblast-0.0.2016060901-f74cc52_GH0.tar.gz) = 6482 diff --git a/dns/dnsblast/pkg-descr b/dns/dnsblast/pkg-descr new file mode 100644 index 000000000000..3b033ffdf3fa --- /dev/null +++ b/dns/dnsblast/pkg-descr @@ -0,0 +1,7 @@ +Simple load testing tool for DNS resolvers. + +Give it the IP address of a resolver, the total number of queries you want to +send, the rate (number of packets per second), and dnsblast will tell you how +well the resolver is able to keep up. + +WWW: https://github.com/jedisct1/dnsblast |