summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..86803fe
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: dnsperf
+Section: utils
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ libldns-dev,
+ libssl-dev,
+ pkg-config,
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+Homepage: https://www.dns-oarc.net/tools/dnsperf
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnsperf
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnsperf
+
+Package: dnsperf
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ python3-dnspython,
+ python3-pcapy,
+Description: DNS Performance Testing Tool
+ dnsperf gathers accurate latency and throughput metrics for the Domain Name
+ Service (DNS). Network operators can benchmark their naming and addressing
+ infrastructure. dnsperf "self-paces" the DNS query load to simulate network
+ conditions.
+ .
+ resperf systematically increases the query rate and monitors the response
+ rate to simulate caching DNS services.