# uname -ri 
3.10.0-327.10.1.el7.x86_64 x86_64 
# tail -1 /etc/centos-release 
CentOS Linux release 7.2.1511 (Core) 
 | 
At first, install BIND from source code, which is required to build dnsperf.
   91  tar xzvf bind-9.10.4b2.tar.gz 
   92  cd bind-9.10.4b2 
   93  ./configure 
  100  ./configure 
  101  make 
  102  make install 
 | 
install dnsperf
You can download dnsperf at http://nominum.com/measurement-tools
# tar xzvf dnsperf-src-2.1.0.0-1.tar.gz 
# cd dnsperf-src-2.1.0.0-1 
# sh configure 
# make  
# make install 
# ls /usr/local/bin/*perf* 
/usr/local/bin/dnsperf  /usr/local/bin/resperf  /usr/local/bin/resperf-report 
 | 

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.