diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-08-06 09:16:59 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-08-06 09:16:59 +0000 |
commit | 32a874441c6abaf4fe4a467f199b5895be7d3f3d (patch) | |
tree | 36900ae7f4b7e8a2b4bbf6b932a71ff46fb20bfa /dns/dnsblast | |
parent | 338689af8d95f7a122182765e088407101e875bc (diff) | |
download | ports-32a874441c6abaf4fe4a467f199b5895be7d3f3d.tar.gz ports-32a874441c6abaf4fe4a467f199b5895be7d3f3d.zip |
Notes
Diffstat (limited to 'dns/dnsblast')
-rw-r--r-- | dns/dnsblast/Makefile | 24 | ||||
-rw-r--r-- | dns/dnsblast/distinfo | 3 | ||||
-rw-r--r-- | dns/dnsblast/pkg-descr | 7 |
3 files changed, 34 insertions, 0 deletions
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 |