Public domain
cd /usr/src
wget http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20090128.tar.gz
tar zxf dnstop-20090128.tar.gz
cd dnstop-20090128
./configure --prefix=/usr/local/dnstop
mkdir -p /usr/local/dnstop/bin
mkdir -p /usr/local/dnstop/share/man/man8
make && make install
/usr/local/dnstop/bin/dnstop eth0
BY: Pejman Moghadam
TAG: dnstop, dns
DATE: 2010-03-16 21:32:07