| Port details on branch 2026Q2 |
- dnsperf Performance measurement of Domain Name System (DNS) servers
- 2.14.0_1 dns
=0 2.14.0_1Version of this port present on the latest quarterly branch. - Maintainer: hrs@FreeBSD.org
 - Port Added: 2026-04-08 20:03:06
- Last Update: 2026-04-08 20:02:10
- Commit Hash: 44cbc8b
- Also Listed In: benchmarks net
- License: APACHE20
- WWW:
- https://www.dns-oarc.net/tools/dnsperf
- Description:
- DNSPerf and ResPerf are free tools developed by Nominum that make it
simple to gather accurate latency and throughput metrics for Domain
Name System (DNS) servers. The latest version of the DNSPerf and
ResPerf can be used with test files that include IPv6 queries.
DNSPerf "self-paces" the DNS query load to simulate network conditions.
New features in DNSPerf improve the precision of latency measurements
and allow for per packet per-query latency reporting is possible.
DNSPerf is now multithreaded, multiple DNSPerf clients can be supported
in multicore systems (each client requires two cores). The output of
DNSPerf has also been improved so it is more concise and useful.
Latency data can be used to make detailed graphs so it is simple for
network operators to take advantage of the data.
ResPerf systematically increases the query rate and monitors the
response rate to simulate caching DNS services.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/dnsperf/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dnsperf
- pkg install dnsperf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dnsperf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731091893
SHA256 (dnsperf-2.14.0.tar.gz) = 134ba69744705bdb65ea57e25713300a6771f7cecbd5d6a74dd9472c18ac2696
SIZE (dnsperf-2.14.0.tar.gz) = 469420
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libnghttp2.so : www/libnghttp2
- libck.so : devel/concurrencykit
- libldns.so : dns/ldns
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- dns_dnsperf
- USES:
- compiler:c11 libtool pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.14.0_1 08 Apr 2026 20:02:10
    |
Vladimir Druzenko (vvd)  |
*/*: Bump consumers of dns/ldns after update to 1.9.0
Force rebuild comsumers - upstream changed ABI without bump soname.
ldns 1.9.0 inserted LDNS_RDF_TYPE_INT64 at enum position 5, shifting
every subsequent value by +1. But port kept the shared library as
libldns.so.3.6.0 - no SONAME bump - so consumers wasn't flagged for
rebuild and still has the old 1.8.x enum constants baked in.
Example of error for opendnssec:
[adapter] error parsing RR at line 2 (Syntax error, could not parse
the RR's rdata)
PR: 291573
Reported by: bdrewery (via email)
Sponsored by: UNIS Labs
MFH: 2026Q2
(cherry picked from commit 1774d2af0a35ecc1460934269740c1f46eb442e3) |
Number of commits found: 1
|