Skip to content

klaus3000/dsc

 
 

Repository files navigation

DNS Statistics Collector

Build Status Coverity Scan Build Status

DNS Statistics Collector (DSC) is a tool used for collecting and exploring statistics from busy DNS servers. It uses a distributed architecture with collectors running on or near nameservers sending their data to one or more central presenters for display and archiving. Collectors use pcap to sniff network traffic. They transmit aggregated data to the presenter as XML data.

DNS Statistics Presenter can be found here:

More information about DSC/DSP may be found here:

Issues should be reported here:

Mailinglist:

Install

Following build tools are needed, example for Debian/Ubuntu.

sudo apt-get install build-essential automake autoconf

Following dependencies are needed, example for Debian/Ubuntu.

sudo apt-get install libpcap-dev libproc-pid-file-perl

If you are installing from the GitHub repository you need to initialize the submodule first and generate configure.

git submodule update --init
./autogen.sh

Now you can compile with optional options and install.

./configure [options ... ]
make
make install

Releases

No releases published

Packages

No packages published

Languages

  • C 55.4%
  • Shell 18.2%
  • C++ 11.5%
  • HTML 7.6%
  • Makefile 5.9%
  • M4 0.8%
  • Other 0.6%