Skip to content

Instantly share code, notes, and snippets.

View SuperFunks's full-sized avatar

Ivan Lykkegaard Abrahamsen SuperFunks

  • Lego Systems, Inc.
View GitHub Profile

Installing dnsperf and resperf

This example is installation from source on Debian 9. Package installs are dependencies for the build. These should apply to other distributions as well.

After dependcies are installed, the usual configure, make, make install can be done.

apt-get install -y bind9utils libbind-dev gnuplot libkrb5-dev libssl-dev libcap-dev libxml2-dev libgeoip-dev
wget ftp://ftp.nominum.com/pub/nominum/dnsperf/2.1.0.0/dnsperf-src-2.1.0.0-1.tar.gz
tar -zxvf dnsperf-src-2.1.0.0-1.tar.gz